StatisticsCoverageFactor Method

Computes the Coverage Factor k.

Definition

Namespace: Metas.UncLib.Core.Unc
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static double CoverageFactor(
	double idof,
	int dims,
	double p
)

Parameters

idof  Double
Inverse of the Degrees of Freedom
dims  Int32
Dimensions
p  Double
Probability

Return Value

Double

See Also