.. DO NOT EDIT. .. THIS FILE WAS AUTOMATICALLY GENERATED BY SPHINX-GALLERY. .. TO MAKE CHANGES, EDIT THE SOURCE PYTHON FILE: .. "auto_examples/sampling/true_parameters.py" .. LINE NUMBERS ARE GIVEN BELOW. .. only:: html .. note:: :class: sphx-glr-download-link-note :ref:`Go to the end ` to download the full example code .. rst-class:: sphx-glr-example-title .. _sphx_glr_auto_examples_sampling_true_parameters.py: True parameters =============== Value of the parameters used to generate synthetic choices. .. GENERATED FROM PYTHON SOURCE LINES 10-26 .. code-block:: default SCALE = 0.5 true_parameters = { 'beta_rating': 1.5 * SCALE, 'beta_price': -0.8 * SCALE, 'beta_chinese': 1.5 * SCALE, 'beta_japanese': 2.5 * SCALE, 'beta_korean': 1.5 * SCALE, 'beta_indian': 2 * SCALE, 'beta_french': 1.5 * SCALE, 'beta_mexican': 2.5 * SCALE, 'beta_lebanese': 1.5 * SCALE, 'beta_ethiopian': 1 * SCALE, 'beta_log_dist': -1.2 * SCALE, 'mu_asian': 2.0, 'mu_downtown': 2.0, } .. rst-class:: sphx-glr-timing **Total running time of the script:** (0 minutes 0.000 seconds) .. _sphx_glr_download_auto_examples_sampling_true_parameters.py: .. only:: html .. container:: sphx-glr-footer sphx-glr-footer-example .. container:: sphx-glr-download sphx-glr-download-python :download:`Download Python source code: true_parameters.py ` .. container:: sphx-glr-download sphx-glr-download-jupyter :download:`Download Jupyter notebook: true_parameters.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_