Contents
Notes |
---|
Splines |
Quality |
BoundingBox |
Here we present a number of notes related to BayesicFitting.
The splines note presents details on the construction and algorithm of splines in
- SplinesModel simple, fast and dense
- BSplinesModel recursive de Boor algoritme, slow
- BasicSplineModel non-recursive de Boor, faster
- SplinesDynamicModel a BasicSplinesModel which is
- Dynamic in the number of knots
- Modifiable in the position of the knots
The quality note discusses the merits of defining data quality in terms of accuracy versus weights.
A look at bounding boxes in higher dimensions.