Learn R Programming

MixStable (version 0.1.0)

grad_loglik_alpha: Log-likelihood gradient with respect to alpha

Description

Log-likelihood gradient with respect to alpha

Usage

grad_loglik_alpha(alpha, beta, delta, omega, x)

Value

Numeric scalar: estimated gradient (or NA_real_ on invalid input).

Arguments

alpha

Numeric scalar. Stability parameter of the stable distribution (0 < \(\alpha \le 2\)), controlling tail thickness.

beta

Numeric scalar. Skewness parameter of the stable distribution (\(-1 \le \beta \le 1\)).

delta

Numeric scalar. Location parameter of the stable distribution.

omega

Numeric scalar. Scale parameter of the stable distribution (omega > 0).

x

Numeric vector. Observations at which the integral is computed.