IForecast

Assembly: Stat;

Description

The IForecast interface determines forecasting series parameters.

Inheritance Hierarchy

          IForecast

Properties

  Property name Brief description

CoefUncertaintyInSECalc

The CoefUncertaintyInSECalc property determines whether to take into account coefficients uncertainty when calculating confidence bounds.

ConfidenceLevel

The ConfidenceLevel property determines significance of forecasting series confidence bounds, that is probability for the unknown parameter value to be covered by confidence range.

FirstPoint

The FirstPoint property determines the first forecasting point.

LastPoint

The LastPoint property determines the last point of the forecast.

LowerConfidenceLevel

The LowerConfidenceLevel property returns values of lower confidence bound of a forecasting series.

StandardError

The StandardError property returns values of standard forecasting series errors.

UpperConfidenceLevel

The UpperConfidenceLevel property returns values of upper confidence bound for a forecasting series.

Value

The Value property returns array of forecasting series values.

See also:

Stat Assembly Interfaces