Interface NumericalOrdinalStatistics

    • Method Detail

      • setMinimum

        void setMinimum​(javax.measure.Measure value)
        Sets the value of the 'Minimum' attribute.
        Parameters:
        value - the new value of the 'Minimum' attribute.
        See Also:
        getMinimum()
        Generated class or method.
      • setMaximum

        void setMaximum​(javax.measure.Measure value)
        Sets the value of the 'Maximum' attribute.
        Parameters:
        value - the new value of the 'Maximum' attribute.
        See Also:
        getMaximum()
        Generated class or method.
      • setMedian

        void setMedian​(javax.measure.Measure value)
        Sets the value of the 'Median' attribute.
        Parameters:
        value - the new value of the 'Median' attribute.
        See Also:
        getMedian()
        Generated class or method.