Uses of Class
com.fa993.types.PeakWidthsOutput
-
Packages that use PeakWidthsOutput Package Description com.fa993.utils -
-
Uses of PeakWidthsOutput in com.fa993.utils
Methods in com.fa993.utils that return PeakWidthsOutput Modifier and Type Method Description static PeakWidthsOutput
PeakWidth. call(double[] x, int[] peaks, double relHeight, double[] prominences, int[] leftBases, int[] rightBases)
Calculates the widths of peaks in the input data array using prominence information and a specified relative height.
-