Package jline.api.fj

Class FJXmaxParetoResult

  • All Implemented Interfaces:

    
    public final class FJXmaxParetoResult
    
                        

    Result container for expected maximum of Pareto distribution.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double Xmax
      private final Double MK
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Double getXmax() Expected value of maximum
      final Double getMK() Characteristic maximum
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FJXmaxParetoResult

        FJXmaxParetoResult(Double Xmax, Double MK)