Skip to contents

Sets Cauchy distribution parameters for sampling

Usage

sf_cauchy(location = 0, scale = 1)

Arguments

location

Location of the Cauchy distribution

scale

Scale of the Cauchy distribution

Value

List with specified statistics and name of the model

Examples

my_prior <- sf_cauchy()