Plot the inverse gamma-distribution pdf
plot_invgamma(
alpha,
beta,
by = 0.01,
log = FALSE,
IQR = 0.95,
return_quantiles = FALSE,
linecolor = colorset("red", "dark"),
fillcolor = colorset("red", "mid")
)
positive real number
positive real number
grid size
is log-scale used?
inter-quantile range width
should this return a list
line color
fill color
a ggplot
object
Other functions related to the inverse-gamma distribution:
dinvgamma_stanlike()
,
priors