check_dmvnorm_arguments {lg} | R Documentation |
Check the arguments for the dmvnorm_wrapper
function
Description
Checks that the arguments provided to the dmvnorm_wrapper
-function are
numerical vectors, all having the same lengths.
Usage
check_dmvnorm_arguments(eval_points, mu_1, mu_2, sig_1, sig_2, rho)
Arguments
eval_points |
A |
mu_1 |
The first expectation vector |
mu_2 |
The second expectation vector |
sig_1 |
The first standard deviation vector |
sig_2 |
The second standard deviation vector |
rho |
The correlation vector |
[Package lg version 0.4.1 Index]