sizeparam_t_distn: Calculates the size paramater for a d-dimensional...

Description Usage Arguments Value Examples

View source: R/sizeparam_t_distn.R

Description

Calculates the size paramater for a d-dimensional hyperellipsoid conforming to a Student's t distribution.

Usage

1
sizeparam_t_distn(prob, d, nu)

Arguments

prob

The target probability threshold

d

Number of dimensions in the multivariate distribution

nu

Degrees of freedom parameter for the t distribution

Value

The appropriate (scalar) size parameter

Examples

1
sizeparam_t_distn(0.95, 6, 5)

mvk222/SyScSelection documentation built on July 4, 2020, 1:07 p.m.