Function to determine whether an object x is an mvn object.

is_mvn(x)

Arguments

x

The object to test

Value

Logical; TRUE if x is an mvn.

Examples

is_mvn(mvn(c(0, 0)))
#> [1] TRUE
is_mvn(normal(0, 1))
#> [1] FALSE