Learn R Programming

BNPdensity (version 2025.7.29)

dt_: Non-standard student-t density

Description

Computes the density.

Usage

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.

Details

For internal use