Description Usage Arguments Details References Examples
Density, distribution function, quantile function and random generation for the exponential power distribution with parameters mu, sigma and k.
1 2 3 4 5 6 7  | 
x, q | 
 vector of quantiles.  | 
mu, sigma | 
 location and scale parameters.  | 
k | 
 shape parameter.  | 
log, log.p | 
 logical; if TRUE, probabilities p are given as log(p).  | 
lower.tail | 
 logical; if TRUE (default), probabilities are P[X ≤ x ], otherwise, P[X > x].  | 
p | 
 vector of probabilities.  | 
n | 
 number of observations.  | 
The Exponential distribution has density
f(x)=[exp(-(x-μ)/σ)/(1+exp(-(x-μ)/σ)))^2],
where -∞<μ<∞ is the location paramether, σ^2>0 the scale parameter and k the shape parameter.
Lemonte A. and Bazán J.L.
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.