loggfct {MixThres} | R Documentation |
Log-density function for a truncated gaussian distribution with mean equal to moy and standard deviation equal to sdev and truncature parameters equal to l and u.
loggfct(x, moy, sdev, l, u)
x |
vector of quantiles. |
moy |
vector of means. |
sdev |
vector of standard deviations. |
l |
the left (lower) truncature parameter. |
u |
the right (upper) truncature parameter. |
The log-density.
J. Aubert