degenerate: Make a Degenerate Distribution

dst_degenerateR Documentation

Make a Degenerate Distribution

Description

Makes a distribution belonging to the degenerate family of distributions. That is, distributions of fixed values.

Usage

dst_degenerate(location)

is_degenerate(object)

is.degenerate(object)

Arguments

location

Parameter of the distribution family.

object

Object to test

Value

Object of class "dst".

Examples

require(graphics)
d <- dst_degenerate(5)
plot(d, "quantile")

vincenzocoia/distionary documentation built on March 5, 2024, 3:13 a.m.