Class PeakDetectionRenderer

java.lang.Object
com.arbergashi.charts.render.BaseRenderer
com.arbergashi.charts.render.analysis.PeakDetectionRenderer
All Implemented Interfaces:
ChartRenderer

public final class PeakDetectionRenderer extends BaseRenderer
Peak detection overlay renderer.

Marks local maxima with a highlight point. A point is a peak if y[i] > y[i-1] and y[i] > y[i+1] and exceeds an optional threshold.

Since:
2024-06-01
Version:
1.0.0
Author:
Arber Gashi
  • Constructor Details

    • PeakDetectionRenderer

      public PeakDetectionRenderer()
  • Method Details