HistogramParameters¶
Purpose¶
The module HistogramParameters computes parameters from a given histogram.
Usage¶
Connect a histogram base object (e.g., output from the Histogram module)
Windows¶
Default Panel¶
Input Fields¶
inHistogram¶
- name: inHistogram, type: HistogramObject(MLBase), deprecated name: histogram¶
histogram to be analyzed
Output Fields¶
outHistogramCurve¶
- name: outHistogramCurve, type: CurveData(MLBase), deprecated name: outputHistogramCurve¶
Output histogram as curve (depends on
useStepFunction)For accessing this object via scripting, see the Scripting Reference:
MLCurveDataWrapper.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Visible Fields¶
Use normalized histogram¶
- name: normalize, type: Bool, default: FALSE¶
If checked, the histogram is normalized before computing parameters.
p1 [%]¶
p2 [%]¶
Q_p1%¶
Q_p2%¶
Q25%¶
- name: quantile25, type: Double, persistent: no¶
Shows the 25% quantile.
Q50% (median)¶
- name: quantile50, type: Double, persistent: no¶
Shows the 50% quantile (the median).
Q75%¶
- name: quantile75, type: Double, persistent: no¶
Shows the 75% quantile.
IQR (Q75% - Q25%)¶
- name: interquartileRange, type: Double, persistent: no¶
Shows the interquartile range (IQR), defined as the difference between the 25% and 75% quantiles.
Position (maxPeakPos)¶
- name: maxPeakPos, type: Double, persistent: no¶
Shows the position of the highest peak of the histogram.
Height¶
- name: maxPeakHeight, type: Double, persistent: no¶
Shows the height of the highest peak of the histogram.
FWHM¶
- name: fwhm, type: Double, persistent: no, deprecated name: FWHM¶
Shows the FWHM value using left side and right side for computation.
Position (fwhmPosition)¶
- name: fwhmPosition, type: Double, default: 1, deprecated name: FWHMposition¶
Sets the position for the FHWM computation.
Sum¶
- name: sum, type: Double, persistent: no¶
Shows the sum of histogram entries.
Mean Height¶
- name: meanHeight, type: Double, persistent: no¶
Shows the mean height of the histogram.
Non-Zero Mean Height¶
- name: nonZeroMeanHeight, type: Double, persistent: no¶
Shows the mean height of the non-zero histogram entries.
Mean Position¶
- name: meanPos, type: Double, persistent: no¶
Shows the mean position of the histogram.
Standard Deviation of Histogram¶
- name: standardDev, type: Double, persistent: no¶
Shows the standard deviation of the histogram.
Minimum¶
- name: minPos, type: Double, persistent: no¶
Shows the minimal histogram position.
Maximum¶
- name: maxPos, type: Double, persistent: no¶
Shows the maximal histogram position.
Non-Zero Minimum¶
- name: nonZeroMinPos, type: Double, persistent: no¶
Shows the minimal histogram position using only non-zero histogram entries.
Non-Zero Maximum¶
- name: nonZeroMaxPos, type: Double, persistent: no¶
Shows the maximal histogram position using only non-zero histogram entries.
Start Position¶
- name: startPos, type: Double, default: 0¶
Sets the start position for the sum within the interval.
End Position¶
- name: endPos, type: Double, default: 0¶
Sets the end position for the sum within the interval.
Interval Sum¶
- name: intervalSum, type: Double, persistent: no¶
Shows the sum of entries within the set interval.
FWHM-left¶
- name: fwhmLeft, type: Double, persistent: no¶
Shows the FHWM value using only the left side for computation.
FWHM-right¶
- name: fwhmRight, type: Double, persistent: no¶
Shows the FHWM value using only the right side for computation.
Entropy¶
- name: entropy, type: Double, persistent: no¶
Shows the entropy value of the histogram.
Non-Zero Position¶
- name: maxNonZeroPeakPos, type: Double, persistent: no¶
Shows the position of the non-zero peak of the histogram.
Non-Zero Height¶
- name: maxNonZeroPeakHeight, type: Double, persistent: no¶
Shows the height of the peak of the non-zero histogram.
#Non Empty Bins in Interval¶
- name: numNonEmptyBins, type: Double, persistent: no¶
Shows the number of non-empty bins within the interval.