Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsSerialCorellationLMTestSettings interface is used to work with parameters of the Godfrey Criterion of Residual Autocorrelation diagnostic test.
IMsSerialCorellationLMTestSettings
The Godfrey Criterion of Residual Autocorrelation is a test of residuals of linear regression model for autocorrelation. To work with parameters of this test, cast the value returned by the IMsDiagnosticTest.Settings property to the IMsSerialCorellationLMTestSettings interface.
| Property name | Brief description | |
| The LMOrder property returns autoregression order. |
| Property name | Brief description | |
| The ConfidenceLevel property determines the significance level, on which the hypothesis is rejected. | ||
| The IncludedExplanatories property determines indexes of explanatory series. | ||
| The SupportsR property determines whether diagnostic test can be calculated by R. | ||
| The UseR property determines whether connection to R is used on diagnostic test calculation. |
| Method name | Brief description | |
| The RefreshIncluded method refreshes the value of the IncludedExplanatories property. |
See also: