All Projects → chdh → commons-math-interpolation

chdh / commons-math-interpolation

Licence: MIT License
A partial TypeScript port of the Apache Commons Math Interpolation package, including Akima cubic spline interpolation and LOESS/LOWESS local regression.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to commons-math-interpolation

Mathnet Numerics
Math.NET Numerics
Stars: ✭ 2,688 (+14833.33%)
Mutual labels:  interpolation
SGpp
SG⁺⁺ – the numerical library for Sparse Grids in all their variants.
Stars: ✭ 59 (+227.78%)
Mutual labels:  interpolation
go-interpol
interpol is a Go package for doing format-string like string interpolation using named parameters.
Stars: ✭ 34 (+88.89%)
Mutual labels:  interpolation
Pupa
Simple micro templating
Stars: ✭ 231 (+1183.33%)
Mutual labels:  interpolation
stroke-dasharray-interpolation-talk
Slides from 2015 D3.js talk
Stars: ✭ 17 (-5.56%)
Mutual labels:  interpolation
gpx-interpolate
Python function to interpolate GPX data using piecewise cubic Hermite splines
Stars: ✭ 35 (+94.44%)
Mutual labels:  interpolation
Xesmf
Universal Regridder for Geospatial Data
Stars: ✭ 197 (+994.44%)
Mutual labels:  interpolation
HypertextLiteral.jl
Julia library for the string interpolation of HTML and SVG
Stars: ✭ 43 (+138.89%)
Mutual labels:  interpolation
polatory
Fast, memory-efficient 3D spline interpolation and global kriging, via RBF (radial basis function) interpolation.
Stars: ✭ 82 (+355.56%)
Mutual labels:  interpolation
natural-neighbor-interpolation
Fast, discrete natural neighbor interpolation in 3D on the CPU.
Stars: ✭ 63 (+250%)
Mutual labels:  interpolation
equadratures
equadratures.org/
Stars: ✭ 92 (+411.11%)
Mutual labels:  interpolation
GalerkinSparseGrids.jl
Sparse Grid Discretization with the Discontinuous Galerkin Method for solving PDEs
Stars: ✭ 39 (+116.67%)
Mutual labels:  interpolation
cmna-pkg
Computational Methods for Numerical Analysis
Stars: ✭ 13 (-27.78%)
Mutual labels:  interpolation
Geostats.jl
An extensible framework for high-performance geostatistics in Julia
Stars: ✭ 222 (+1133.33%)
Mutual labels:  interpolation
2dimagefilter
A collection of image filters, some especially suited to scale-up low res computer graphics.
Stars: ✭ 32 (+77.78%)
Mutual labels:  interpolation
Hypertextliteral
Generate HTML, XML, and other web content using Swift string literal interpolation
Stars: ✭ 219 (+1116.67%)
Mutual labels:  interpolation
gospline
A golang library for spline interpolation
Stars: ✭ 26 (+44.44%)
Mutual labels:  cubic-splines
bitmapflow
A tool to generate inbetweens for animated sprites, written in godot-rust
Stars: ✭ 388 (+2055.56%)
Mutual labels:  interpolation
Black-hole-simulation-using-python
Non-spinning black hole simulation based on geodesics equation
Stars: ✭ 60 (+233.33%)
Mutual labels:  interpolation
comment-mark
Interpolate strings with HTML comment markers!
Stars: ✭ 21 (+16.67%)
Mutual labels:  interpolation

commons-math-interpolation

This package is a partial TypeScript port of some Java classes of the Apache Commons Math library.

The following forms of interpolation are implemented:

The interpolators work on a dataset of x/y points (knots).

Additionally, a local regression algorithm is implemented that can be used in conjunction with the above interpolators.

Interpolation demo: www.source-code.biz/snippets/typescript/akima
LOESS demo: www.source-code.biz/snippets/typescript/loess
NPM package: commons-math-interpolation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].