IMsBinaryRegressionTransform

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsBinaryRegressionTransform interface is used to set up model calculation parameters by using binary choice method(maximum likelihood estimation).

Inheritance Hierarchy

          IMsMethod

          IMsStochasticMethod

          IMsBinaryRegressionTransform

Comments

This method estimates coefficients of the regression model, in which the output variable may take the values 0 and 1.

Properties

  Property name Brief description
The BinaryDistr property selects binary regression model.
The ClassificationsliceOff property sets threshold probability value used to include objects to the groups "0" or "1".
The Coefficients property determines an array of values of model equation coefficients.
The ConfidenceLevel property determines the confidence limits relevance.
The ConstantInitValue property determines the constant initial value.
The ConstantMode property determines the mode of setting model constant.
The ConstantValue property determines the value of model constant.
The Explained property returns a collection of output series.
The Explanatories property returns a collection of explanatory series.
The FittedTermSet property returns a set of series, to which output series data is loaded on calculating modeling problem.
The ForecastTermSet property returns a set of series, to which forecast data is loaded when calculating modeling problem.
Outdated. Use IMsBinaryRegressionTransform.ConstantMode.
Outdated. Use IMsMethodSeries.Input.
The IsCoefficientsSaved property returns True if model coefficients are saved.
The LowerConfidenceLevelTermSet property returns a set of series, to which data of lower confidence limit is loaded on calculating problem.
The MissingData property returns an object containing parameters of missing data treatment in the source series.
The OutputType property determines the type of the values downloaded to the modeling and forecasting series.
The ResidualsTermSet property returns a set of series, to which residual series data is loaded on calculating modeling problem.
The StatCoefficients property returns values of summary statistics calculated for identified equation coefficients.
The Tolerance property determines the accuracy of optimization of the likelihood function.
The UpperConfidenceLevelTermSet property returns a set of series, to which data of high confidence limit is loaded on calculating problem.
The UseDefaultInitValues property determines whether the primary default approximations are used.

Properties inherited fromIMsMethod

  Property name Brief description
The CalculateSeries property returns results of model calculation.
Outdated. Use InversionInfo.Inversion.
The InversionInfo property returns parameters of initial transformation applied to variable.
Outdated. Use InversionInfo.InversionLag.
The ObservationsCount property returns the number of model observations.
The PeriodAlignment property returns type of model calculation relative to period.
Outdated. Use InversionInfo.PreviousInversionLag.
The Series property returns a set of available series used by current method in calculations.
The StatMethod property returns information on statistical method used for model calculation.
The Summary property returns summary statistics calculated for model.
The SupportsR property determines whether calculation by R is enabled.
The Type property returns type of method used for model calculation.
The UseR property determines whether connection to R is used on method calculation.

Methods inherited fromIMsStochasticMethod

  Method name Brief description
The Identify method identifies model equation coefficients.

Methods inherited fromIMsMethod

  Method name Brief description
The Execute method calculates model and returns calculation results.

See also:

Ms Assembly Interfaces | Binary Regression