Click or drag to resize

LinearRegressionParameterEstimates 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
See Also