Generate a random sample from the Wishart distribution.
生成的一个随机样本的Wishart分布。
用法----------Usage----------
rwish(S0, nu)
参数----------Arguments----------
参数:S0
a positive definite matrix
正定矩阵
参数:nu
a positive integer
一个正整数
Details
详细信息----------Details----------
Return the sum of nu i.i.d. rank-one matrices generated as z%*%t(z), where z is a sample from a multivariate normal distribution with covariance S0. The resulting random variable has mean nu*S0.
返回NU独立同分布的总和秩1矩阵生成z%*%t(z),其中z是多元正态分布的样本协方差S0。得到的随机变量的意思nu*S0。