Learn R Programming

MixStable (version 0.1.0)

estimate_alpha_gamma: Estimate alpha and gamma from ECF modulus

Description

Estimate alpha and gamma from ECF modulus

Usage

estimate_alpha_gamma(t_grid, phi_vals, weights = NULL)

Value

A list with elements alpha_hat and gamma_hat.

Arguments

t_grid

Vector of frequency values.

phi_vals

Complex vector of ECF values.

weights

Optional vector of weights.