Learn R Programming

MixStable (version 0.1.0)

estimate_beta_delta: Estimate beta and delta from ECF phase

Description

Estimate beta and delta from ECF phase

Usage

estimate_beta_delta(t_grid, phi_vals, alpha_hat, gamma_hat, weights = NULL)

Value

A list with elements beta_hat and delta_hat.

Arguments

t_grid

Vector of frequency values.

phi_vals

Complex vector of ECF values.

alpha_hat

Estimated alpha.

gamma_hat

Estimated gamma.

weights

Optional vector of weights.