| TwoSamplePairedTTestDistribution Property |
Gets the distribution of the test statistic associated with this
hypothesis test.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public TDistribution Distribution { get; }
Public ReadOnly Property Distribution As TDistribution
Get
public:
property TDistribution^ Distribution {
TDistribution^ get ();
}
member Distribution : TDistribution with get
Property Value
TDistributionSee Also