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

ExceptionCondition
InvalidOperationException The model has not been computed.