hsloot / rmo

An R package for Marshall--Olkin distributions and copulas.
https://hsloot.github.io/rmo/
GNU General Public License v3.0
5 stars 2 forks source link

[REFACTOR] Extract core from sampling routines into support library #54

Closed hsloot closed 4 years ago

hsloot commented 4 years ago

Summary

At the moment all sampling routines are implemented in the src directory for the RRNGPolicy. All core functionalities should be implemented as MultivariateGenerators.