-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a doc page about other usecases. (#132)
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Other known use cases. | ||
|
||
There are a few other use cases of our package that are scatter around the ecosystem. Instead of reproducing these here, we simply link to a few of them : | ||
|
||
- [`GlobalSensitivity.jl`](https://github.com/SciML/GlobalSensitivity.jl) exploits `Copulas.jl` to provide Shapley effects implementation, see there example [there](https://docs.sciml.ai/GlobalSensitivity/stable/tutorials/shapley/). | ||
- [`EconomicScenarioGenerators.jl`](https://github.com/JuliaActuary/EconomicScenarioGenerators.jl) uses `Copulas.jl`'s dependence structures to construct multivariate financial assets, see their example [there](https://juliaactuary.github.io/EconomicScenarioGenerators.jl/stable/#Correlated-Scenarios). | ||
|
||
If you want to add a link to your work here do not hesitate to contact us or simply open a PR. | ||
|