Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smithb/lssurf
Utilities for performing smooth least-squares fits in Python
https://github.com/smithb/lssurf
icesat-2
Last synced: about 2 months ago
JSON representation
Utilities for performing smooth least-squares fits in Python
- Host: GitHub
- URL: https://github.com/smithb/lssurf
- Owner: SmithB
- License: mit
- Created: 2019-01-16T21:38:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T20:26:06.000Z (6 months ago)
- Last Synced: 2024-08-22T20:57:24.138Z (5 months ago)
- Topics: icesat-2
- Language: Python
- Homepage:
- Size: 818 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LSsurf
Utilities for performing smooth least-squares fits in PythonThese 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.