Learn R Programming

MixStable (version 0.1.0)

L_stable: Negative log-likelihood for stable distribution using dstable

Description

Computes the negative log-likelihood of a stable distribution given parameters and data.

Usage

L_stable(param, obs)

Value

Scalar value of negative log-likelihood.

Arguments

param

Numeric vector of parameters: alpha, beta, gamma, delta.

obs

Numeric vector of observations.