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 GoodnessOfFitParameter[] Parameters { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Parameters As GoodnessOfFitParameter() |
| Visual C++ |
|---|
public: property array<GoodnessOfFitParameter^>^ Parameters { array<GoodnessOfFitParameter^>^ get (); } |
Remarks
Parameter objects contain the value, standard error, t-statistic, and corresponding
(two-sided) p-value for each model parameters.