Represents a test that the population mean of a
NumericalVariable is equal to a specific value.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public NotInheritable Class OneSampleTTest _
Inherits OneSampleTest
|
| Visual C++ |
public ref class OneSampleTTest sealed : public OneSampleTest
|
| F# |
[<SealedAttribute>]
type OneSampleTTest =
class
inherit OneSampleTest
end
|
Remarks
Inheritance Hierarchy
See Also