Gets the distribution of the test statistic associated with this hypothesis test.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public TDistribution Distribution { get; }
Visual Basic (Declaration)
Public ReadOnly Property Distribution As TDistribution
Visual C++
public:
property TDistribution^ Distribution {
	TDistribution^ get ();
}

See Also