StudentTDistribution(Double, Double, Double) Constructor

Student T Distribution

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public StudentTDistribution(
	double mu,
	double sigma,
	double dof
)

Parameters

mu  Double
Mean
sigma  Double
Standard Deviation
dof  Double
Degrees of Freedom

See Also