Click or drag to resize

ILogisticRegressionCalc Interface

Interface class for calculating the parameters of a logistic regression model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public interface ILogisticRegressionCalc : ICloneable

The ILogisticRegressionCalc type exposes the following members.

Properties
 NameDescription
Public propertyCalculationMessage Anything you want to tell the user? Useful for indicating the source of failed calculation.
Public propertyInformationMatrix The information matrix is the matrix of negated second partial derivations of the log likelihood function. It is the inverse of the variance/covariance matrix for the parameter estimates.
Public propertyIsGood Gets a boolean indicating success of failure of the calculation.
Top
Methods
 NameDescription
Public methodCalculateParameters Calculate the parameters for the logistic model.
Top
See Also