Skip to content

Commit

Permalink
Add a doc page about other usecases. (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrnv authored Feb 7, 2024
1 parent b03686d commit b7baf5e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ makedocs(;
"Examples" => [
"exemples/fitting_sklar.md",
"exemples/turing.md",
"exemples/other_usecases.md"
],

"Dev Roadmap" => "dev_roadmap.md",
Expand Down
9 changes: 9 additions & 0 deletions docs/src/exemples/other_usecases.md
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.

0 comments on commit b7baf5e

Please sign in to comment.