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

https://github.com/sethaxen/rand_invwishart

additional materials for the paper "Efficiently generating inverse-Wishart matrices and their Cholesky factors"
https://github.com/sethaxen/rand_invwishart

inverse-wishart probability-distribution

Last synced: 3 months ago
JSON representation

additional materials for the paper "Efficiently generating inverse-Wishart matrices and their Cholesky factors"

Awesome Lists containing this project

README

          

# Efficiently generating inverse-Wishart matrices and their Cholesky factors

This repository contains the paper text and reference implementations for the paper

```tex
@misc{axen2023invwishart,
title={Efficiently generating inverse-{Wishart} matrices and their {Cholesky} factors},
author={Seth D. Axen},
year={2023},
eprint={2310.15884},
archivePrefix={arXiv},
primaryClass={stat.CO}
}
```

For the paper, see the `paper` subdirectory or [arXiv:2310.15884](https://arxiv.org/abs/2310.15884). For the reference implementations, see the [`RandomInverseWishart.jl`](./RandomInverseWishart.jl) subdirectory.