The joker
R package develops an S4 distribution system and performs
parameter estimation in common distribution families, making
well-established and state-of-the-art methods more accessible.
The common d, p, q, r function family for each distribution (e.g. dnorm, pnorm, qnorm, rnorm) is enriched with
the ll counterpart (e.g. llnorm) that calculates the log-likelihood,
the v counterpart (e.g. vnorm) that calculates the asymptotic variance-covariance matrix of an estimator.
An S4-class distribution system is developed, allowing the generic evaluation of the dpqr function family and basic distribution calculus.
You can install the release version of joker
from CRAN by running the
following line of code:
install.packages("joker")
You can install the development version of joker
from github by
running the following line of code:
devtools::install_github("thechibo/joker")
More details can be found in the joker Github repository.
Detailed documentation, along with reproducible examples, can be found
in the package vignette vignette(topic = "joker", package = "joker")
.
The joker
package is developed in the Mathematics
Department
of the University of
Athens. The package
maintainer is Ioannis
Oikonomidis,
working under the supervision of Prof. Samis
Trevezas.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.