Mixtures of logit with Monte-Carlo 500 antithetic draws

Estimation of a mixtures of logit models where the integral is approximated using MonteCarlo integration with antithetic draws.

author:

Michel Bierlaire, EPFL

date:

Thu Apr 13 22:43:46 2023

import biogeme.biogeme_logging as blog
from biogeme.expressions import bioDraws
from b07estimation_specification import get_biogeme
logger = blog.get_screen_logger(level=blog.INFO)
logger.info('Example b07estimation_monte_carlo_anti_500.py')
Example b07estimation_monte_carlo_anti_500.py
R = 500
the_draws = bioDraws('b_time_rnd', 'NORMAL_ANTI')
the_biogeme = get_biogeme(the_draws=the_draws, number_of_draws=R)
the_biogeme.modelName = 'b07estimation_monte_carlo_anti_500'
Biogeme parameters read from biogeme.toml.
results = the_biogeme.estimate()
As the model is rather complex, we cancel the calculation of second derivatives. If you want to control the parameters, change the name of the algorithm in the TOML file from "automatic" to "simple_bounds"
*** Initial values of the parameters are obtained from the file __b07estimation_monte_carlo_anti_500.iter
Cannot read file __b07estimation_monte_carlo_anti_500.iter. Statement is ignored.
The number of draws (500) is low. The results may not be meaningful.
As the model is rather complex, we cancel the calculation of second derivatives. If you want to control the parameters, change the name of the algorithm in the TOML file from "automatic" to "simple_bounds"
Optimization algorithm: hybrid Newton/BFGS with simple bounds [simple_bounds]
** Optimization: BFGS with trust region for simple bounds
Iter.         asc_car       asc_train          b_cost          b_time        b_time_s     Function    Relgrad   Radius      Rho
    0               1              -1              -1              -1               2      9.8e+03       0.15        1     0.23    +
    1               0           -0.79         1.1e-16              -2             2.3        9e+03      0.065        1     0.32    +
    2            0.41           -0.65              -1              -2             2.2      8.7e+03      0.033        1     0.61    +
    3            0.41           -0.65              -1              -2             2.2      8.7e+03      0.033      0.5     -1.4    -
    4            0.41           -0.65              -1              -2             2.2      8.7e+03      0.033     0.25    0.041    -
    5            0.16           -0.44           -0.75            -2.3               2      8.6e+03      0.015     0.25     0.65    +
    6            0.33           -0.45           -0.94            -2.3             1.7      8.6e+03      0.018     0.25     0.32    +
    7            0.33           -0.45           -0.94            -2.3             1.7      8.6e+03      0.018     0.12    -0.46    -
    8             0.2           -0.33            -0.9            -2.2             1.7      8.6e+03     0.0097     0.12     0.43    +
    9            0.33           -0.37           -0.84            -2.1             1.6      8.6e+03     0.0097     0.12     0.37    +
   10            0.33           -0.37           -0.84            -2.1             1.6      8.6e+03     0.0097    0.062    -0.12    -
   11            0.33           -0.37           -0.84            -2.1             1.6      8.6e+03     0.0097    0.031    0.024    -
   12             0.3            -0.4           -0.81            -2.2             1.6      8.6e+03     0.0053    0.031     0.55    +
   13            0.27           -0.37           -0.84            -2.1             1.6      8.6e+03     0.0045    0.031     0.68    +
   14            0.24            -0.4           -0.87            -2.1             1.5      8.6e+03     0.0064    0.031     0.46    +
   15            0.27            -0.4           -0.88            -2.1             1.5      8.6e+03     0.0036    0.031     0.47    +
   16            0.24            -0.4           -0.85            -2.1             1.5      8.6e+03     0.0037    0.031     0.85    +
   17            0.23           -0.41           -0.88              -2             1.4      8.6e+03     0.0022    0.031     0.81    +
   18            0.23           -0.44           -0.85              -2             1.4      8.6e+03     0.0028    0.031     0.73    +
   19            0.21           -0.42           -0.86              -2             1.4      8.6e+03     0.0024    0.031     0.73    +
   20            0.21           -0.44           -0.86              -2             1.3      8.6e+03     0.0032    0.031     0.75    +
   21            0.21           -0.43           -0.86              -2             1.3      8.6e+03     0.0015    0.031     0.81    +
   22             0.2           -0.45           -0.85            -1.9             1.3      8.6e+03     0.0025    0.031     0.79    +
   23             0.2           -0.44           -0.85            -1.9             1.3      8.6e+03      0.001    0.031     0.71    +
   24            0.19           -0.46           -0.85            -1.9             1.2      8.6e+03     0.0015    0.031     0.73    +
   25            0.19           -0.46           -0.84            -1.9             1.2      8.6e+03    0.00087    0.031     0.56    +
   26            0.19           -0.46           -0.84            -1.9             1.2      8.6e+03    0.00087    0.016     -5.8    -
   27            0.19           -0.46           -0.84            -1.9             1.2      8.6e+03    0.00087   0.0078    -0.81    -
   28            0.18           -0.46           -0.84            -1.9             1.2      8.6e+03     0.0003   0.0078     0.67    +
   29            0.18           -0.46           -0.84            -1.9             1.2      8.6e+03     0.0003   0.0039   -0.052    -
   30            0.18           -0.47           -0.85            -1.9             1.2      8.6e+03    0.00044   0.0039     0.55    +
   31            0.18           -0.46           -0.85            -1.9             1.2      8.6e+03    0.00023   0.0039     0.38    +
   32            0.18           -0.47           -0.84            -1.9             1.2      8.6e+03    0.00015   0.0039     0.83    +
   33            0.18           -0.47           -0.85            -1.9             1.2      8.6e+03    0.00022   0.0039     0.16    +
   34            0.18           -0.47           -0.85            -1.9             1.2      8.6e+03    2.2e-05   0.0039     0.98    +
Results saved in file b07estimation_monte_carlo_anti_500.html
Results saved in file b07estimation_monte_carlo_anti_500.pickle
print(results.short_summary())
pandas_results = results.get_estimated_parameters()
pandas_results
Results for model b07estimation_monte_carlo_anti_500
Nbr of parameters:              5
Sample size:                    10719
Excluded data:                  9
Final log likelihood:           -8570.451
Akaike Information Criterion:   17150.9
Bayesian Information Criterion: 17187.3
Value Rob. Std err Rob. t-test Rob. p-value
asc_car 0.179996 0.035082 5.130673 2.887080e-07
asc_train -0.467000 0.047885 -9.752594 0.000000e+00
b_cost -0.845181 0.057673 -14.654613 0.000000e+00
b_time -1.859971 0.075110 -24.763386 0.000000e+00
b_time_s 1.200226 0.083497 14.374465 0.000000e+00


Total running time of the script: (1 minutes 49.180 seconds)

Gallery generated by Sphinx-Gallery