EasyDeepLearn

Splines: knots, degrees of freedom, regularization.

hard

Answer

  • Spline = piecewise polynomial with continuity at knots.
  • Cubic splines: 3rd-degree pieces, continuous through 2nd derivative.
  • Natural spline: linear beyond boundary knots (avoids wild extrapolation).
  • Knot placement: at quantiles of X (uniform coverage).
  • Regularization: penalized splines add smoothing penalty λ * ∫ (f(x))2(f(x))^{2} dx → tune λ by REML / GCV.
  • Standard smoother in GAMs.
Check yourself — multiple choice
  • Random
  • Piecewise polynomials with continuity at knots; cubic/natural common; knots at X quantiles; penalized splines add ∫(f)2(f)^{2} penalty tuned by REML/GCV
  • Same as regression
  • Not real

Splines: piecewise polynomials with continuity; penalized by ∫(f)2(f)^{2}.

#regression#glm

Practise Statistics Fundamentals

215 interview questions in this topic.

Related questions