Skip to contents

[Experimental] 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

if (FALSE) {
natural_params("gamma")
}