dt_: Non-standard student-t density

View source: R/dt_.R

dt_R Documentation

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


BNPdensity documentation built on Aug. 8, 2025, 7:20 p.m.