SyScSelection (version 1.0.1)

sizeparam_normal_distn: Calculates the size paramater for a d-dimensional hyperellipsoid conforming to a normal (i.e., Gaussian) distribution.

Description

Calculates the size paramater for a d-dimensional hyperellipsoid conforming to a normal (i.e., Gaussian) distribution.

Usage

sizeparam_normal_distn(prob, d)

Arguments

prob

The target probability threshold

d

Number of dimensions in the multivariate distribution

Value

The appropriate (scalar) size parameter

Examples

Run this code
# NOT RUN {
sizeparam_normal_distn(0.95, 6)
# }

Run the code above in your browser using DataLab