Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.44 KB

notes.md

File metadata and controls

58 lines (41 loc) · 1.44 KB


Contents

 

Notes

Here we present a number of notes related to BayesicFitting.

Splines.

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

Data Quality.

The quality note discusses the merits of defining data quality in terms of accuracy versus weights.

BoundingBox

A look at bounding boxes in higher dimensions.