R/fitClayton.R
LSE_clayton_onestep.RdComputes a one-step least squares estimator (LSE) of the Clayton copula dependence parameter \(\theta\). The estimator is obtained via a second-order Taylor expansion of the Clayton copula \(C_{\theta}(u, v)\) around an initial value \(\theta_0\), typically the Kendall's tau-based moment estimate.
LSE_clayton_onestep(par, x, y, estimates)Numeric scalar. Initial estimate of \(\theta\), typically obtained from Kendall's tau.
Numeric vector. Observations of the strength variable \(X\).
Numeric vector. Observations of the stress variable \(Y\).
A named list of marginal parameter estimates: \((a_1, b_1, \lambda_1)\) for strength and \((a_2, b_2, \lambda_2)\) for stress.
Numeric scalar. One-step LSE estimate of the dependence parameter \(\theta\).
One-Step LSE Estimator for the Clayton Copula Parameter
The one-step estimator is constructed by substituting a second-order Taylor expansion of the Clayton copula \(C_{\theta}(u, v)\) into the least squares estimating equation, evaluated at \(\theta_0\), and solving analytically for \(\theta\).This avoids iterative numerical optimisation and yields a closed-form estimation of \(\theta\).
Further theoretical details are provided in Kizilaslan (2026).
Kizilaslan, F. (2026). Reliability estimation in dependent stress–strength model with Clayton copula and modified Weibull margins. arXiv:2604.12130
WLSE_clayton_onestep for the weighted LSE version,
theta_Ktau_estimate for the Kendall's Tau-based estimate.