Click or drag to resize

WeightedRegressionAnovaParameterEstimates Property

Gets an array of parameter objects which may be used to perform hypothesis tests on individual parameters in the model.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public LinearRegressionParameter[] ParameterEstimates { get; }

Property Value

LinearRegressionParameter
Exceptions
ExceptionCondition
NMathExceptionThrown if the parameter statistics are not available. This will be the case if the regression matrix is not of full rank. One should check the ParameterEstimatesAvailable property if in doubt.
See Also