Constructs a new hypothesis test.
Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public SimpleHypothesisTest(
string name,
double statistic,
ContinuousDistribution distribution
)
Public Sub New (
name As String,
statistic As Double,
distribution As ContinuousDistribution
)
public:
SimpleHypothesisTest(
String^ name,
double statistic,
ContinuousDistribution^ distribution
)
new :
name : string *
statistic : float *
distribution : ContinuousDistribution -> SimpleHypothesisTest
Parameters
- name
- Type: SystemString
The name of the hypothesis test. - statistic
- Type: SystemDouble
The value of the test statistic. - distribution
- Type: Extreme.Statistics.DistributionsContinuousDistribution
A ContinuousDistribution object that represents
the distribution of the test statistic.
Numerical Libraries
Supported in: 6.0
Reference