CRAN/E | ROOPSD

ROOPSD

R Object Oriented Programming for Statistical Distribution

Installation

About

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) . 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) .

github.com/yrobink/ROOPSD

Key Metrics

Version 0.3.9
R ≥ 3.3
Published 2023-09-11 228 days ago
Needs compilation? no
License CeCILL-2
CRAN checks ROOPSD results

Downloads

Yesterday 76 0%
Last 7 days 332 -22%
Last 30 days 1.619 -23%
Last 90 days 5.160 -38%
Last 365 days 25.820 +25%

Maintainer

Maintainer

Yoann Robin

yoann.robin.k@gmail.com

Authors

Yoann Robin

aut / cre

Material

Reference manual
Package source

In Views

Distributions

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

ROOPSD archive

Depends

R ≥ 3.3

Imports

methods
R6
Lmoments
numDeriv

Reverse Imports

ftsa