![]() |
|
The Zipf distribution.

The Zipf distribution. Wikipedia has notes on the Zipf distribution.
Ignores the matrix structure of the input data, so send in a 1 x N, an N x 1, or an N x M.
apop_zipf.estimate() is an MLE, so feed it appropriate apop_mle_settings. 


To specify that you have frequency or ranking data, use
Apop_settings_add_group(your_model, apop_rank, NULL);