Uses of Class
com.fa993.types.PeakWidthsOutput
- 
Packages that use PeakWidthsOutput Package Description com.fa993.utils 
- 
- 
Uses of PeakWidthsOutput in com.fa993.utilsMethods in com.fa993.utils that return PeakWidthsOutput Modifier and Type Method Description static PeakWidthsOutputPeakWidth. 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.
 
-