Click or drag to resize

StudentTDistributionCDF(Double, Int32) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Probability.Old.StudentTDistribution.CDF(System.Double,System.Int32)"]


Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double CDF(
	double x,
	int n
)

Parameters

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Probability.Old.StudentTDistribution.CDF(System.Double,System.Int32)"]

n  Int32

[Missing <param name="n"/> documentation for "M:Altaxo.Calc.Probability.Old.StudentTDistribution.CDF(System.Double,System.Int32)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Probability.Old.StudentTDistribution.CDF(System.Double,System.Int32)"]

See Also