ARModelGetObservation Method
|
Gives the provided observation.
Namespace:
FinMath.Statistics.Forecast
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public double GetObservation(
int index
)
Parameters
- index
- Type: SystemInt32
0-based index of observation where the latest observation has index 0.
Return Value
Type:
DoubleValue of the requested observation.
See Also