LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
src/relife/__init__.py
src/relife/base.py
src/relife/conftest.py
src/relife/py.typed
src/relife/quadratures.py
src/relife/rewards.py
src/relife/utils.py
src/relife.egg-info/PKG-INFO
src/relife.egg-info/SOURCES.txt
src/relife.egg-info/dependency_links.txt
src/relife.egg-info/requires.txt
src/relife.egg-info/top_level.txt
src/relife/datasets/__init__.py
src/relife/datasets/load.py
src/relife/datasets/csv/__init__.py
src/relife/datasets/csv/circuit_breaker.csv
src/relife/datasets/csv/input_turnbull.csv
src/relife/datasets/csv/insulator_string.csv
src/relife/datasets/csv/power_transformer.csv
src/relife/datasets/tests/__init__.py
src/relife/datasets/tests/test_nhpp_data.py
src/relife/lifetime_models/__init__.py
src/relife/lifetime_models/_base.py
src/relife/lifetime_models/_conditional_models.py
src/relife/lifetime_models/_distributions.py
src/relife/lifetime_models/_non_parametric_models.py
src/relife/lifetime_models/_parametric_regressions.py
src/relife/lifetime_models/_semi_parametric_regressions.py
src/relife/lifetime_models/tests/__init__.py
src/relife/lifetime_models/tests/test_conditional_models.py
src/relife/lifetime_models/tests/test_distributions.py
src/relife/lifetime_models/tests/test_parametric_regressions.py
src/relife/lifetime_models/tests/test_semi_parametric_regressions.py
src/relife/policies/__init__.py
src/relife/policies/_base.py
src/relife/policies/_preventive_age_replacement_policies.py
src/relife/policies/_run_to_failure_policies.py
src/relife/policies/tests/__init__.py
src/relife/policies/tests/test_preventive_age_replacement_policies.py
src/relife/policies/tests/test_run_to_failure_policies.py
src/relife/stochastic_processes/__init__.py
src/relife/stochastic_processes/_kijima_processes.py
src/relife/stochastic_processes/_non_homogeneous_poisson_process.py
src/relife/stochastic_processes/_renewal_equations.py
src/relife/stochastic_processes/_renewal_processes.py
src/relife/stochastic_processes/_sample/__init__.py
src/relife/stochastic_processes/_sample/_data.py
src/relife/stochastic_processes/_sample/_iterables.py
src/relife/stochastic_processes/_sample/_iterators.py
src/relife/stochastic_processes/tests/__init__.py
src/relife/stochastic_processes/tests/test_kijima_processes.py
src/relife/stochastic_processes/tests/test_non_homogeneous_poisson_process.py
src/relife/stochastic_processes/tests/test_renewal_processes.py
src/relife/stochastic_processes/tests/utils.py
src/relife/tests/__init__.py
src/relife/tests/test_base.py
src/relife/tests/test_quadratures.py
src/relife/tests/test_rewards.py