Skip to contents

Get raw eigvenvalue from NGM matrix

Usage

raw_eigenvalue(list_matrix)

Arguments

list_matrix

object of class ngm_setting_matrix

Value

raw eigenvalue

Examples

# examples not run as they take a long time
if (FALSE) {
perth <- abs_age_lga("Perth (C)")
perth_contact <- extrapolate_polymod(perth)
perth_ngm <- generate_ngm(
  perth_contact,
  age_breaks = c(seq(0, 85, by = 5), Inf)
)
raw_eigenvalue(perth_ngm)
}