Click or drag to resize

WeightedRegressionAnovaParameterEstimatesAvailable Property

Check if parameter estimats are available through the ParameterEstimates property. Parameter variance is undefined in the regression matrix is rank deficient. In this case the parameter estimates property will throw an exception if accessed.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public bool ParameterEstimatesAvailable { get; }

Property Value

Boolean
See Also