View source: R/health_score_excl_ehv_132kv_tf.R
health_score_excl_ehv_132kv_tf | R Documentation |
This function calculates the health score
factor for all asset categories exclusive the assets EHV
and 132kV transformers. For EHV and 132kV transformers see
mmi
(). The function combines observed and measured
condition factors using the simplified maximum and
multiple increment (MMI) technique to
construct the health score factor (cf. CNAIM, 2021, page 56, table 9).
health_score_excl_ehv_132kv_tf( observed_condition_factor, measured_condition_factor )
observed_condition_factor |
Numeric. |
measured_condition_factor |
Numeric. |
Numeric. Health score factor.
DNO Common Network Asset Indices Methodology (CNAIM), Health & Criticality - Version 2.1, 2021: https://www.ofgem.gov.uk/sites/default/files/docs/2021/04/dno_common_network_asset_indices_methodology_v2.1_final_01-04-2021.pdf
# An asset with an observed condition factor of 1 and a measured condition # factor of 0.33 health_score_excl_ehv_132kv_tf(observed_condition_factor = 1, measured_condition_factor = 0.33)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.