Class Logit

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Logit.Parametric
      Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher bound
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double hi
      Higher bound.
      private double lo
      Lower bound.
    • Constructor Summary

      Constructors 
      Constructor Description
      Logit()
      Usual logit function, where the lower bound is 0 and the higher bound is 1.
      Logit​(double lo, double hi)
      Logit function.