natural_params {EpiNow2} | R Documentation |
Get the names of the natural parameters of a distribution
Description
These are the parameters used in the stan models. All other parameter
representations are converted to these using
convert_to_natural()
before
being passed to the stan models.
Usage
natural_params(distribution)
Arguments
distribution |
Character; the distribution to use. |
Value
A character vector, the natural parameters.
Examples
## Not run:
natural_params("gamma")
## End(Not run)
[Package EpiNow2 version 1.7.1 Index]