• Search by Module
  • Search by Word
  • Project Search
  • Top Python APIs
  • Popular Projects
  • Java
  • C++
  • Python
  • Scala
  • Blog
Project: estimagic (GitHub Link)
  • estimagic-master
    • CHANGES.rst
    • .github
      • PULL_REQUEST_TEMPLATE
        • pull_request_template.md
      • ISSUE_TEMPLATE
        • bug-report.md
        • enhancement.md
        • feature_request.md
      • workflows
        • continuous-integration-workflow.yml
    • environment.yml
    • .pre-commit-config.yaml
    • codecov.yml
    • LICENSE
    • .readthedocs.yml
    • .conda
      • meta.yaml
      • build.sh
      • bld.bat
    • README.rst
    • setup.py
    • estimagic
      • decorators.py
      • optimization
        • process_constraints.py
        • check_constraints.py
        • utilities.py
        • kernel_transformations.py
        • pygmo.py
        • check_arguments.py
        • scipy.py
        • pounders.py
        • reparametrize.py
        • transform_problem.py
        • algo_dict.json
        • broadcast_arguments.py
        • __init__.py
        • optimize.py
        • consolidate_constraints.py
      • config.py
      • examples
        • __init__.py
        • logit.py
        • numdiff_example_functions_np.py
      • cli.py
      • __init__.py
      • tests
        • optimization
          • test_optimize.py
          • fixtures
            • reparametrize_fixtures.csv
          • test_process_constraints.py
          • test_transform_problem.py
          • test_broadcast_arguments.py
          • __init__.py
          • test_parallel_optimizations.py
          • test_utilities.py
          • test_pounders.py
          • test_reparametrize.py
        • examples
          • test_logit.py
          • __init__.py
          • logit_fixtures.pickle
        • __init__.py
        • visualization
          • combined_params_dataframe.csv
          • expected_comparison_plot_inputs.csv
          • __init__.py
          • test_comparison_plot_data_preparation.py
          • diabetes.csv
          • test_estimation_table.py
          • comp_plot_input_dfs.csv
        • inference
          • fixtures
            • probit_sandwich.pickle
            • probit_hessian.pickle
            • probit_hessian_matrix.pickle
            • logit_sandwich.pickle
            • logit_hessian_matrix.pickle
            • probit_jacobian.pickle
            • logit_hessian.pickle
            • logit_jacobian.pickle
            • probit_jacobian_matrix.pickle
            • logit_jacobian_matrix.pickle
          • test_moment_covs.py
          • test_likelihood_covs.py
          • __init__.py
        • differentiation
          • binary_choice_inputs.pickle
          • diff_fixtures.pickle
          • test_generate_steps.py
          • test_numdiff_np.py
          • test_differentiation.py
          • __init__.py
          • test_finite_differences.py
        • estimation
          • __init__.py
        • logging
          • __init__.py
          • test_database_functions.py
        • conftest.py
        • dashboard
          • test_master_app.py
          • test_run_dashboard.py
          • test_monitoring_app.py
          • __init__.py
          • test_utilities.py
      • visualization
        • comparison_plot.py
        • estimation_table.py
        • comparison_plot_data_preparation.py
        • __init__.py
      • inference
        • likelihood_covs.py
        • moment_covs.py
        • __init__.py
      • differentiation
        • differentiation.py
        • richardson_extrapolation.py
        • differentiation_auxiliary.py
        • finite_differences.py
        • numdiff_np.py
        • __init__.py
        • generate_steps.py
      • estimation
        • weighting_matrix.py
        • estimate.py
        • __init__.py
      • logging
        • read_database.py
        • update_database.py
        • create_database.py
        • __init__.py
      • dashboard
        • master_app.py
        • utilities.py
        • monitoring_app.py
        • run_dashboard.py
        • __init__.py
    • setup.cfg
    • CITATION
    • .gitignore
    • docs
      • environment.yml
      • Makefile
      • source
        • refs.bib
        • credits.rst
        • faq.rst
        • optimization
          • interface.rst
          • logging.rst
          • algorithms.rst
          • constraints
            • implementation.rst
            • robinson-crusoe-sdcorr.csv
            • selecting_parameters.ipynb
            • constraints.ipynb
            • robinson-crusoe-covariance.csv
            • index.rst
          • params.rst
          • index.rst
          • general_options.rst
          • dashboard.rst
        • images
        • rtd_environment.yml
        • getting_started
          • ordered_logit.py
          • introduction.rst
          • maximum_likelihood_estimation.ipynb
          • ologit.pickle
          • ordered_logit_example.ipynb
          • index.rst
          • installation.rst
        • api
          • optimize.rst
          • index.rst
        • how_to
          • closed_form_gradient.ipynb
          • index.rst
        • contributing
          • how-to-add-an-optimizer.rst
          • styleguide.rst
          • how-to.rst
          • releases.rst
          • index.rst
        • changes.rst
        • visualization
          • example_estimagic_estimation_table.ipynb
          • comparison_plot_demo.ipynb
          • index.rst
          • diabetes.csv
        • index.rst
        • conf.py
        • inference
          • likelihood_inference.rst
          • moments_inference.rst
          • index.rst
        • differentiation
          • differentiation.rst
          • index.rst
          • background.rst
        • _static
          • css
            • custom.css
      • make.bat
    • MANIFEST.in
    • tox.ini