make_symbolic_hiararchy: Make symbolic hierarchy labels

Description Usage Arguments Examples

View source: R/make_symbolic_hiararchy.R

Description

Function to make a vector of symbolic names for the hierarchical structured time series. Letters and numbers are alternated used for each level of the hierarchy.

Usage

1

Arguments

hier

Vector containing the number of time series on the lowest level for each upper level node.

full

True/False to indicate wether the upper levels in the hierarchy should be named as well.

Examples

1
2
make_symbolic_hiararchy(hier=c(2,3,2))
make_symbolic_hiararchy(hier=c(2,3,2), full=TRUE)

yForecasting/leadingindicators documentation built on Dec. 12, 2021, 3:09 p.m.