check_transition_probability_matrix {oeli} | R Documentation |
This function checks whether the input is a quadratic, real matrix with elements between 0 and 1 and row sums equal to 1.
check_transition_probability_matrix(
x,
dim = NULL,
tolerance = sqrt(.Machine$double.eps)
)
assert_transition_probability_matrix(
x,
dim = NULL,
tolerance = sqrt(.Machine$double.eps),
.var.name = checkmate::vname(x),
add = NULL
)
test_transition_probability_matrix(
x,
dim = NULL,
tolerance = sqrt(.Machine$double.eps)
)
x |
Object to check. |
dim |
An |
tolerance |
A non-negative |
.var.name |
[ |
add |
[ |
Compare to check_matrix
.