Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alisiahkoohi/rosenbrock

Rosenbrock distribution, includeding unnormalized density and analytic sampler
https://github.com/alisiahkoohi/rosenbrock

Last synced: 2 months ago
JSON representation

Rosenbrock distribution, includeding unnormalized density and analytic sampler

Awesome Lists containing this project

README

        

# Rosenbrock distribution

This repository implements the multidimensional [Rosenbrock distribution](https://arxiv.org/pdf/1903.09556.pdf), including unnormalized density and analytic sampler

## Installation

You can install the package via:

```bash
git clone https://github.com/alisiahkoohi/rosenbrock
cd rosenbrock
pip install -e .
```

## Example

For samples from a 2D Rosenbrock distribution, run:

```
python example/example.py
```

![](figs/samples.png)

## Questions

Please contact [email protected] for further questions.

## Author

Ali Siahkoohi