dpc | R Documentation |
Density, distribution function, quantile function and random generation for the plasticizing component with parameters teta, s2 and c.
dpc(x, teta, s2, c)
x |
real argument |
teta |
position parameter |
s2 |
positive scale parameter |
c |
shape parameter (c>=1) |
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)
The function returns the value of the probability density function for the plasticizing component.
Piotr Sulewski, piotr.sulewski@upsl.edu.pl, Pomeranian UNiwersity in Slupsk.
Sulewski, P. (2020). Normal Distribution with Plasticizing Component, Communications in Statistics ? Theory and Method 51(11), 3806-3835.
dpc(0,1,2,2)
ppc(0,1,2,2)
qpc(0.5,1,2,2)
rpc(10,1,2,2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.