Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsPDLCoefficients interface is used to work with lag variable coefficient.
IMsPDLCoefficients
Before getting the coefficients they must be identified. Use IMsStochasticMethod.Identify.
| Property name | Brief description | |
| The EstimatesSum property returns sum of coefficients. | ||
| The StdErrSum property returns sum of standard errors. | ||
| The TStatSum property returns sum of t-statistics. |
| Property name | Brief description | |
| The Estimate property returns an array of estimated values of model coefficients. | ||
| The Probability property returns an array of values of coefficient probabilities. | ||
| The StandardError property returns an array of values of standard coefficient errors. | ||
| The TStatistic property returns an array of values of coefficient t-statistics. |
See also: