ExponentialSmoothingModel Constructor

Constructs a new ExponentialSmoothingModel object.

Definition

Namespace: Numerics.NET.Statistics.TimeSeriesAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ExponentialSmoothingModel(
	Vector<double> variable,
	ExponentialSmoothingMethod method
)

Parameters

variable  Vector<Double>
A Vector<T> that contains time series data.
method  ExponentialSmoothingMethod
A ExponentialSmoothingMethod value that specifies the smoothing method.

Exceptions

See Also