Changes in version 0.2-2 BUG FIX o a bug in extractvar (didn't work for "U" or"V" nodes) o a bug in summary.mc (digits = 3 was hard coded in the function) Changes in version 0.2-1 BUG FIX o a bug in ggtornado o an issue in pert and triangular distribution when min, mode and max were < .Machine$double.eps^0.5 NEW FUNCTIONS o spaghetti (and ggplot2 version "ggspaghetti"): plot a spaghetti plot (method for mc or mcnode objects) o gghist : equivalent to hist, in the gglplot2 framwork (method for mc or mcnode objects) o ggplotmc : equivalent to plot, in the gglplot2 framwork (method for mc or mcnode objects) Changes in version 0.2-0 NEW DISTRIBUTIONS o Beta subjective distribution (d, p, q, rbetasubj) o Minimum Quantile Information Distribution (d,p,q,rmqi) NEW FUNCTIONS o spaghetti (and ggplot2 version "ggspaghetti"): plot a spaghetti plot (method for mc or mcnode objects) o gghist : equivalent to hist, in the gglplot2 framwork (method for mc or mcnode objects) o ggplotmc : equivalent to plot, in the gglplot2 framwork (method for mc or mcnode objects) Changes in version 0.1-22 (2022-11-20) BUG FIX o one bug in rpert Changes in version 0.1-21 (2021-07-05) BUG FIX o one bug in rpert Changes in version 0.1-20 (2021-07-01) NEW FEATURES o lognormb distribution: a lognormal distribution with arithmetic mean and sd parametrization. o Pert and triangular distribution as an alternative parametrization using the mean Changes in version 0.1-18 (2017-03-06) BUG FIX o potential bugs linked to the default limit of 60 characters in the deparse function. Let to errors in hist, plot, converg, ... Changes in version 0.1-17 (2016-10-13) BUG FIX o one bug in rtriang, rpert, rbetagen corrected (error when the length of the arguments differed) Changes in version 0.1-16 (2016-02-15) BUG FIX o one bug in rtriang corrected (returned 1 when min == mode == max) o one error in the manual was corrected Changes in version 0.1-15 (2014-09-28) BUG FIX o one bug in mcstoc for multivariates nodes with truncation was corrected Changes in version 0.1-14 (2013-10-16) BUG FIX o one bug for multivariates nodes with truncation was corrected o addition of tests for truncations (function rtrunc and mcstoc (option trunc=TRUE)). Some unexpected results linked to rounding errors could be obtained for some extreme truncations (see examples). Note that it is not possible to catch all errors and a warning is now provided in the documentation. IMPROVEMENTS o pert is definitively better and quicker. o the vignettes were revised Changes in version 0.1-13 (2012-06-06) BUG FIX o pert, betagen and triang functions were slow in previous versions. This is fixed o some of the rdist functions returned matrixes when some of the arguments were matrixes o all parameters but the first one are now vectorized in the univariate p, d, q, r distribution functions Changes in version 0.1-12 (2011-11-14) BUG FIX o a bug in the definition of d2V and d3V in the mc2dLmEnglish vignette o a bug in dmultinomial with log = FALSE: it led to NA values NEW FEATURES o creation of a NAMESPACE for R.2.14 compliance o additionnal xlim and ylim arguments in plot.mc Changes in version 0.1-11 (2011-08-12) BUG FIX o rtriang was really slow in Version 0.1-10 Changes in version 0.1-10 (2011-07-23) NEW FEATURES o dempiricalC is now vectorized and improved o better control of limit cases in distributions BUG FIXES o major correction: dbetagen and dpert led to wrong values o major correction: mcapply led to incorrect results when the function returned a vector of length n and if margin was 'unc' or 'variates' o one bug in extractvar led to errors Changes in version 0.1-9 (2010-12-17) NEW FEATURES o dmultinormal, a vectorized version of dmvnorm IMPROVEMENTS o all p- d- q- r-distributions return numeric(0) if the first argument (x, q, p or n) are numeric(0) BUG FIXES o dmultinomial led to errors Changes in version 0.1-8 (2010-06-04) NEW FEATURES o pmin.mcnode and pmax.mcnode o a second vignette IMPROVEMENTS o error message in mc when one argument was neither an mc nor an mcnode BUG FIXES o rempiricalC and qempiricalC lead to errors Changes in version 0.1-7 (2010-03-09) NEW FEATURES o The documentation is now a real vignette o mcratio, a function to measure variability and uncertainty o extractvar and addvar, two utilities for multivariate nodes IMPROVEMENTS o Ops.mcnode function is much more efficient and less memory consuming o great improvement for speed in mcstoc for multivariate distributions o plot.mc proposes to fill the envelopes o empiricalD is (a little bit) more efficient BUG FIXES o lhs: could bug when sent without default distribution. Now, distr="runif" by default. o lhs: nsv = ndvar() and nsu = ndunc() by default o mcstoc: issue when rtrunc with linf or lsup as multivariate nodes: solved o rtrunc: issue for discrete distribution. It is now clear that rtrunc sample within (linf, lsup]. As a consequence, linf should be strictly lower than lsup o same issue in mcstoc Changes in version 0.1-6 (2009-09-12) BUG FIXES o Pert distribution: could bug when is.equal(mu,mode) while mu!=mode. o mcprobtree: allows now to use mcvalues with a type different of the type of the ouptut Changes in version 0.1-5 (2009-04-14) o Initial release on CRAN.