Click or drag to resize

TimeSeries Constructor (Double)

Initializes a new time series with the given values.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public TimeSeries(
	params double[] values
)

Parameters

values
Type: SystemDouble
The first values in the time series.
See Also