Click or drag to resize
Accord.NET (logo)

LogisticCoefficient Properties

The LogisticCoefficient type exposes the following members.

Properties
  NameDescription
Public propertyConfidence
Gets the 95% confidence interval (C.I.) for the current coefficient.
Public propertyConfidenceLower
Gets the lower limit for the 95% confidence interval.
Public propertyConfidenceUpper
Gets the upper limit for the 95% confidence interval.
Public propertyLikelihoodRatio
Gets the Likelihood-Ratio test performed for this coefficient.
Public propertyName
Gets the name for the current coefficient.
Public propertyOddsRatio
Gets the Odds ratio for the current coefficient.
Public propertyStandardError
Gets the Standard Error for the current coefficient.
Public propertyValue
Gets the coefficient value.
Public propertyWald
Gets the Wald's test performed for this coefficient.
Top
See Also