powered by
create_laplace_distr
Determine if the object is a valid Laplace distribution, as created by create_laplace_distr
is_laplace_distr(x)
TRUE if x is a valid Laplace distribution, FALSE otherwise
an object, to be determined if it is a valid Laplace distribution
Richèl J.C. Bilderbeek
use is_distr to see if x is any distribution
is_distr
# TRUE is_laplace_distr(create_laplace_distr()) # FALSE is_laplace_distr(create_log_normal_distr()) is_laplace_distr(NA) is_laplace_distr(NULL) is_laplace_distr("nonsense")
Run the code above in your browser using DataLab