is_laplace_distr | R Documentation |
create_laplace_distr
Determine if the object is a valid
Laplace distribution,
as created by create_laplace_distr
is_laplace_distr(x)
x |
an object, to be determined if it is a valid Laplace distribution |
TRUE if x is a valid Laplace distribution, FALSE otherwise
Richèl J.C. Bilderbeek
use is_distr
to see if x is any
distribution
# 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.