.gitignore
LICENSE
Notes
README.md
setup.py
deampy/__init__.py
deampy/data_structure.py
deampy/decision_tree.py
deampy/discrete_event_sim.py
deampy/econ_eval.py
deampy/format_functions.py
deampy/in_out_functions.py
deampy/markov.py
deampy/models.py
deampy/parameter_estimation.py
deampy/parameters.py
deampy/random_variats.py
deampy/regression.py
deampy/sample_path.py
deampy/sensitivity_analysis.py
deampy/statistics.py
deampy.egg-info/PKG-INFO
deampy.egg-info/SOURCES.txt
deampy.egg-info/dependency_links.txt
deampy.egg-info/requires.txt
deampy.egg-info/top_level.txt
deampy/optimization/__init__.py
deampy/optimization/appx_policy_itr.py
deampy/optimization/learning_exploring_rules.py
deampy/optimization/opt_support.py
deampy/optimization/stoch_approx.py
deampy/plots/__init__.py
deampy/plots/econ_eval_plots.py
deampy/plots/eff_sample_size.py
deampy/plots/histogram.py
deampy/plots/plot_support.py
deampy/plots/pop_pyramids.py
deampy/plots/prob_dists.py
deampy/plots/sample_paths.py
deampy/support/__init__.py
deampy/support/econ_eval_support.py
deampy/support/misc_classes.py
deampy/support/misc_functions.py
deampy/support/simulation.py
tests/approx_policy_itr/compare.py
tests/approx_policy_itr/model.py
tests/approx_policy_itr/optimize_many.py
tests/approx_policy_itr/optimize_one.py
tests/approx_policy_itr/test_support.py
tests/cython/fibo.py
tests/data_structures/test_multi_dim.py
tests/data_structures/test_multi_dim_with_exp_dist.py
tests/data_structures/test_one_dim.py
tests/data_structures/test_prob_dist_2dim.py
tests/data_structures/test_prob_dist_3dim.py
tests/decision_tree/Migraine Model.tif
tests/decision_tree/use_decision_tree.py
tests/discrete_even_sim/test_discrete_event_classes.py
tests/econ_eval/play_ground.py
tests/econ_eval/test_cea.py
tests/econ_eval/test_cea_interval.py
tests/econ_eval/test_cea_simple.py
tests/econ_eval/test_discounting.py
tests/econ_eval/test_icer_nmb_for_disutility.py
tests/econ_eval/test_icer_nmb_for_utility.py
tests/econ_eval/test_new_cea_simple.py
tests/econ_eval/test_new_cea_with_clouds.py
tests/econ_eval/test_nmb_graph.py
tests/econ_eval/test_utilities.py
tests/input_output/test_csv_reader.py
tests/input_output/test_csv_writter.py
tests/input_output/test_format_functions.py
tests/markov/test_gillespie.py
tests/markov/test_markov.py
tests/misc/test_eff_sample_size.py
tests/misc/test_sorting.py
tests/models/mortality_model.py
tests/optimization/test_opt_constrained.py
tests/optimization/test_opt_unconstrained.py
tests/optimization/test_plot_ste_sizes.py
tests/optimization/toy_model.py
tests/parameters/parameters.py
tests/plots/plot_pyramids.py
tests/plots/test_histograms.py
tests/plots/test_moving_average.py
tests/prob_dists/fit_dist_tests.py
tests/prob_dists/rvg_tests.py
tests/prob_dists/test_fitting_prob_dists.py
tests/prob_dists/test_rvgs.py
tests/regression/test_exp_reg.py
tests/regression/test_poly_ref_with_interval.py
tests/regression/test_poly_reg.py
tests/regression/test_polynomial_q.py
tests/regression/test_power_reg.py
tests/regression/test_regression.py
tests/sample_paths/test_incidence.py
tests/sample_paths/test_prev_pyramid.py
tests/sample_paths/test_prevalence.py
tests/senstivity_analysis/test_rank_corr.py
tests/senstivity_analysis/test_sa.py
tests/statistics/TestStatisticalClasses.py