Skip to contents

Wrapper for gnorm::gnorm() distribution using distributional::dist_wrap()

Usage

dist_gnormal(mean = 0, scale = 1, shape = 1)

Arguments

mean

Prior mean for normal or generalized normal distribution.

scale

Prior scale for generalized normal distribution. Equivalent to alpha in gnorm, but renamed to avoid confusion with the spawner-recruit intrinsic productivity parameter.

shape

Prior shape for generalized normal distribution. Equivalent to beta in gnorm but renamed to avoid confusion with covariate slopes.