simapply
applies a given function to
the rows of the simulation matrix of the given random vector. If the function accepts arrays, use rvmapply
instead.
If the function is to be applied to each component of the random vector
separately (such as in rvmean
), use rvsimapply
instead.
Usually used in functions that implement an 'rv'-compatible numeric function.