|
| 1 | +# sensitivity.classification { #sbmlsim.sensitivity.classification } |
| 2 | + |
| 3 | +`sensitivity.classification` |
| 4 | + |
| 5 | +Classification of sensitivities and uncertainties. |
| 6 | + |
| 7 | +## Classes |
| 8 | + |
| 9 | +| Name | Description | |
| 10 | +| --- | --- | |
| 11 | +| [SensitivityClassification](#sbmlsim.sensitivity.classification.SensitivityClassification) | Sensitivity classification. | |
| 12 | +| [UncertaintyClassification](#sbmlsim.sensitivity.classification.UncertaintyClassification) | Uncertainty classification. | |
| 13 | + |
| 14 | +### SensitivityClassification { #sbmlsim.sensitivity.classification.SensitivityClassification } |
| 15 | + |
| 16 | +```python |
| 17 | +sensitivity.classification.SensitivityClassification() |
| 18 | +``` |
| 19 | + |
| 20 | +Sensitivity classification. |
| 21 | + |
| 22 | +### UncertaintyClassification { #sbmlsim.sensitivity.classification.UncertaintyClassification } |
| 23 | + |
| 24 | +```python |
| 25 | +sensitivity.classification.UncertaintyClassification() |
| 26 | +``` |
| 27 | + |
| 28 | +Uncertainty classification. |
| 29 | + |
| 30 | +## Functions |
| 31 | + |
| 32 | +| Name | Description | |
| 33 | +| --- | --- | |
| 34 | +| [sensitivity_classification](#sbmlsim.sensitivity.classification.sensitivity_classification) | Classification of local sensitivity as per WHO IPCS guidance. | |
| 35 | +| [sensitivity_classification_symbol](#sbmlsim.sensitivity.classification.sensitivity_classification_symbol) | Calculates symbol for sensitivity classification. | |
| 36 | +| [uncertainty_classification](#sbmlsim.sensitivity.classification.uncertainty_classification) | Classification of uncertainty as per WHO IPCS guidance. | |
| 37 | +| [uncertainty_classification_symbol](#sbmlsim.sensitivity.classification.uncertainty_classification_symbol) | Calculates symbol for uncertainty classification. | |
| 38 | + |
| 39 | +### sensitivity_classification { #sbmlsim.sensitivity.classification.sensitivity_classification } |
| 40 | + |
| 41 | +```python |
| 42 | +sensitivity.classification.sensitivity_classification(s) |
| 43 | +``` |
| 44 | + |
| 45 | +Classification of local sensitivity as per WHO IPCS guidance. |
| 46 | + |
| 47 | +Classification based on absolute sensitivity: |
| 48 | + |
| 49 | +- High: `|Si,j| >= 0.5` |
| 50 | +- Medium: `0.2 <= |Si,j| < 0.5` |
| 51 | +- Low: `0.1 <= |Si,j| < 0.2` |
| 52 | +- Negligible: `|Si,j| < 0.1` |
| 53 | + |
| 54 | +#### References {.doc-section .doc-section-references} |
| 55 | + |
| 56 | +International Programme on Chemical Safety (IPCS). Characterization and |
| 57 | +application of physiologically based pharmacokinetic models in risk assessment. |
| 58 | +World Health Organization; 2010. Contract No.: 9. |
| 59 | + |
| 60 | +### sensitivity_classification_symbol { #sbmlsim.sensitivity.classification.sensitivity_classification_symbol } |
| 61 | + |
| 62 | +```python |
| 63 | +sensitivity.classification.sensitivity_classification_symbol(s) |
| 64 | +``` |
| 65 | + |
| 66 | +Calculates symbol for sensitivity classification. |
| 67 | + |
| 68 | +### uncertainty_classification { #sbmlsim.sensitivity.classification.uncertainty_classification } |
| 69 | + |
| 70 | +```python |
| 71 | +sensitivity.classification.uncertainty_classification(u) |
| 72 | +``` |
| 73 | + |
| 74 | +Classification of uncertainty as per WHO IPCS guidance. |
| 75 | + |
| 76 | +- High: `Ui,j >= 2` |
| 77 | +- Medium: `0.3 <= |Ui,j| < 2` |
| 78 | +- Low: `0 <= |Ui,j| < 0.3` |
| 79 | + |
| 80 | +#### References {.doc-section .doc-section-references} |
| 81 | + |
| 82 | +International Programme on Chemical Safety (IPCS). Characterization and application of physiologically based pharmacokinetic models in risk assessment. |
| 83 | +World Health Organization; 2010. Contract No.: 9. |
| 84 | + |
| 85 | +### uncertainty_classification_symbol { #sbmlsim.sensitivity.classification.uncertainty_classification_symbol } |
| 86 | + |
| 87 | +```python |
| 88 | +sensitivity.classification.uncertainty_classification_symbol(u) |
| 89 | +``` |
| 90 | + |
| 91 | +Calculates symbol for uncertainty classification. |
0 commit comments