30 skills found
bgrimstad / SplinterLibrary for multivariate function approximation with splines (B-spline, P-spline, and more) with interfaces to C++, C, Python and MATLAB
espdev / CsapsCubic spline approximation (smoothing)
perazz / FitpackA Modern Fortran translation of the FITPACK package for curve and surface fitting
espdev / Csaps CppEigen based C++11 implementation of cubic spline approximation (smoothing)
mirsaeedi / Spline Curve FittingB-Spline, Bezier, and Linear/Non-Linear fitting (Approximation and Interpolation) algorithms are implemented in Javascript.
PaulFackler / CompEconCompEcon is a set of MATLAB functions for solving a variety of problems in economics and finance. The library functions include rootfinding and optimization solvers, a integrated set of routines for function approximation using polynomial, splines and other functional families, a set of numerical integration routines for general functions and for common probability distributions, general solvers for Ordinary Differential Equations (both initial and boundary value problems), routines for solving discrete and continuous time dynamic programming problems, and a general solver for financial derivatives (bonds, futures, options).
SINTEF-Geometry / MBAMultilevel B-spline Approximation Library
nmoteki / NdimsplinejaxA multidimensional spline interpolation by Google/JAX
SINTEF-Geometry / LSMGLeast Squares Approximation of Scattered Data with B-Splines
forty-twoo / B Spline Curve FittingIt's a curve eiditor which shows b-spline curve(bezier curve included) and the approximation method to fit shapes.
GiorgioMedico / InterpolatePy🚀 InterpolatePy: A fast and precise Python library for production-ready trajectory planning, offering 20+ algorithms for C² continuous splines, jerk-limited S-curves, and quaternion interpolation for robotics, animation, and scientific computing.
astralord / Splines:wavy_dash: Approximate spline of any degree to given data
idealab-isu / DSADifferentiable Spline Approximations
sakov / Csa C2D cubic spline approximation
Beliavsky / CalcInterpreter in Fortran that can handle scalars and 1D arrays, with access to intrinsics and statistical functions and plotting with gnuplot
LorenzoPratesi / B Spline Curves And SurfacesThis repository contains various implementations and approximations of B-spline curves and surfaces.
amacaluso / Quantum Splines For Non Linear ApproximationsThis repository contains the code to reproduce the results in the paper Quantum Splines for Non-Linear Approximation, under publication for the ACM International Conference on Computing Frontiers 2020.
modelica-3rdparty / ApproxSplineModelica Library for Smooth Spline Approximation
ratnania / SpippSPIPP is a 1D B-Splines library for evaluation, interpolation, approximation, assembling Finite Element matrices
BrunoLuong / Free Knot Spline ApproximationThe purpose of this function is to provide a flexible and robust fit to one-dimensional data using free-knot splines. The knots are free and able to cope with rapid change in the underlying model. Knot removal strategy is used to fit with only a small number of knots. Optional L2-regularization on the derivative of the spline function can be used to enforce the smoothness. Shape preserving approximation can be enforced by specifying the lower and upper bounds of the derivative(s) of the spline function on sub-intervals. Furthermore specific values of the spline function and its derivative can be specified on a set of discrete data points. I did not test QUADPROG engine, but I have implemented it. Any feedback is welcome.