Gets the probability distribution used in the hypothesis test.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ContinuousDistribution Distribution { get; protected set; }
Public Property Distribution As ContinuousDistribution
Get
Protected Set
public:
property ContinuousDistribution^ Distribution {
ContinuousDistribution^ get ();
protected: void set (ContinuousDistribution^ value);
}
member Distribution : ContinuousDistribution with get, set
Property Value
Type:
ContinuousDistributionA
ContinuousDistribution that represents the probability distribution
used in the hypothesis test.
Inheritors use this method to set the probability distribution that is to be used in
evaluating the critical values and probabilities for a HypothesisTest.
Reference