-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Williamson transform sampling #46
Conversation
Exemples from Mcneil+Neshleova where the generator AND the williamson distribution are known analytically could be implemented as exemples |
Codecov Report
@@ Coverage Diff @@
## main #46 +/- ##
==========================================
+ Coverage 77.40% 77.97% +0.56%
==========================================
Files 22 23 +1
Lines 332 386 +54
==========================================
+ Hits 257 301 +44
- Misses 75 85 +10
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont we need one more exponential to sample from de d-variate simplex ? I though so.
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v2...v3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…decov-action-3
Closed in favor of #51 |
Fot the moment this implementation is barebone...
We also need documentation and bindings for a few known generators. and a lot of tests.
but otherwise this should work correctly.
In the future, some copulas may leverage this implmentation, in partiuclar the version that provide both the radial dist and the generator (if both are known, better give both).
We would also need the inverswe generator for some functions... maybe it can be provided through another field in the struct ? And/or computed automaticallly..