Skip to content

Commit

Permalink
Added the CombinationsDistribution class
Browse files Browse the repository at this point in the history
This multivariate discrete distribution is the uniform distribution over the set of strictly increasing functions from {0,...,k-1} to {0,...,n-1} where k and n are natural numbers such that k<=n. It is also the uniform distribution over the subsets of size k of a set of size n.
  • Loading branch information
regislebrun committed May 16, 2024
1 parent fe14646 commit 4143851
Show file tree
Hide file tree
Showing 10 changed files with 840 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/Uncertainty/Distribution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ot_add_source_file (ClaytonCopulaFactory.cxx)
ot_add_source_file (BlockIndependentCopula.cxx)
ot_add_source_file (JointDistribution.cxx)
ot_add_source_file (CompositeDistribution.cxx)
ot_add_source_file (CombinationsDistribution.cxx)
ot_add_source_file (ConditionalDistribution.cxx)
ot_add_source_file (CumulativeDistributionNetwork.cxx)
ot_add_source_file (Dirac.cxx)
Expand Down Expand Up @@ -209,6 +210,7 @@ ot_install_header_file (ClaytonCopulaFactory.hxx)
ot_install_header_file (BlockIndependentCopula.hxx)
ot_install_header_file (JointDistribution.hxx)
ot_install_header_file (CompositeDistribution.hxx)
ot_install_header_file (CombinationsDistribution.hxx)
ot_install_header_file (ConditionalDistribution.hxx)
ot_install_header_file (CumulativeDistributionNetwork.hxx)
ot_install_header_file (DiracFactory.hxx)
Expand Down
Loading

0 comments on commit 4143851

Please sign in to comment.