.flake8
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
conftest.py
pyproject.toml
pytest.ini
example/dag_modelling_example_1a.png
example/dag_modelling_example_1b.png
example/dag_modelling_example_2.png
example/dag_modelling_example_3.png
example/dag_modelling_example_4.png
example/example.py
example/graph_evaluation.gif
src/dag_modelling/__init__.py
src/dag_modelling/__version__.py
src/dag_modelling.egg-info/PKG-INFO
src/dag_modelling.egg-info/SOURCES.txt
src/dag_modelling.egg-info/dependency_links.txt
src/dag_modelling.egg-info/requires.txt
src/dag_modelling.egg-info/top_level.txt
src/dag_modelling/bundles/__init__.py
src/dag_modelling/bundles/file_reader.py
src/dag_modelling/bundles/load_array.py
src/dag_modelling/bundles/load_graph.py
src/dag_modelling/bundles/load_hist.py
src/dag_modelling/bundles/load_parameters.py
src/dag_modelling/bundles/load_record.py
src/dag_modelling/bundles/make_y_parameters_for_x.py
src/dag_modelling/core/__init__.py
src/dag_modelling/core/data_descriptor.py
src/dag_modelling/core/edges.py
src/dag_modelling/core/exception.py
src/dag_modelling/core/flags_descriptor.py
src/dag_modelling/core/global_parameters.py
src/dag_modelling/core/graph.py
src/dag_modelling/core/graph_base.py
src/dag_modelling/core/input.py
src/dag_modelling/core/input_strategy.py
src/dag_modelling/core/iter.py
src/dag_modelling/core/labels.py
src/dag_modelling/core/meta_node.py
src/dag_modelling/core/node.py
src/dag_modelling/core/node_base.py
src/dag_modelling/core/output.py
src/dag_modelling/core/storage.py
src/dag_modelling/core/types.py
src/dag_modelling/core/type_functions/__init__.py
src/dag_modelling/core/type_functions/axes_type_functions.py
src/dag_modelling/core/type_functions/copy_type_functions.py
src/dag_modelling/core/type_functions/input_type_functions.py
src/dag_modelling/core/type_functions/output_type_functions.py
src/dag_modelling/core/type_functions/tools_for_type_functions.py
src/dag_modelling/lib/__init__.py
src/dag_modelling/lib/arithmetic.py
src/dag_modelling/lib/exponential.py
src/dag_modelling/lib/trigonometry.py
src/dag_modelling/lib/abstract/__init__.py
src/dag_modelling/lib/abstract/block_to_one_node.py
src/dag_modelling/lib/abstract/many_to_one_node.py
src/dag_modelling/lib/abstract/one_to_one_node.py
src/dag_modelling/lib/axis/__init__.py
src/dag_modelling/lib/axis/bin_center.py
src/dag_modelling/lib/axis/bin_width.py
src/dag_modelling/lib/axis/mesh_to_edges.py
src/dag_modelling/lib/calculus/__init__.py
src/dag_modelling/lib/calculus/jacobian.py
src/dag_modelling/lib/common/__init__.py
src/dag_modelling/lib/common/array.py
src/dag_modelling/lib/common/cache.py
src/dag_modelling/lib/common/concatenation.py
src/dag_modelling/lib/common/copy.py
src/dag_modelling/lib/common/dummy.py
src/dag_modelling/lib/common/proxy.py
src/dag_modelling/lib/common/view.py
src/dag_modelling/lib/common/view_concat.py
src/dag_modelling/lib/hist/__init__.py
src/dag_modelling/lib/hist/axis_distortion_matrix.py
src/dag_modelling/lib/hist/axis_distortion_matrix_linear.py
src/dag_modelling/lib/hist/axis_distortion_matrix_pointwise.py
src/dag_modelling/lib/hist/hist_smear_normal_matrix_b_c.py
src/dag_modelling/lib/hist/rebin.py
src/dag_modelling/lib/hist/rebin_matrix.py
src/dag_modelling/lib/integration/__init__.py
src/dag_modelling/lib/integration/integrator.py
src/dag_modelling/lib/integration/integrator_core.py
src/dag_modelling/lib/integration/integrator_sampler.py
src/dag_modelling/lib/interpolation/__init__.py
src/dag_modelling/lib/interpolation/interpolator.py
src/dag_modelling/lib/interpolation/interpolator_core.py
src/dag_modelling/lib/interpolation/segment_index.py
src/dag_modelling/lib/linalg/__init__.py
src/dag_modelling/lib/linalg/cholesky.py
src/dag_modelling/lib/linalg/linear_function.py
src/dag_modelling/lib/linalg/matrix_product_AB.py
src/dag_modelling/lib/linalg/matrix_product_DDt.py
src/dag_modelling/lib/linalg/matrix_product_DVDt.py
src/dag_modelling/lib/linalg/vector_matrix_product.py
src/dag_modelling/lib/normalization/__init__.py
src/dag_modelling/lib/normalization/normalize_matrix.py
src/dag_modelling/lib/normalization/renormalize_diag.py
src/dag_modelling/lib/parameters/__init__.py
src/dag_modelling/lib/parameters/par_array_input.py
src/dag_modelling/lib/physics/__init__.py
src/dag_modelling/lib/physics/energy_resolution.py
src/dag_modelling/lib/physics/energy_resolution_sigma_rel_a_b_c.py
src/dag_modelling/lib/statistics/__init__.py
src/dag_modelling/lib/statistics/chi2.py
src/dag_modelling/lib/statistics/cnp_stat.py
src/dag_modelling/lib/statistics/covariance_matrix_group.py
src/dag_modelling/lib/statistics/covmatrix_from_cormatrix.py
src/dag_modelling/lib/statistics/log_poisson_ratio.py
src/dag_modelling/lib/statistics/log_prod_diag.py
src/dag_modelling/lib/statistics/monte_carlo.py
src/dag_modelling/lib/statistics/normalize_correlated_vars.py
src/dag_modelling/lib/statistics/normalize_correlated_vars_two_ways.py
src/dag_modelling/lib/summation/__init__.py
src/dag_modelling/lib/summation/array_sum.py
src/dag_modelling/lib/summation/el_sum_sq.py
src/dag_modelling/lib/summation/partial_sums.py
src/dag_modelling/lib/summation/sum_mat_or_diag.py
src/dag_modelling/lib/summation/sum_sq.py
src/dag_modelling/lib/summation/weighted_sum.py
src/dag_modelling/lib/summation/weighted_sum_args.py
src/dag_modelling/parameters/__init__.py
src/dag_modelling/parameters/gaussian_parameter.py
src/dag_modelling/parameters/gaussian_parameters.py
src/dag_modelling/parameters/parameter.py
src/dag_modelling/parameters/parameters.py
src/dag_modelling/plot/__init__.py
src/dag_modelling/plot/graphviz.py
src/dag_modelling/plot/plot.py
src/dag_modelling/tools/__init__.py
src/dag_modelling/tools/disable_implicit_numpy_multithreading.py
src/dag_modelling/tools/formatter.py
src/dag_modelling/tools/graph_walker.py
src/dag_modelling/tools/iter.py
src/dag_modelling/tools/logger.py
src/dag_modelling/tools/make_fcn.py
src/dag_modelling/tools/save_matrices.py
src/dag_modelling/tools/save_records.py
src/dag_modelling/tools/schema.py
src/dag_modelling/tools/to_root.py
src/dag_modelling/tools/profiling/__init__.py
src/dag_modelling/tools/profiling/count_calls_profiler.py
src/dag_modelling/tools/profiling/delay_node.py
src/dag_modelling/tools/profiling/fit_simulation_profiling.py
src/dag_modelling/tools/profiling/framework_profiler.py
src/dag_modelling/tools/profiling/memory_profiler.py
src/dag_modelling/tools/profiling/node_profiler.py
src/dag_modelling/tools/profiling/profiler.py
src/dag_modelling/tools/profiling/timer_profiler.py
src/dag_modelling/tools/profiling/utils.py
tests/bundles/test_load_array.py
tests/bundles/test_load_graph.py
tests/bundles/test_load_hist.py
tests/bundles/test_load_parameters_extended.py
tests/bundles/test_load_record.py
tests/core/test_allocation.py
tests/core/test_close_open.py
tests/core/test_connection.py
tests/core/test_containers.py
tests/core/test_function_switch.py
tests/core/test_graph.py
tests/core/test_graph_big.py
tests/core/test_graph_scale.py
tests/core/test_graph_small.py
tests/core/test_hooks.py
tests/core/test_input_strategy.py
tests/core/test_metanode.py
tests/core/test_output.py
tests/lib/test_arithmetic.py
tests/lib/test_exponential.py
tests/lib/test_trigonometry.py
tests/lib/axis/test_bin_center.py
tests/lib/axis/test_bin_width.py
tests/lib/axis/test_mesh_to_edges.py
tests/lib/calculus/test_jacobian.py
tests/lib/common/test_array.py
tests/lib/common/test_cache_copy.py
tests/lib/common/test_concatenation.py
tests/lib/common/test_proxy.py
tests/lib/common/test_view.py
tests/lib/common/test_view_concat.py
tests/lib/hist/test_axis_distortion_matrix.py
tests/lib/hist/test_axis_distortion_matrix_pointwise.py
tests/lib/hist/test_rebin.py
tests/lib/integration/test_integrator.py
tests/lib/integration/test_integrator_core.py
tests/lib/interpolation/test_interpolator.py
tests/lib/interpolation/test_interpolator_core.py
tests/lib/interpolation/test_segment_index.py
tests/lib/linalg/test_cholesky.py
tests/lib/linalg/test_linear_function.py
tests/lib/linalg/test_matrix_product_a_b.py
tests/lib/linalg/test_matrix_product_d_dt.py
tests/lib/linalg/test_matrix_product_d_v_dt.py
tests/lib/linalg/test_vector_matrix_product.py
tests/lib/normalization/test_normalize_matrix.py
tests/lib/normalization/test_renormalize_diag.py
tests/lib/parameters/test_par_array_input.py
tests/lib/physics/test_energy_resolution.py
tests/lib/physics/test_energy_resolution_sigma_rel_a_b_c.py
tests/lib/statistics/test_chi2.py
tests/lib/statistics/test_cnp_stat.py
tests/lib/statistics/test_covariance_matrix_group.py
tests/lib/statistics/test_covmatrix_from_cormatrix.py
tests/lib/statistics/test_log_poisson_ratio.py
tests/lib/statistics/test_log_prod_diag.py
tests/lib/statistics/test_monte_carlo.py
tests/lib/statistics/test_normalize_correlated_vars.py
tests/lib/statistics/test_normalize_correlated_vars_two_ways.py
tests/lib/summation/test_array_sum.py
tests/lib/summation/test_el_sum_sq.py
tests/lib/summation/test_partial_sums.py
tests/lib/summation/test_sum_mat_or_diag.py
tests/lib/summation/test_sum_sq.py
tests/parameters/test_load_parameters.py
tests/parameters/test_parameters.py
tests/tools/test_graph_walker.py
tests/tools/test_make_fcn.py
tests/tools/test_to_root.py
tests/tools/profiling/conftest.py
tests/tools/profiling/test_count_calls_profiler.py
tests/tools/profiling/test_delay_node.py
tests/tools/profiling/test_fit_simulation.py
tests/tools/profiling/test_framework_profiler.py
tests/tools/profiling/test_helpers.py
tests/tools/profiling/test_memory_profiler.py
tests/tools/profiling/test_node_profiler.py
tests/tools/profiling/test_profiler.py
tests/tools/profiling/test_usage_examples.py
tests/type_functions/test_check_edges.py
tests/type_functions/test_check_input.py
tests/type_functions/test_copy_dtype_shape.py
tests/type_functions/test_inputs_number.py
tests/type_functions/test_method_sequence_caller.py