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
)
Public Sub New (
ParamArray values As Double()
)
public:
TimeSeries(
... array<double>^ values
)
new :
values : float[] -> TimeSeries
Parameters
- values
- Type: SystemDouble
The first values in the time series.
See Also