Learn R Programming

MixStable (version 0.1.0)

compute_quantile_ratios: Compute McCulloch quantile ratios from sample data

Description

This function calculates four key ratios used in McCulloch's method for estimating stable distribution parameters: - v_alpha: shape indicator - v_beta: skewness indicator - v_gamma: scale proxy - v_delta: location proxy

Usage

compute_quantile_ratios(X)

Value

A list containing v_alpha, v_beta, v_gamma, and v_delta.

Arguments

X

Numeric vector of sample data.