Skip to content
/ LSsurf Public

Utilities for performing smooth least-squares fits in Python

License

Notifications You must be signed in to change notification settings

SmithB/LSsurf

Repository files navigation

LSsurf

Utilities for performing smooth least-squares fits in Python

These scripts include utilities for fitting smooth surfaces to data in a least-squares sense. They operate on the principle of building a design matrix while keeping track of the relationship between degrees of freedom and columns and between data, constraint parameters, and rows.