|
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
)
Protected Sub Compute (
n As Integer,
mean As Double,
hypothesizedMean As Double,
stdError As Double,
hypothesis As OneSampleHypothesis
)
Request Example
View SourceParameters
- n
- Type: SystemInt32
- mean
- Type: SystemDouble
- hypothesizedMean
- Type: SystemDouble
- stdError
- Type: SystemDouble
- hypothesis
- Type: Accord.Statistics.TestingOneSampleHypothesis
See Also