Simulating from Wishart distribution using Bartlett decomposition
# S4 method for dual,dual
rWishart0(v, M, method = "inv_tf")# S4 method for ANY,dual
rWishart0(v, M, method = "inv_tf")
# S4 method for dual,ANY
rWishart0(v, M, method = "inv_tf")
A dual number or a scalar; degrees of freedom.
A dual number or a matrix; the matrix parameter of the Wishart distribution.
base or inv_tf; base refers to the function in the `stats` package while inv_tf refers to inverse transform.