splinebox.spline_curves#

This module provides the classes necessary for constructing splines, along with all the methods required for spline fitting and inference.

Classes

HermiteSpline(M, basis_function[, closed, ...])

Class for the construction of a Hermite spline.

Spline(M, basis_function[, closed, ...])

Base class for the construction of a spline.

Functions

padding_function(knots, pad_length)

This is the default padding function of splinebox.

splines_from_json(path)

Loads multiple splines from a json file generated using splinebox.spline_curves.splines_to_json().

splines_to_json(path, splines[, version])

Saves multiple splines in a single json file.