Gets an array of parameter objects which may be used to perform hypothesis tests on
individual parameters in the model.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public LinearRegressionParameter[] ParameterEstimates { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property ParameterEstimates As LinearRegressionParameter() |
| Visual C++ |
|---|
public: property array<LinearRegressionParameter^>^ ParameterEstimates { array<LinearRegressionParameter^>^ get (); } |