HypothesisTest.Distribution Property

Gets the probability distribution used in the hypothesis test.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ContinuousDistribution Distribution { get; protected set; }

Property Value

ContinuousDistribution
A ContinuousDistribution that represents the probability distribution used in the hypothesis test.

Remarks

Inheritors use this method to set the probability distribution that is to be used in evaluating the critical values and probabilities for a HypothesisTest.

See Also