Description Usage Arguments Value Examples
Multivariate Student-t probability density function
| 1 | 
| x | A numeric matrix, each column of which is a point at which the density is to be evaluated. | 
| nu | A positive integer, the degrees of freedom of the distribution. | 
| mu | A numeric vector, the location parameter of the distribution. | 
| Sigma_inv | A numeric matrix, the inverse of the scale matrix the of the variance-covariance matrix) of the distribution. | 
| logret,  | a logical value indicating whether to return the log density. Defaults to FALSE. | 
A column vector whose jth element is the density of a multivariate Student-t with the specified parameters evaluated at the jth column of x. If logret is true, the natural logarithm of the density is returned.
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.