Creates an exponentially weighted moving average chart. The expected mean and standard deviation are computed from the sample data.
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);
EWMA Class | Imsl.Chart2D.QC Namespace