Monte Carlo numerical multiple integration with simplex

Version 1.4.0.0 (964 Bytes) von Simone
Monte Carlo numerical integration for integrals of any size.
329 Downloads
Aktualisiert 16. Apr 2015

Lizenz anzeigen

Monte Carlo numerical integration for integral of any size.
Inputs:
- f : handle to the (vectorial column) function to integrate
- in : N-by-dim matrix containing the sample points (N is the number of samples, dim is the number of variables)
- lo : lower bounds of integration
- hi : upper bounds of integration
- useSimplex : if the points were sampled from the simplex

Outputs:
- out : (vector column) result

Zitieren als

Simone (2026). Monte Carlo numerical multiple integration with simplex (https://de.mathworks.com/matlabcentral/fileexchange/50479-monte-carlo-numerical-multiple-integration-with-simplex), MATLAB Central File Exchange. Abgerufen.

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Version Veröffentlicht Versionshinweise
1.4.0.0

.

1.3.0.0

Tags updated.

1.2.0.0

Fixed volume for higher dimension when using the simplex.

1.1.0.0

Changed title.

1.0.0.0