From b6dfa8e9d0ff63747711a5d77eff9b3158e8940e Mon Sep 17 00:00:00 2001 From: Andrejh Date: Wed, 24 Mar 2021 00:07:23 +0100 Subject: [PATCH] new run code lines --- cara/mc-output-publication.py | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/cara/mc-output-publication.py b/cara/mc-output-publication.py index f65fd2cd..e8b59818 100644 --- a/cara/mc-output-publication.py +++ b/cara/mc-output-publication.py @@ -21,10 +21,21 @@ print('\n<<<<<<<<<<< qR for Shouting / Singing, light activity >>>>>>>>>>>') present_qR_values(qR_models[2].concentration_model) # qR values for shouting and light activity - qID=100, 500 and 1000 -print('\n<<<<<<<<<<< shouting and light activity - qID=100 >>>>>>>>>>>') +print('\n<<<<<<<<<<< Shouting and light activity - qID=100 >>>>>>>>>>>') present_qR_values(qR_models_shout_light[0].concentration_model) -print('\n<<<<<<<<<<< shouting and light activity - qID=500 >>>>>>>>>>>') +print('\n<<<<<<<<<<< Shouting and light activity - qID=500 >>>>>>>>>>>') present_qR_values(qR_models_shout_light[1].concentration_model) -print('\n<<<<<<<<<<< shouting and light activity - qID=1000 >>>>>>>>>>>') +print('\n<<<<<<<<<<< Shouting and light activity - qID=1000 >>>>>>>>>>>') present_qR_values(qR_models_shout_light[2].concentration_model) +print('\n<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>') +present_model(qR_models[2].concentration_model, title='') + +# qR for the S V Chorale superspreading event +print('\n<<<<<<<<<<< S V Chorale: Shouting and light activity - qID=100 >>>>>>>>>>>') +present_qR_quantiles(qR_models_shout_light[0].concentration_model, quantile=0.8) + +# CDF plots of qR +generate_cdf_curves_vs_qr(masked=False,qid=100) +generate_cdf_curves_vs_qr(masked=False,qid=500) +generate_cdf_curves_vs_qr(masked=False,qid=1000) \ No newline at end of file