Click or drag to resize

OneSampleTTest(Double, Double, Int32, Double, Double, HypothesisType) Constructor

Constructs a OneSampleTTest instance with the given sample, population, and hypothesis parameters.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public OneSampleTTest(
	double xbar,
	double s,
	int n,
	double mu0,
	double alpha,
	HypothesisType type
)

Parameters

xbar  Double
The sample mean.
s  Double
The sample standard deviation.
n  Int32
The sample size.
mu0  Double
The population mean.
alpha  Double
The accepted probability of falsely rejecting the null hypothesis.
type  HypothesisType
Enum value indicating the form of the alternative hypothesis.
See Also