Click or drag to resize
Accord.NET (logo)

TwoSampleTTestCompute Method

Computes the T Test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
protected void Compute(
	double x1,
	double s1,
	int n1,
	double x2,
	double s2,
	int n2,
	double hypothesizedDifference,
	bool equalVar,
	TwoSampleHypothesis alternate
)
Request Example View Source

Parameters

x1
Type: SystemDouble
s1
Type: SystemDouble
n1
Type: SystemInt32
x2
Type: SystemDouble
s2
Type: SystemDouble
n2
Type: SystemInt32
hypothesizedDifference
Type: SystemDouble
equalVar
Type: SystemBoolean
alternate
Type: Accord.Statistics.TestingTwoSampleHypothesis
See Also