View source: R/dst_degenerate.R
dst_degenerate | R Documentation |
A degenerate distribution assigns a 100% probability to one outcome.
dst_degenerate(location)
location |
Outcome of the distribution; single positive numeric. |
A degenerate distribution
d <- dst_degenerate(5)
realise(d)
variance(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.