Click or drag to resize
CategoricalGenLinModelOptimizedCriterion Property
The optimized criterion.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual double OptimizedCriterion { 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