| LogisticRegressionAuxiliaryStatsParameterCalcLogLikelihoodInterceptOnly Property |
Gets the log of the value of the likelihood function for the
intercept only model.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public double LogLikelihoodInterceptOnly { get; }
Public ReadOnly Property LogLikelihoodInterceptOnly As Double
Get
public:
property double LogLikelihoodInterceptOnly {
double get ();
}
member LogLikelihoodInterceptOnly : float with get
Property Value
DoubleSee Also