stable_pdf_and_cdf: PDF and CDF of a skew stable distribution.
Description
Evaluate the PDF or the CDF of the skew stable distribution with parameters
pars = c(alpha, beta, sigma, mu) at the points given in x.
parametrization argument specifies the parametrization used for the distribution
as described by JP Nolan (1997). The default value is parametrization = 0.
tol sets the relative error tolerance (precision) to tol. The default value is tol = 1e-12.
Usage
stable_pdf(x, pars, parametrization = 0L, tol = 1e-12)
Arguments
x
Vector of points where the pdf will be evaluated.
pars
Vector with an initial estimation of the parameters. pars_init = c(alpha, beta, sigma, mu), where