Practical Monte Carlo Simulation Tool

Monte Carlo Simulation for generic Matlab commands
5,5K téléchargements
Mise à jour 1 avr. 2007

Aucune licence

This practical function provides a tool for quickly including a random process within a Monte Carlo Simulation framework.

The main input argument, is a string containing commands in Matlab syntax. Each execution of such string is an instance of a random process. The function expressionMCS
samples an opened number of user-specified variables and expressions, by running the input string for N iterations.

The function help is documented with four meaningful examples of various uses.

The purpose of this function is to perform simple Monte Carlo testings for any kind of stochastic processes, without having to create a single .m file. Hence it is not ment to be practicle, rather than fast. I would like to acknowledge Dimitri Shvorob for his comments.

Citation pour cette source

Gianluca Dorini (2024). Practical Monte Carlo Simulation Tool (https://www.mathworks.com/matlabcentral/fileexchange/14436-practical-monte-carlo-simulation-tool), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R13
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Dialog Boxes dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

further description following Dimitri Shvorob comments