Returns a SimpleHypothesisTest object that can be used to perform further analysis on the parameter.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetZTest As SimpleHypothesisTest
C#
public SimpleHypothesisTest GetZTest ()
C++
public:
SimpleHypothesisTest^ GetZTest ()

Return Value

A SimpleHypothesisTest.

Remarks

Use the SimpleHypothesisTest returned by this method to perform further tests on the value of the parameter. For example, you can test for the significance at levels other than the default 0.05 level, and construct confidence intervals.