This function calculates the expected life of
an electric network asset measured in years
when it would be expected to first observe significant deterioration.
The expected life is derived based on the assets normal expected life,
duty factor and location factor.
See section 6.1.4 on page 32 in CNAIM (2017).
# NOT RUN {# An asset e.g. a transformer with an expcted life of 50 yearsexpected_life(normal_expected_life = 50,
duty_factor = 1,
location_factor = 1)
# }