Class Stats1Plotter

    • Field Detail

      • CONST_KEY

        public static final ReportKey<java.lang.Double> CONST_KEY
        Report key for fitted multiplicative constant.
      • MEAN_KEY

        public static final ReportKey<java.lang.Double> MEAN_KEY
        Report key for fitted mean.
      • STDEV_KEY

        public static final ReportKey<java.lang.Double> STDEV_KEY
        Report key for fitted standard deviation.
      • FUNCTION_KEY

        public static final ReportKey<java.lang.String> FUNCTION_KEY
        Report key for gaussian fit function.
      • BINSIZER_KEY

        public static final ConfigKey<BinSizer> BINSIZER_KEY
        Config key for equivalent histogram bar width.
      • SHOWMEAN_KEY

        public static final ConfigKey<java.lang.Boolean> SHOWMEAN_KEY
        Config key to display a line at the mean value.
    • Constructor Detail

      • Stats1Plotter

        public Stats1Plotter​(FloatingCoord xCoord,
                             boolean hasWeight,
                             ConfigKey<Unit> unitKey)
        Constructor.
        Parameters:
        xCoord - X axis coordinate
        hasWeight - true if weights may be used
        unitKey - config key to select X axis physical units, or null if no unit selection required