Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public OneSampleTTest(
double sampleMean,
double sampleStandardDeviation,
int sampleSize,
double mean
)
Public Sub New (
sampleMean As Double,
sampleStandardDeviation As Double,
sampleSize As Integer,
mean As Double
)
public:
OneSampleTTest(
double sampleMean,
double sampleStandardDeviation,
int sampleSize,
double mean
)
new :
sampleMean : float *
sampleStandardDeviation : float *
sampleSize : int *
mean : float -> OneSampleTTest
Parameters
- sampleMean
- Type: SystemDouble
The mean of the sample. - sampleStandardDeviation
- Type: SystemDouble
The standard deviation of the sample. - sampleSize
- Type: SystemInt32
The size of the sample. - mean
- Type: SystemDouble
The proposed population mean.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference