Learn R Programming

DISTRIB (version 1.0)

Four Essential Functions for Statistical Distributions Analysis: A New Functional Approach

Description

A different way for calculating pdf/pmf, cdf, quantile and random data such that the user is able to consider the name of related distribution as an argument and so easily can changed by a changing argument by user. It must be mentioned that the core and computation base of package 'DISTRIB' is package 'stats'. Although similar functions are introduced previously in package 'stats', but the package 'DISTRIB' has some special applications in some special computational programs.

Copy Link

Version

Install

install.packages('DISTRIB')

Monthly Downloads

208

Version

1.0

License

LGPL (>= 3)

Maintainer

Last Published

December 26th, 2016

Functions in DISTRIB (1.0)

q

Quantile of a distribution
rd

Compute random data from a distribution
pdf

Probability density function (pdf) and probability mass function (pmf)
cdf

Cumulative density function (cdf)
DISTRIB-package

\Sexpr[results=rd,stage=build]{tools:::Rd_package_title("#1")}DISTRIBFour Essential Functions for Statistical Distributions Analysis: A New Functional Approach