Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The IChowTestLinRegress interface returns the parameters of linear regression for Chow test.
IChowTestLinRegress
Property name | Brief description | |
The ARCoefficients property returns autoregression coefficients. | ||
The ARSeasCoefficients property returns coefficients of seasonal autoregression. | ||
The Explained property returns the explained series. | ||
The Fitted property returns a modeling series. | ||
The Coefficients property returns moving average coefficients. | ||
The MASeasCoefficients property returns coefficients of seasonal moving average. | ||
The ModelCoefficients property returns parameters of model coefficients. | ||
The ModelPeriod property returns sample period parameters. | ||
The Residuals property returns a residual series. | ||
The SummaryStatistics property returns summary statistics. |
See also: