powered by
uniform_dist
Test whether an object is a uniform_dist.
is_uniform_dist(x)
TRUE if x inherits from "uniform_dist", FALSE otherwise.
TRUE
x
"uniform_dist"
FALSE
The object to test.
is_uniform_dist(uniform_dist(0, 1)) is_uniform_dist(normal(0, 1))
Run the code above in your browser using DataLab