CategoricalGenLinModelOptimizedCriterion Property |
The optimized criterion.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual double OptimizedCriterion { get; }
Public Overridable ReadOnly Property OptimizedCriterion As Double
Get
public:
virtual property double OptimizedCriterion {
double get ();
}
abstract OptimizedCriterion : float with get
override OptimizedCriterion : float with get
Property Value
Type:
Double
A
double scalar representing the optimized criterion or
null if
Solve has not been called.
Remarks
The criterion to be maximized is a constant plus the log-likelihood.
See Also