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