compute_T_star {fHMM} | R Documentation |
Compute lengths of fine-scale chunks
Description
This helper function computes lengths of fine-scale chunks in the hierarchical case.
Usage
compute_T_star(horizon, period, dates = NULL, seed = NULL)
Arguments
horizon |
The element |
period |
The element |
dates |
A |
seed |
Set a seed for the simulation of flexible chunk lengths.
By default, |
Value
An integer
vector of fine-scale chunk sizes.
[Package fHMM version 1.4.2 Index]