dt_ {BNPdensity} | 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
[Package BNPdensity version 2023.3.8 Index]