Returns the Wald test for all the parameters in the regression.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetWaldTest As SimpleHypothesisTest |
| C# |
|---|
public SimpleHypothesisTest GetWaldTest () |
| C++ |
|---|
public: SimpleHypothesisTest^ GetWaldTest () |
Return Value
A SimpleHypothesisTest object.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | The model has not been computed. |