Package: ROOPSD
Title: R Object Oriented Programming for Statistical Distribution
Date: 2023-09-11
Version: 0.3.9
Authors@R: person("Yoann", "Robin", email = "yoann.robin.k@gmail.com", role = c("aut", "cre"))
Description: Statistical distribution in OOP (Object Oriented Programming) way.
             This package proposes a R6 class interface to classic statistical
             distribution, and new distributions can be easily added with the
             class AbstractDist. A useful point is the generic fit() method for
             each class, which uses a maximum likelihood estimation to find the
             parameters of a dataset, see, e.g. Hastie, T. and al (2009)
             <isbn:978-0-387-84857-0>. Furthermore, the rv_histogram class
             gives a non-parametric fit, with the same accessors that for the
             classic distribution. Finally, three random generators useful to
             build synthetic data are given: a multivariate normal generator, an
             orthogonal matrix generator, and a symmetric positive definite
             matrix generator, see Mezzadri, F. (2007)
             <arXiv:math-ph/0609050>.
URL: https://github.com/yrobink/ROOPSD
Depends: R (>= 3.3)
License: CeCILL-2
Encoding: UTF-8
Imports: methods, R6, Lmoments, numDeriv
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-09-11 06:55:45 UTC; yrobin
Author: Yoann Robin [aut, cre]
Maintainer: Yoann Robin <yoann.robin.k@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-11 07:20:15 UTC
Built: R 4.2.0; ; 2023-09-13 02:02:24 UTC; unix
