search for: lossdist

Displaying 4 results from an estimated 4 matches for "lossdist".

Did you mean: loopdist
2016 Nov 14
0
Major update of package actuar
...data object and then compute the ogive. While there is no guarantee that the two functions are backward compatible (the number and position of the arguments have changed), standard calls should not be affected. USER VISIBLE CHANGES ? The material on probability laws in vignette ?"lossdist"? has been moved to the new vignette ?"distributions"? (see the previous section). ? The first argument of the ?mgf<dist>? functions has changed from ?x? to ?t?. This is a more common notation for moment generating functions. ? In ?aggregateDist? with the ?"recur...
2016 Nov 14
0
Major update of package actuar
...data object and then compute the ogive. While there is no guarantee that the two functions are backward compatible (the number and position of the arguments have changed), standard calls should not be affected. USER VISIBLE CHANGES ? The material on probability laws in vignette ?"lossdist"? has been moved to the new vignette ?"distributions"? (see the previous section). ? The first argument of the ?mgf<dist>? functions has changed from ?x? to ?t?. This is a more common notation for moment generating functions. ? In ?aggregateDist? with the ?"recur...
2008 Jan 22
2
MLE for censored distributions in R
Hi just wondering if there is a package that can get the maximum likelihood or method of moments estimator for distributions with censored data? The distributions I'm interested in are: Exponential, pareto, beta, gamma and lognormal. -- View this message in context: http://www.nabble.com/MLE-for-censored-distributions-in-R-tp15022863p15022863.html Sent from the R help mailing list archive at
2008 Jul 23
5
Histogram
Hi, how can I treat data organised in classes and frequencies? Ex. class frequency 20-23 9 23-25 7 26-28 5 29-31 5 32-34 3 Thanks Angelo Scozzarella