loggfct {MixThres}R Documentation

Log-density function for a truncated gaussian distribution

Description

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.

Usage

loggfct(x, moy, sdev, l, u)

Arguments

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.

Value

The log-density.

Author(s)

J. Aubert

See Also

gfct


[Package MixThres version 1.0 Index]