dt_ function

Non-standard student-t density

Non-standard student-t density

Computes the density.

dt_(x, df, mean, sd)

Arguments

  • x: Numeric vector. Data set to which the density is evaluated.

  • df: Numeric constant. Degrees of freedom (> 0, maybe non-integer)

  • mean: Numeric constant. Location parameter.

  • sd: Positive numeric constant. Scale parameter.

    The function is currently defined as function(x, df, mean, sd) dt((x - mean) / sd, df, ncp = 0) / sd

Details

For internal use

  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links