Skip to contents

Appends placeholder entries with `NA` values to a result list for standard structure. Typically used when anomaly detection results are absent.

Usage

append_NA(res.list)

Arguments

res.list

A named list to be appended with NA values.

Value

The input list with additional elements: stat, lamb, prob, proc, updated_stat, and current_stat, all set to `NA` or `list(N = NA, c = NA)`.