Denis
Denis

Reputation: 503

Java - How to find extreme points of cubic spline?

Is there any ready libraries that can help to find extreme points of cubic spline? I use JFreeChart and I need to find extreme point in interval [a, b].

Upvotes: 0

Views: 214

Answers (1)

azurefrog
azurefrog

Reputation: 10955

Apache commons-math has some spline handling code. I don't have enough math to know if it sufficient for your needs, though.

Upvotes: 1

Related Questions