powered by
gamma_dist
Test whether an object is a gamma_dist.
is_gamma_dist(x)
Logical; TRUE if x inherits from gamma_dist
x
The object to test
is_gamma_dist(gamma_dist(2, 1)) is_gamma_dist(normal(0, 1))
Run the code above in your browser using DataLab