forked from openturns/openturns
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved PointConditionalDistribution
The following special cases have been implemented: BernsteinCopula, BlockIndependentCopula, BlockIndependentDistribution, Mixture, KernelMixture There is also an overloading of the getIsoProbabilisticTransformation()/getInverseIsoProbabilisticTransfrmation() methods to use the simplified version. The log-normalization factor is computed only if no simplified version has been found. It avoid a potentially costly call to computeLogPDF() using a marginal extracted the generic way (it involves numerical integration in possibly high dimension)
- Loading branch information
1 parent
f1ecda3
commit 2667bf3
Showing
3 changed files
with
244 additions
and
29 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
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