powered by
This function calculates the forecast Ageing Rate for an electric network asset. See section 6.1.8 on page 34 in CNAIM (2017).
beta_2(current_health_score, age)
Numeric. The output returned by the function current_health().
current_health
Numeric. Age of the asset.
Numeric. Forecast ageing rate for an electric network asset.
# NOT RUN { beta_2(current_health_score = 1, age = 25) # }
Run the code above in your browser using DataLab