An open API service indexing awesome lists of open source software.

https://github.com/stla/matrixsampling

Simulation of matrix variate distributions
https://github.com/stla/matrixsampling

r simulation

Last synced: 5 months ago
JSON representation

Simulation of matrix variate distributions

Awesome Lists containing this project

README

          

# matrixsampling

**Simulation of matrix variate distributions**

This package allows to simulate some matrix variate distributions: the matrix normal distribution, the matrix t-distribution, the matrix inverted t-distribution, the Wishart distribution, the Beta type I distribution, the Beta type II distribution, and more. A particular feature is the possibility to simulate the noncentral Wishart distribution with any fractional number of degrees of freedom.

### Install ###

You can install:

- the latest released version from CRAN

```r
install.packages("matrixsampling")
```

- the latest development version

```r
devtools::install_github("stla/matrixsampling")
```

### Find a bug ? Suggestion for improvement ?

Please report at https://github.com/stla/matrixsampling/issues.