powered by
Computes the density.
dhalft(x, df = 1, mean = 0, sd = 1)
For internal use
# NOT RUN { ## The function is currently defined as function (x, df = 1, mean = 0, sd = 1) { ifelse(x < 0, 0, 1) * dt_(x, df, mean, sd)/(1 - pt_(0, df, mean, sd)) } # }
Run the code above in your browser using DataLab