Top "Curves" questions

In mathematics, a curve (also called a curved line in older texts) is, generally speaking, an object similar to a line but which is not required to be straight.

gnuplot: plotting a file with 4 columns all on y-axis

I have a file that contains 4 numbers (min, max, mean, standard derivation) and I would like to plot it with …

gnuplot curves
How to make a line curve through points

I'm looking for a way to make a line curve through a number of points. It would be preferable to …

java awt curves splines
scipy BSpline fitting in python

This is my first time using BSpline, and I want to fit a curve to my data points. I've tried …

python scipy smoothing curves bspline
how to find the similarity between two curves and the score of similarity?

I have two data sets (t,y1) and (t,y2). These data sets visually look same but their is some …

matlab time-series similarity curves
B-spline curves

I have a set of points which I want to smooth using B-spline curves. My question is how can I …

c++ curves splines bspline