sf_cauchy {serofoi} | R Documentation |
Sets Cauchy distribution parameters for sampling
Description
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 distribution
Examples
my_prior <- sf_cauchy()
[Package serofoi version 1.0.3 Index]