Hypothesis Test.Distribution Property
Gets the probability distribution used in the hypothesis test.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A ContinuousDistribution that represents the probability distribution used in the hypothesis test.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ContinuousDistribution? Distribution { get; protected set; }
Property Value
ContinuousDistributionA 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.