Skip to contents

A fixed (delta) distribution as a <dist_spec>, placing all of its mass on a single value.

Usage

Fixed(value, ...)

Arguments

value

Value of the fixed (delta) distribution.

...

Limits of the distribution, passed to bound_dist().

Value

A <dist_spec>.

See also

Distributions for an overview and the other distributions.

Examples

Fixed(value = 3)
#> - fixed value:
#>   3
Fixed(value = 3.5)
#> - fixed value:
#>   3.5