Returns the Wald test for the selected parameters in the regression.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetWaldTest ( _ indexes As Integer() _ ) As SimpleHypothesisTest |
| C# |
|---|
public SimpleHypothesisTest GetWaldTest ( int[] indexes ) |
| C++ |
|---|
public: SimpleHypothesisTest^ GetWaldTest ( array<int>^ indexes ) |
Parameters
- indexes ()
- An array containing the indexes of the parameters that are to be included in the test.
Return Value
A SimpleHypothesisTest object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The model has not been computed. |
| ArgumentNullException | indexes is nullNothingnullptr |
| ArgumentException | One or more of the elements of indexes is less than zero or greater than or equal to the number of parameters in the model. |