CUBIC SPLINES CALCULATOR
Project information
- Project Date: May 2024
- Tech Stack:Next.JS, R, Plumber API, Docker
- Project Repository: [Click here]
This application allows users to input a series of points (minimum 4) in a Cartesian place and send it into the calculator to construct a series of continuous cubic polynomial splines/curves that smoothly connects the given points for interpolation. This technique allows for better flexibility while avoid higher order degree polynomial calculations.