Monte-Carlo integration

Various examples are available to illustrate the syntax of biogeme for Monte-Carlo integration.

Download the Swissetro data file here.

Download the tutorial "Monte-Carlo integration with PythonBiogeme" here

List of examples
Python inputPython output
01simpleIntegral.py01simpleIntegral.html
01simpleIntegral_halton.py01simpleIntegral_halton.html
01simpleIntegral_mlhs.py01simpleIntegral_mlhs.html
02antithetic.py02antithetic.html
02antithetic_halton.py02antithetic_halton.html
02antithetic_mlhs.py02antithetic_mlhs.html
03controlVariate.py03controlVariate.html
03controlVariate_halton.py03controlVariate_halton.html
03controlVariate_mlhs.py03controlVariate_mlhs.html
05normalMixtureTrueAnalytical.py05normalMixtureTrueAnalytical.html
06normalMixture.py06normalMixture.html
06normalMixture_halton.py06normalMixture_halton.html
06normalMixture_mlhs.py06normalMixture_mlhs.html
07normalMixtureAntithetic.py07normalMixtureAntithetic.html
07normalMixtureAntithetic_halton.py07normalMixtureAntithetic_halton.html
07normalMixtureAntithetic_mlhs.py07normalMixtureAntithetic_mlhs.html
08normalMixtureControlVariate.py08normalMixtureControlVariate.html
08normalMixtureControlVariate_halton.py08normalMixtureControlVariate_halton.html
08normalMixtureControlVariate_mlhs.py08normalMixtureControlVariate_mlhs.html
09normalMixtureAntithetic_1000.py09normalMixtureAntithetic_1000.html
09normalMixtureAntithetic_250.py09normalMixtureAntithetic_250.html
09normalMixtureAntithetic_halton_1000.py09normalMixtureAntithetic_halton_1000.html
09normalMixtureAntithetic_halton_250.py09normalMixtureAntithetic_halton_250.html
09normalMixtureAntithetic_mlhs_1000.py09normalMixtureAntithetic_mlhs_1000.html
09normalMixtureAntithetic_mlhs_250.py09normalMixtureAntithetic_mlhs_250.html
10normalMixtureControlVariate_2000.py10normalMixtureControlVariate_2000.html
10normalMixtureControlVariate_500.py10normalMixtureControlVariate_500.html
10normalMixtureControlVariate_halton_2000.py10normalMixtureControlVariate_halton_2000.html
10normalMixtureControlVariate_halton_500.py10normalMixtureControlVariate_halton_500.html
10normalMixtureControlVariate_mlhs_2000.py10normalMixtureControlVariate_mlhs_2000.html
10normalMixtureControlVariate_mlhs_500.py10normalMixtureControlVariate_mlhs_500.html
11estimationNumerical.py11estimationNumerical.html
12estimationMonteCarlo_500.py12estimationMonteCarlo_500.html
13estimationAntithetic.py13estimationAntithetic.html
13estimationAntithetic_250.py13estimationAntithetic_250.html
14estimationControlVariates.py14estimationControlVariates.html
14estimationControlVariates_500.py14estimationControlVariates_500.html