BNPdensity (version 2019.9.11)

dt_: Non-standard student-t density

Description

Computes the density.

Usage

dt_(x, df, mean, sd)

Arguments

Details

For internal use

Examples

Run this code
# NOT RUN {
## The function is currently defined as
function(x, df, mean, sd) {
  dt((x - mean) / sd, df, ncp = 0) / sd
}
# }

Run the code above in your browser using DataLab