Returns a
OneSampleTTest object that can be used to perform further
analysis on the parameter.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public OneSampleTTest GetTTest()
Public Function GetTTest As OneSampleTTest
public:
OneSampleTTest^ GetTTest()
member GetTTest : unit -> OneSampleTTest
Return Value
Type:
OneSampleTTestA
OneSampleTTest.
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.
Reference