qt_ function

Quantile function non-standard Student-t

Quantile function non-standard Student-t

Computes the quantiles.

qt_(p, df, mean, sd)

Details

For internal use

Examples

## The function is currently defined as function(p, df, mean, sd) { sd * qt(p, df, ncp = 0) + mean }
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links