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 NormalDistribution Distribution { get; }
Visual Basic (Declaration)
Public ReadOnly Property Distribution As NormalDistribution
Visual C++
public:
property NormalDistribution^ Distribution {
	NormalDistribution^ get ();
}

See Also