Skip to contents

Constant Prior Distribution

Usage

prior_const(value)

Arguments

value

(number) the fixed parameter value.

Value

A Prior object.

Examples

prior_const(0)
#> 
#> Prior Object:
#>    const(value = 0)
#>