A Bivariate Smoothing Splines

  • A
  • Thread starter Thread starter Joe Prendergast
  • Start date Start date
  • Tags Tags
    Statistics
Joe Prendergast
Messages
20
Reaction score
4
Does anyone know of a bivariate smoothing spline package that lets you set your own loss function? All of the public domain software I've been able to find (e.g., SCIPY) appears to minimize the sum of squared errors. For example, I'd like to set the spline coefficients to maximize the log-likelihood of a Cauchy distribution of the errors.
 
Physics news on Phys.org
You could just use a black box optimizer and set the problem up yourself. Depending on how many knots you have...
 
Back
Top