|
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
)
Protected Sub Compute (
x1 As Double,
s1 As Double,
n1 As Integer,
x2 As Double,
s2 As Double,
n2 As Integer,
hypothesizedDifference As Double,
equalVar As Boolean,
alternate As TwoSampleHypothesis
)
Request Example
View SourceParameters
- 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