LICENSE
README.md
pyproject.toml
src/riser/__init__.py
src/riser/constants.py
src/riser/integration.py
src/riser/precision.py
src/riser/units.py
src/riser/variable_types.py
src/riser.egg-info/PKG-INFO
src/riser.egg-info/SOURCES.txt
src/riser.egg-info/dependency_links.txt
src/riser.egg-info/entry_points.txt
src/riser.egg-info/requires.txt
src/riser.egg-info/top_level.txt
src/riser/cli/__init__.py
src/riser/cli/add_variables.py
src/riser/cli/calyr_to_age.py
src/riser/cli/compute_slip_rate.py
src/riser/cli/compute_slip_rates.py
src/riser/cli/compute_slip_rates_mc.py
src/riser/cli/divide_variables.py
src/riser/cli/interpolate_pdf.py
src/riser/cli/make_pdf.py
src/riser/cli/multiply_variables.py
src/riser/cli/subtract_variables.py
src/riser/cli/view_displacement_age_history.py
src/riser/cli/view_pdf.py
src/riser/cli/view_pdf_stack.py
src/riser/plotting/__init__.py
src/riser/plotting/cdf_plots.py
src/riser/plotting/filter_plots.py
src/riser/plotting/mc_plots.py
src/riser/plotting/pdf_plots.py
src/riser/plotting/variable_pair_plots.py
src/riser/probability_functions/__init__.py
src/riser/probability_functions/analytics.py
src/riser/probability_functions/interpolation.py
src/riser/probability_functions/metadata.py
src/riser/probability_functions/parametric_functions.py
src/riser/probability_functions/probability_density_function.py
src/riser/probability_functions/readers.py
src/riser/probability_functions/scaling.py
src/riser/probability_functions/value_arrays.py
src/riser/probability_functions/weight_functions.py
src/riser/sampling/__init__.py
src/riser/sampling/filtering.py
src/riser/sampling/mc_sampling.py
src/riser/sampling/pdf_formation.py
src/riser/sampling/sample_statistics.py
src/riser/slip_rates/__init__.py
src/riser/slip_rates/rate_computation.py
src/riser/slip_rates/reporting.py
src/riser/variable_functions/__init__.py
src/riser/variable_functions/compare/__init__.py
src/riser/variable_functions/compare/comparison.py
src/riser/variable_functions/condition/__init__.py
src/riser/variable_functions/condition/bracketing.py
src/riser/variable_functions/condition/combination.py
src/riser/variable_functions/condition/core.py
src/riser/variable_functions/condition/self_constraint.py
src/riser/variable_functions/condition/trimming.py
src/riser/variable_functions/pool/__init__.py
src/riser/variable_functions/pool/pooling.py
src/riser/variable_functions/transform/__init__.py
src/riser/variable_functions/transform/arithmetic.py
src/riser/variable_pairs/__init__.py
src/riser/variable_pairs/dated_marker.py
src/riser/variable_pairs/readers.py
src/riser/variable_pairs/variable_pair.py
tests/test_integration.py
tests/test_pdf.py
tests/test_pdf_analytics.py
tests/test_pdf_interpolation.py
tests/test_pdf_metadata.py
tests/test_pdf_parametric_functions.py
tests/test_pdf_readers.py
tests/test_pdf_scaling.py
tests/test_pdf_value_arrays.py
tests/test_precision.py
tests/test_sample_filtering.py
tests/test_sample_statistics.py
tests/test_sampling_mc.py
tests/test_sampling_pdf_formation.py
tests/test_units.py
tests/test_variable_arithmetic.py
tests/test_variable_bracketing.py
tests/test_variable_combination.py
tests/test_variable_comparison.py
tests/test_variable_conditioning.py
tests/test_variable_constraint.py
tests/test_variable_pairs.py
tests/test_variable_pooling.py
tests/test_variable_trimming.py
tests/test_variable_types.py
tests/test_weight_functions.py