Python Anesthesia Simulator

Contents:

  • Introduction
  • Simulator module
  • PK models module
  • PD models module
  • Disturbances module
  • Metrics module
  • TCI controller module
  • Examples
Python Anesthesia Simulator
  • src package
  • View page source

src package

Subpackages

  • Simulator module
    • Patient
      • Patient.add_noise()
      • Patient.blood_loss()
      • Patient.find_bis_equilibrium_with_ratio()
      • Patient.find_equilibrium()
      • Patient.full_sim()
      • Patient.init_dataframe()
      • Patient.initialized_at_given_input()
      • Patient.initialized_at_maintenance()
      • Patient.one_step()
      • Patient.save_data()
  • PK models module
    • CompartmentModel
      • CompartmentModel.full_sim()
      • CompartmentModel.one_step()
      • CompartmentModel.update_param_CO()
      • CompartmentModel.update_param_blood_loss()
  • PD models module
    • BIS_model
      • BIS_model.compute_bis()
      • BIS_model.inverse_hill()
      • BIS_model.plot_surface()
      • BIS_model.update_param_blood_loss()
    • Hemo_PD_model
      • Hemo_PD_model.compute_hemo()
    • TOL_model
      • TOL_model.compute_tol()
      • TOL_model.plot_surface()
    • fsig()
  • Disturbances module
    • compute_disturbances()
  • Metrics module
    • compute_control_metrics()
    • intergal_absolut_error()
    • new_metrics_induction()
    • new_metrics_maintenance()
  • TCI controller module
    • TCIController
      • TCIController.one_step()

Module contents


© Copyright 2023, Bob Aubouin-Pairault.

Built with Sphinx using a theme provided by Read the Docs.