Gets the chi-square distribution for this set of experiment runs based on the degrees of
freedom in the experiment.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public ChiSquareDistribution Distribution { get; internal set; } |
| Visual Basic (Declaration) |
|---|
Public Property Distribution As ChiSquareDistribution |
| Visual C++ |
|---|
public: property ChiSquareDistribution^ Distribution { ChiSquareDistribution^ get (); void set (ChiSquareDistribution^ value); } |