Simple Hypothesis Test Constructor
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Simple | Constructs a new hypothesis test. |
Simple | Constructs a new hypothesis test. |
Simple | Constructs a new hypothesis test. |
Simple | Constructs a new hypothesis test. |
SimpleHypothesisTest(Double, ContinuousDistribution)
Constructs a new hypothesis test.
public SimpleHypothesisTest(
double statistic,
ContinuousDistribution distribution
)
Parameters
- statistic Double
- The value of the test statistic.
- distribution ContinuousDistribution
- A ContinuousDistribution object that represents the distribution of the test statistic.
SimpleHypothesisTest(Double, ContinuousDistribution, HypothesisType)
Constructs a new hypothesis test.
public SimpleHypothesisTest(
double statistic,
ContinuousDistribution distribution,
HypothesisType hypothesisType
)
Parameters
- statistic Double
- The value of the test statistic.
- distribution ContinuousDistribution
- A ContinuousDistribution object that represents the distribution of the test statistic.
- hypothesisType HypothesisType
- A HypothesisType value that indicates whether the test is upper or lower one-tailed or two-tailed.
SimpleHypothesisTest(String, Double, ContinuousDistribution)
Constructs a new hypothesis test.
public SimpleHypothesisTest(
string name,
double statistic,
ContinuousDistribution distribution
)
Parameters
- name String
- The name of the hypothesis test.
- statistic Double
- The value of the test statistic.
- distribution ContinuousDistribution
- A ContinuousDistribution object that represents the distribution of the test statistic.
SimpleHypothesisTest(String, Double, ContinuousDistribution, HypothesisType)
Constructs a new hypothesis test.
public SimpleHypothesisTest(
string name,
double statistic,
ContinuousDistribution distribution,
HypothesisType hypothesisType
)
Parameters
- name String
- The name of the hypothesis test.
- statistic Double
- The value of the test statistic.
- distribution ContinuousDistribution
- A ContinuousDistribution object that represents the distribution of the test statistic.
- hypothesisType HypothesisType
- A HypothesisType value that indicates whether the test is upper or lower one-tailed or two-tailed.