Parameter<T>.GetTTest Method

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

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public OneSampleTTest GetTTest()

Return Value

OneSampleTTest
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.

See Also