Click or drag to resize
Accord.NET (logo)

TTestCompute Method (Double, Double, OneSampleHypothesis)

Computes the T-test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double statistic,
	double df,
	OneSampleHypothesis alternate
)
Request Example View Source

Parameters

statistic
Type: SystemDouble
df
Type: SystemDouble
alternate
Type: Accord.Statistics.TestingOneSampleHypothesis
See Also