Learn R Programming

MixStable (version 0.1.0)

normalized_grad_alpha: Normalized gradient for alpha parameter Computes the normalized gradient of the log-likelihood with respect to the alpha parameter over a set of observations. This is useful for optimization routines where scale-invariant updates are preferred.

Description

Normalized gradient for alpha parameter Computes the normalized gradient of the log-likelihood with respect to the alpha parameter over a set of observations. This is useful for optimization routines where scale-invariant updates are preferred.

Usage

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

Value

Scalar value representing the normalized gradient.

Arguments

alpha

Stability parameter.

beta

Skewness parameter.

delta

Scale parameter.

omega

Location parameter.

x

Numeric vector of observations.