Excell addin for performing Monte Carlo simulation

excel excel-addin monte-carlo-simulation vba
1 Open Issue Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Poisson distribution about 2 months ago

AI Summary: Implement a Poisson distribution function within the XLRisk Excel add-in, mirroring the functionality of the RiskPoisson function in Palisade's @RISK software. This involves adding a new function to the add-in's VBA code that accurately calculates Poisson probabilities based on a given lambda (average rate of occurrences). The implementation should adhere to the specifications outlined in the provided @RISK documentation.

Complexity: 4/5
enhancement good first issue

Excell addin for performing Monte Carlo simulation

VBA
#excel#excel-addin#monte-carlo-simulation#vba