I have a group of dataset.
This is the graph I draw using this dataset.
How to find the coordinate of peak value from this dataset?
Anyone got good java algorithm regarding this issue?
I have a group of dataset.
This is the graph I draw using this dataset.
How to find the coordinate of peak value from this dataset?
Anyone got good java algorithm regarding this issue?
For this dataset specifically, I would do the following:
When I use the dataset from this question, for illustration purposes, I get the following in Excel:
That should be easily implementable in Java.
Good luck!