ppc {PSDistr} | R Documentation |
Plasticizing Component
Description
Density, distribution function, quantile function and random generation for the plasticizing component with parameters teta, s2 and c.
Usage
ppc(x, teta, s2, c)
Arguments
x |
real argument |
teta |
position parameter |
s2 |
positive scale parameter |
c |
shape parameter (c>=1) |
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)
Value
The function returns the value of the cumulative distribution function for the plasticizing component.
Author(s)
Piotr Sulewski, piotr.sulewski@upsl.edu.pl, Pomeranian UNiwersity in Slupsk.
References
Sulewski, P. (2020). Normal Distribution with Plasticizing Component, Communications in Statistics ? Theory and Method 51(11), 3806-3835.
Examples
dpc(0,1,2,2)
ppc(0,1,2,2)
qpc(0.5,1,2,2)
rpc(10,1,2,2)
[Package PSDistr version 0.0.1 Index]