Learn R Programming

CNAIM (version 2.1.4)

beta_2: Forecast Ageing Rate

Description

This function calculates the forecast Ageing Rate for an electric network asset. See section 6.1.8 on page 38 in CNAIM (2021).

Usage

beta_2(current_health_score, age)

Value

Numeric. Forecast ageing rate for an electric network asset.

Arguments

current_health_score

Numeric. The output returned by the function current_health().

age

Numeric. Age of the asset.

Examples

Run this code
beta_2(current_health_score = 1, age = 25)

Run the code above in your browser using DataLab