DependentDistributionWarning
- exception qdflow.util.distribution.DependentDistributionWarning
A warning raised when
CorrelatedDistribution.DependentDistribution.draw()is called unexpectedly. This can occur ifdraw()is called from linked distributions with differentsizeparameters, or ifdraw()is called twice from the sameDependentDistributionwithout callingdraw()on all other linked distributions.