Click or drag to resize
Accord.NET (logo)

TTestCompute Method (Int32, Double, 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(
	int n,
	double mean,
	double hypothesizedMean,
	double stdError,
	OneSampleHypothesis hypothesis
)
Request Example View Source

Parameters

n
Type: SystemInt32
mean
Type: SystemDouble
hypothesizedMean
Type: SystemDouble
stdError
Type: SystemDouble
hypothesis
Type: Accord.Statistics.TestingOneSampleHypothesis
See Also