plot_invgamma: Plot the inverse gamma-distribution pdf

View source: R/misc-invgamma.R

plot_invgammaR Documentation

Plot the inverse gamma-distribution pdf

Description

Plot the inverse gamma-distribution pdf

Usage

plot_invgamma(
  alpha,
  beta,
  by = 0.01,
  log = FALSE,
  IQR = 0.95,
  return_quantiles = FALSE,
  linecolor = colorset("red", "dark"),
  fillcolor = colorset("red", "mid")
)

Arguments

alpha

positive real number

beta

positive real number

by

grid size

log

is log-scale used?

IQR

inter-quantile range width

return_quantiles

should this return a list

linecolor

line color

fillcolor

fill color

Value

a ggplot object

See Also

Other functions related to the inverse-gamma distribution: dinvgamma_stanlike(), priors


jtimonen/lgpr documentation built on Oct. 12, 2023, 11:13 p.m.