Learn R Programming

PSDistr (version 0.0.1)

dpc: Plasticizing Component

Description

Density, distribution function, quantile function and random generation for the plasticizing component with parameters teta, s2 and c.

Usage

dpc(x, teta, s2, c)

Value

The function returns the value of the probability density function for the plasticizing component.

Arguments

x

real argument

teta

position parameter

s2

positive scale parameter

c

shape parameter (c>=1)

Author

Piotr Sulewski, piotr.sulewski@upsl.edu.pl, Pomeranian UNiwersity in Slupsk.

Details

Probability density function see formula (2) in the article Cumulative distribution function see formula (4) Quantile functon see formula (9) Random number generator see formula (23)

References

Sulewski, P. (2020). Normal Distribution with Plasticizing Component, Communications in Statistics ? Theory and Method 51(11), 3806-3835.

Examples

Run this code
dpc(0,1,2,2)
ppc(0,1,2,2)
qpc(0.5,1,2,2)
rpc(10,1,2,2)

Run the code above in your browser using DataLab