Learn R Programming

BNPdensity (version 2019.7.9)

dt_: Non-standard student-t densit

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