Generates a random variable from a Student-t sampling model.
rvt(n = 1, mu = 0, scale = 1, df, ncp, Sigma)
integer, number of scalars to generate
location, may be a rv
scale, may be a rv
degrees of freedom, may be a rv
non-centrality parameter
(optional) scaling matrix for multivariate generation
This function generates both univariate (independent and identically distributed) Student-t random variables and multivariate Student-t distributed vectors (with a given scaling matrix).
For details of the parameters, see the entry on mvt
in the
mvtnorm
package.
If any of the arguments are random, the resulting simulations may have non-t marginal distributions.
Kerman, J. and Gelman, A. (2007). Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
See also vignette("rv")
.