Class Triangular

    • Field Detail

      • m_A

        protected double m_A
        the a parameter.
      • m_C

        protected double m_C
        the c parameter.
      • m_B

        protected double m_B
        the b parameter.
    • Constructor Detail

      • Triangular

        public Triangular()
    • Method Detail

      • setA

        public void setA​(double value)
        Sets the a.
        Parameters:
        value - the a
      • getA

        public double getA()
        Returns the a.
        Returns:
        the a
      • aTipText

        public String aTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setC

        public void setC​(double value)
        Sets the c parameter.
        Parameters:
        value - the c
      • getC

        public double getC()
        Returns the c parameter.
        Returns:
        the c
      • cTipText

        public String cTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setB

        public void setB​(double value)
        Sets the b.
        Parameters:
        value - the b
      • getB

        public double getB()
        Returns the b.
        Returns:
        the b
      • bTipText

        public String bTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getRealDistribution

        public org.apache.commons.math3.distribution.RealDistribution getRealDistribution()
        Returns the configured distribution.
        Specified by:
        getRealDistribution in class AbstractRealDistribution
        Returns:
        the distribution