Learn R Programming

CNAIM (version 1.0.1)

initial_health: Initial Health

Description

Calculating the initial health score for a given asset. See section 6.1.6 on page 32 in CNAIM (2017).

Usage

initial_health(b1, age)

Arguments

b1

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

age

Numeric. The crurrent age of the asset.

Value

Numeric. Initial health for an electric network asset.

Examples

Run this code
# NOT RUN {
# 6.6/ 11 kv transformer age 10 years and an initial age rate of 0.05
initial_health(b1 = 0.05,
               age = 10)
# }

Run the code above in your browser using DataLab