dst_degenerate | R Documentation |
Makes a distribution belonging to the degenerate family of distributions. That is, distributions of fixed values.
dst_degenerate(location)
is_degenerate(object)
is.degenerate(object)
location |
Parameter of the distribution family. |
object |
Object to test |
Object of class "dst".
require(graphics)
d <- dst_degenerate(5)
plot(d, "quantile")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.