Parameter<T>.Get TTest Method
Returns a OneSampleTTest object that can be used to perform further
analysis on the parameter.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A OneSampleTTest.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public OneSampleTTest GetTTest()
Return Value
OneSampleTTestA 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.