mixcdf | R Documentation |
Returns cdf for a mixture (generic function)
mixcdf(x, y, lower.tail = TRUE)
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 |
None
an object of class normalmix
mixcdf(normalmix(c(0.5,0.5),c(0,0),c(1,2)),seq(-4,4,length=100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.