Learn R Programming

MixStable (version 0.1.0)

r_stable_pdf: Robust stable PDF computation

Description

Robust stable PDF computation

Usage

r_stable_pdf(x, alpha, beta, scale, location)

Value

Numeric vector of density values.

Arguments

x

Points at which to evaluate the density.

alpha

Stability parameter (0,2].

beta

Skewness parameter [-1,1].

scale

Scale (>0).

location

Location parameter.