Assembly: Stat;
Namespace: Prognoz.Platform.Interop.Stat;
The ISlSimultaneousEquation interface defines the simultaneous equation parameters.
ISlSimultaneousEquation
Simultaneous equations system is a set of econometric equations (often linear ones) that determine interdependence of econometric variables.
Property name | Brief description | |
The DependentVariable property determines parameters of dependent variable in an equation. | ||
The EndogenousCoefficients property returns estimates and characteristics of equation endogenous variable coefficients. | ||
The EndogenousVariables property determines parameters of endogenous variables in an equation. | ||
The ExogenousCoefficients property returns estimates and characteristics of equation exogenous variable coefficients. | ||
The ExogenousVariables property determines parameters of exogenous variables in an equation. | ||
The Fitted property returns a modeling series. | ||
The Intercept property determines parameters of equation constant. | ||
The Residuals property returns a residual series for the equation. | ||
The SpecificInstrumental property returns parameters of special equation variables. | ||
The SummaryStatistics property determines summary statistics of the equation. | ||
The UseConstantAsInstrument property determines whether to use the constant as an instrumental variable. |
See also: