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