| genre | Histogram |
| status | stable |
| author | Jan Rexilius |
| package | MeVisLab/Standard |
| dll | MLVolumetry |
| definition | MLVolumetry.def |
| keywords | histogram, parameter, normalize, minimum, maximum, quantile, mean, peak, sum, fwhm |
The module HistogramParameters computes parameters from a given histogram.
| #Non Empty Bins in Interval: Float | Minimum: Float | Q25%: Float |
| End Position: Float | Non-Zero Height: Float | Q50% (median): Float |
| Entropy: Float | Non-Zero Maximum: Float | Q75%: Float |
| FWHM: Float | Non-Zero Mean Height: Float | Q_p1%: Float |
| FWHM-left: Float | Non-Zero Minimum: Float | Q_p2%: Float |
| FWHM-right: Float | Non-Zero Position: Float | Standard Deviation of Histogram: Float |
| Height: Float | normalize100: Bool | Start Position: Float |
| Interval Sum: Float | p1(0%-100%): Float | Sum: Float |
| Maximum: Float | p2(0%-100%): Float | Use normalized histogram: Bool |
| Mean Height: Float | Position (maxPeakPos): Float | useStepFunction: Bool |
| Mean Position: Float | Position (fwhmPosition): Float |
If checked, the histogram is normalized before computing parameters.
Shows the quantile for p1(0%-100%).
Shows the quantile for p2(0%-100%).
Shows the position of the highest peak of the histogram.
Shows the height of the highest peak of the histogram.
Shows the FWHM value using left side and right side for computation.
Sets the position for the FHWM computation.
Shows the mean height of the non-zero histogram entries.
Shows the standard deviation of the histogram.
Shows the minimal histogram position using only non-zero histogram entries.
Shows the maximal histogram position using only non-zero histogram entries.
Sets the start position for the sum within the interval.
Sets the end position for the sum within the interval.
Shows the sum of entries within the set interval.
Shows the FHWM value using only the left side for computation.
Shows the FHWM value using only the right side for computation.
Shows the position of the non-zero peak of the histogram.