Constructs a TDistribution instance with the given degrees of freedom.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public TDistribution( double df ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ df As Double _ ) |
| Visual C++ |
|---|
public: TDistribution( double df ) |
Parameters
- df
- Type: System..::.Double
The degrees of freedom for the distribution.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if the specified degrees of freedom is less than or equal to zero. |