BNPdensity (version 2019.9.11)

pt_: Distribution function non-standard student-t

Description

Computes the cdf.

Usage

pt_(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) {
  pt((x - mean) / sd, df, ncp = 0)
}
# }

Run the code above in your browser using DataLab