Returns a OneSampleTTest 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 GetTTest As OneSampleTTest |
| C# |
|---|
public OneSampleTTest GetTTest () |
| C++ |
|---|
public: OneSampleTTest^ GetTTest () |
Return Value
A OneSampleTTest.
Remarks
Use the OneSampleTTest 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.