Click or drag to resize

LikelihoodRatioStatistic Class

Class LikelihoodRatioStatistic computes the Likelihood Ratio Statistic values for a logistic regression.
Inheritance Hierarchy
SystemObject
  CenterSpace.NMath.CoreLikelihoodRatioStatistic

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

The LikelihoodRatioStatistic type exposes the following members.

Properties
 NameDescription
Public propertyChiSquareStatistic Gets the likelihood ration chi square statistic, defined as ChiSqr = -2*ln[(likelihood without the variables)/(likelihood with the variables)]
Public propertyDegressOfFreedom Gets the degrees of freedom for the ChiSquareStatistic
Public propertyRightTailProbability Gets the right tail probability (P-value) for the chi square statistic.
Top
Methods
 NameDescription
Public methodClone Creates a deep copy of self.
Top
See Also