Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlEquation interface defines the parameters for the equation.
ISlEquation
| Property name | Brief description | |
| The AutoRegressionOrder property sets autoregresion orders. | ||
| The CointegralCoefficients property returns coefficients of cointegration equations. | ||
| The EndogenousCoefficients property returns endogenous variables coefficients. | ||
| The ExogenousCoefficients property returns exogenous variables coefficients. | ||
| The ExogenousVariables property returns a collection of exogenous variables. | ||
| The Fitted property returns an array of modeling series values. | ||
| The Forecast property determines parameters of forecasting series. | ||
| The ImpulseMatrix property returns matrix of impulse response function values. | ||
| The Intercept property determines parameters of equation constant. | ||
| The Residuals property returns a residual series. | ||
| The Serie property determines explained data series (endogenous variable). | ||
| The SummaryStatistics property returns summary statistics. | ||
| The Trend property returns parameters of the equation trend. |
| Property name | Brief description | |
![]() |
The ParseAR method parses strings with parameters of non-seasonal autoregression. |
See also: