IMSL C# Numerical Library

EWMA Constructor

Creates an exponentially weighted moving average chart. The expected mean and standard deviation are computed from the sample data.

Overload List

Creates an exponentially weighted moving average chart. The expected mean and standard deviation are computed from the sample data.

public EWMA(AxisXY,double[],double);

Creates an exponentially weighted moving average chart using the given values for the expected mean and standard deviation.

public EWMA(AxisXY,double[],double,double,double);

See Also

EWMA Class | Imsl.Chart2D.QC Namespace