Class AtanhTransform

    • Constructor Detail

      • AtanhTransform

        public AtanhTransform​(Segment bounds)
        Only the upper bound of the argument is used.
        Parameters:
        bounds - the bounda.getMaximum() is used in the transforms
    • Method Detail

      • transform

        public double transform​(double a)
        Description copied from interface: Transformable
        Performs the selected transform with value
        Parameters:
        a - a double representing the parameter value
        Returns:
        the results, such that inverse( transform(value) ) = value
      • inverse

        public double inverse​(double t)
        Description copied from interface: Transformable
        Inverses the transform.