Gets the distribution of the test statistic associated with this
hypothesis test.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public FDistribution Distribution { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Distribution As FDistribution |
| Visual C++ |
|---|
public: property FDistribution^ Distribution { FDistribution^ get (); } |