You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Zipf distribution is a mathematical concept that describes the frequency of items ranked from most common to least common in a dataset, like word frequencies in a book or city populations.
Also, this distribution can be used to describe hot keys/items in database or popular tweets in Tweeter web service.
varstepIndex= context.Random.Zipf(n:100, s:1.0)
The text was updated successfully, but these errors were encountered:
Documentation link
The Zipf distribution is a mathematical concept that describes the frequency of items ranked from most common to least common in a dataset, like word frequencies in a book or city populations.
Also, this distribution can be used to describe hot keys/items in database or popular tweets in Tweeter web service.
The text was updated successfully, but these errors were encountered: