Non Central Student TDistribution Constructor
Constructs a new StudentTDistribution object
with the specified degrees of freedom.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public NonCentralStudentTDistribution(
double degreesOfFreedom,
double nonCentralityParameter
)
Parameters
Exceptions
Argument | degreesOfFreedom is less than or equal to zero. |