Skip to main content
. Author manuscript; available in PMC: 2017 Sep 30.
Published in final edited form as: Biometrics. 2017 Jan 11;73(3):949–959. doi: 10.1111/biom.12646

Algorithm 1 Parameter Cascading Method

Outer Level of Optimization - Estimate θ(w) by minimizing H {θ(w)}
  1. Initialize θ(w) = θ(0)(w).

  2. Inner Level of Optimization - Estimate g(x, w) by minimizing J {α|θ(w)}
    1. Initialize α = α(0).
    2. Update α(i+1) = α(i) – {(d2 J) / (dαdαT)}−1(dJ/dα) until convergence.
    3. Obtain the estimate ĝ{x, w, θ(w)} = bT(x)Φ(w)α̂{θ(w)}.
  3. Update c(j+1) = c(j) – {(d2H)/(dcdcT)}−1(dH/dc) until convergence.

  4. Obtain the estimate for the varying coefficients: θ^k(w)=φkT(w)c^k and θ̂(w) = {θ̂1(w),…, θ̂m(w)}T.