Class Zipf

  • All Implemented Interfaces:
    java.util.function.LongToIntFunction

    public class Zipf
    extends LongToIntDiscreteCurve
    • Constructor Summary

      Constructors 
      Constructor Description
      Zipf​(int numberOfElements, double exponent, java.lang.String... modslist)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Zipf

        public Zipf​(int numberOfElements,
                    double exponent,
                    java.lang.String... modslist)