2007-03-15 Martin Maechler * DESCRIPTION (Version, Date): 1.0-7 to be released * R/norMix.R (dnorMix, pnorMix, qnorMix): follow the official standard of first argument = 'x', 'p' or 'q' respectively. Note that for back compatibility, the old notation [pq]norMix(obj, x, ..) still works, but with a warning. * R/norMix.R (dnorMixL): renamed former dnorMix(), since new dnorMix() now returns a vector as all d() functions. (pnorMix, qnormix): add 'lower.tail' and 'log.p' (dnorMix): add argument 'log' * man/pnorMix.Rd: document new arguments... * man/dnorMix.Rd: ditto 2006-08-12 Martin Maechler * R/norMix.R (qnorMix): add 'tol' and 'maxiter' to be passed to uniroot(). * man/norMix.Rd: add links to pnorMix and qnorMix 2006-08-02 Martin Maechler * man/norMix.Rd: mention that var.norMix is *not* a method for var(); fix typo. 2006-02-10 Martin Maechler * DESCRIPTION (Version): 1.0-6 * R/norMix.R (qnorMix): make sure lower bound of search interval fulfills f(lower) < 0 * tests/ex.R: new test exhibiting old qnorMix() bug 2005-05-02 Martin Maechler * DESCRIPTION (Version): 1.0-5 * man/pnorMix.Rd: encoding{latin1} 2004-06-25 Martin Maechler * DESCRIPTION (Version): 1.0-4 * R/norMix.R (qnorMix): fix for the case of 1 component, and (potential) speedup using monotonicity. * tests/MW.Rout.save: updated (was overdue) 2004-03-24 Martin Maechler * DESCRIPTION (Version): 1.0-3 * tests/MW.R: new, testing this bug fix: * R/norMix.R (rnorMix): use seq(along=nj) - thanks to Berwin Turlach 2003-12-23 Martin Maechler * DESCRIPTION (Version): 1.0-2 release to CRAN * man/MarronWand.Rd: name them in Usage 2003-11-19 Martin Maechler * man/MarronWand.Rd: reference; correct URL 2003-11-14 Martin Maechler * R/norMix.R (qnorMix): check for p <= 0, p >= 1, returning -+Inf 2003-11-13 Martin Maechler * DESCRIPTION (Version): 1.0-1, released to CRAN * INDEX: drop rmultinom; new pnorMix * man/rmultinom.Rd: removed, since function is in R since 1.7.0 * R/norMix.R (pnorMix): new functions from Erik Jorgensen - vectorized * R/norMix.R (qnorMix): ditto * man/pnorMix.Rd: new * R/norMix.R (plot.norMix): default xout from xlim if that is given now works with `log = "y"'. * man/norMix.Rd: log = "y" * R/zzz.R (rmultinom): new; rmultinom() only for R <= 1.6 2003-01-25 Martin Maechler * DESCRIPTION: renamed package from "normix" to "nor1mix" 2002-07-01 Martin Maechler * DESCRIPTION (Version): 0.9-0 released to CRAN