![]() |
|
The Exponential distribution.
| apop_rank_settings* apop_rank_settings_init | ( | apop_rank_settings | in | ) |
If this settings group is present, models that can take rank data will read the input data as such. Allocation is thus very simple, e.g.
Apop_model_group_add(your_model, apop_rank);
The Exponential distribution. A one-parameter likelihood fn.
Ignores the matrix structure of the input data, so send in a 1 x N, an N x 1, or an N x M.
Some write the function as:
If you prefer this form, just convert your parameter via
(and convert back from the parameters this function gives you via
.
To specify that you have frequency or ranking data, use
Apop_model_add_group(your_model, apop_rank);