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.

## The function is currently defined as function(x, df, mean, sd) dt((x - mean) / sd, df, ncp = 0) / sd

Details

For internal use


konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.