powered by
x
edist
Function to determine whether an object x is an edist object.
is_edist(x)
Logical; TRUE if x is an edist.
TRUE
The object to test
is_edist(normal(0, 1) * exponential(1)) # TRUE is_edist(normal(0, 1)) # FALSE
Run the code above in your browser using DataLab