Class NormalInverse

    • Constructor Detail

      • NormalInverse

        public NormalInverse()
    • Method Detail

      • eval

        public java.lang.Object eval​(java.lang.Object[] args)
                              throws EvaluationException
        Description copied from class: NaryFunction
        Evaluate the function
        Specified by:
        eval in class NaryFunction
        Parameters:
        args - arguments to the function
        Returns:
        value returned by the function
        Throws:
        EvaluationException - if the calculation cannot be performed
      • ierf

        public static double ierf​(double x)
      • ierfCen

        public static double ierfCen​(double x)
      • iscdf

        public static double iscdf​(double z)
      • icdf

        public static double icdf​(double p,
                                  double mu,
                                  double sd)