StatisticsCoverageFactor Method
Computes the Coverage Factor k.
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static double CoverageFactor(
double idof,
int dims,
double p
)
Public Shared Function CoverageFactor (
idof As Double,
dims As Integer,
p As Double
) As Double
public:
static double CoverageFactor(
double idof,
int dims,
double p
)
static member CoverageFactor :
idof : float *
dims : int *
p : float -> float
- idof Double
- Inverse of the Degrees of Freedom
- dims Int32
- Dimensions
- p Double
- Probability
Double