Y
Hacker News
new
|
ask
|
show
|
jobs
by
Animats
152 days ago
So it's a histogram of 100 bars, forced into a spline in SVG to make it look like it has more detail than it does.
1 comments
prvt
152 days ago
That's the big picture idea.
link
Animats
152 days ago
I knew that polynomial curve fitting results in overshoots like that, but didn't think that splines had that problem.
link
prvt
151 days ago
Splines are polynomials after all. Also, not every spline has this problem. The one YouTube is using is Cardinal spline.
link