PSDistr {PSDistr}R Documentation

The list of package functions and their demonstration

Description

The PSDistr presents the following distribution derived from the normal distribution: two-piece power normal (TPPN), plasticizing component (PC), DS normal (DSN), expnormal (EN), Sulewski plasticizing component (SPC), easily changeable kurtosis (ECK) distributions. Density, distribution function, quantile function and random generation are presented. The list of package functions is as follows:

Functions for the two-piece power normal distribution

dtppn

ptppn

qtppn

rtppn

Functions for the plasticizing component distribution

dpc

ppc

qpc

rpc

Functions for the DS normal distribution

ddsn

pdsn

qdsn

rdsn

#' @section Functions for the expnormal distribution:

den

pen

qen

ren

#' @section Functions for the Sulewski plasticizing component distribution:

dspc

pspc

qspc

rspc

#' @section Functions for the easily changeable kurtosis distribution:

deck

peck

qeck

reck


[Package PSDistr version 0.0.1 Index]