Type: MsDiagnosticTestType;
Type: Prognoz.Platform.Interop.Ms.MsDiagnosticTestType;
The Type property returns the type of test.
Interface for work with test settings is selected in accordance with the value Type:
MsDiagnosticTestType.OmittedVariables. The IMsOmittedVariablesTestSettings interface.
MsDiagnosticTestType.RedundantVariables. The IMsRedundantVariablesTestSettings interface.
MsDiagnosticTestType.SerialCorellationLM. The IMsSerialCorellationLMTestSettings interface.
MsDiagnosticTestType.WhiteHeteroskedasticity. The IMsWhiteHeteroskedasticityTestSettings interface.
MsDiagnosticTestType.RamseyResset. The IMsRamseyRessetTestSettings interface.
MsDiagnosticTestType.Chow. The IMsChowTestSettings interface.
The property use is given in the example for IMsRamseyRessetTestSettings.Power.
See also: