Tuesday, 10 September 2013

how to use Pareto extrapolation in C++

how to use Pareto extrapolation in C++

I have some curves that am trying to extrapolate them to get a prediction.
I was told that Pareto extrapolation method could be the best candidate
for my case.
My qustion is:
1. is there an introduction of it? I'd like to know it in details, but
didn't find much in Google.
2. is there an existing library in C++/Excel that I can use?
Many thanks in advance.

No comments:

Post a Comment