Cumulative distribution function of normal mixture
Arguments
- x
`numeric` Vector of values at which to evaluate the (log, complementary) cdf.
- lambda
`numeric` - Vector of mixing proportions of each normal component
- mu
`numeric` - Vector of means of each normal component
- sigma
`numeric` - Vector of standard deviations of each normal component
- lower.tail
`logical` - if TRUE (default), probabilities are `P[X ≤ x]` otherwise, `P[X > x]`.
- log.p
`logical`; if TRUE, probabilities p are given as `log(p)`.