ehmatthes / sitka_irg_analysis

An analysis of the correlation between the Indian River stream gauge and landslide activity in the Sitka area.
4 stars 1 forks source link

Investigate off-by-one error #38

Open ehmatthes opened 5 months ago

ehmatthes commented 5 months ago

In preparing slides for a recent talk, I realized the algorithm for finding critical points is not implemented correctly. It's not examining all the preceding points that could make a point critical. The current implementation is valid, because that implementation is what's been evaluated. But, I should clean up that algorithm and then re-run the analysis.