IForecast

Assembly: Stat;

Namespace: Prognoz.Platform.Interop.Stat;

Description

The IForecast interface determines parameters of a forecasting series.

Inheritance Hierarchy

          IForecast

Properties

  Property name Brief description
The CoefUncertaintyInSECalc property determines whether to take into account coefficients uncertainty when calculating confidence bounds.
The ConfidenceLevel property determines significance of forecasting series confidence bounds, that is probability for the unknown parameter value to be covered by confidence range.
Outdated. The DynamicLowerConfidenceLevel property returns values of dynamic lower confidence bound of a forecasting series.
Outdated. The DynamicUpperConfidenceLevel property returns values of dynamic upper confidence bound of a forecasting series.
The FirstPoint property determines forecast start point.
The LastPoint property determines the last point of the forecast.
The LowerConfidenceLevel property returns values of lower confidence bound of a forecasting series.
The StandardError property returns values of standard forecasting series errors.
The UpperConfidenceLevel property returns values of upper confidence bound for a forecasting series.
The Value property returns array of forecasting series values.

See also:

Stat Assembly Interfaces