mixcdf: mixcdf

Description Usage Arguments Details Value Examples

View source: R/mix.R

Description

Returns cdf for a mixture (generic function)

Usage

1
mixcdf(x, y, lower.tail = TRUE)

Arguments

x

a mixture (eg of type normalmix or unimix)

y

locations at which cdf to be computed

lower.tail:

boolean indicating whether to report lower tail

Details

None

Value

an object of class normalmix

Examples

1
mixcdf(normalmix(c(0.5,0.5),c(0,0),c(1,2)),seq(-4,4,length=100))

mengyin/mixash documentation built on May 22, 2019, 6:50 p.m.