pvdeg.montecarlo#

Collection of functions for monte carlo simulations.

Function Overview#

pvdeg.montecarlo.generateCorrelatedSamples

Generates a tall correlated samples numpy array based on correlation coefficients and mean and stdev for modeling constants.

pvdeg.montecarlo.simulate

Applies a target function to data to preform a monte carlo simulation.