.extract_param {epiparameter} | R Documentation |
Optimises the parameters for a specified probability distribution given the percentiles of a distribution and the values at those percentiles, or the median and range of a sample and the number of samples.
Description
Optimises the parameters for a specified probability distribution given the percentiles of a distribution and the values at those percentiles, or the median and range of a sample and the number of samples.
Usage
.extract_param(values, distribution, percentiles, samples)
Arguments
values |
A |
distribution |
A |
percentiles |
A |
samples |
A |
Value
A list with output from stats::optim()
.
[Package epiparameter version 0.4.0 Index]