statip: miscellaneous statistical functions

Travis-CI Build Status CRAN_Status_Badge

A collection of miscellaneous statistical functions for probability distributions: dbern(), pbern(), qbern(), rbern() for the Bernoulli distribution, and distr2name(), name2distr() for distribution names; probability density estimation: densityfun(); most frequent value estimation: mfv(), mfv1(); calculation of the Hellinger distance: hellinger(); use of classical kernels: kernelfun(), kernel_properties().

Installation

You can install ‘statip’ from GitHub with:

# install.packages("devtools")
devtools::install_github("paulponcet/statip")