powered by
Computes the density.
dt_(x, df, mean, sd)
For internal use
# 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