Description Usage Arguments Value Examples
Performs the Lotting and Flowering steps by dividing the whole
domain in sub-intervals of length greater than int
and by applying
DIANA in every sub-interval
1 | funBI_lot_and_flower(mat, int)
|
mat |
a matrix |
int |
the minimum length of sub-intervarls |
A list of DIANA hierarchy, one for each sub-intervals, with the reference of starting and ending of the corresponding intervals
1 2 3 | mat <- replicate(5, rnorm(5))
int <- 2
funBI_lot_and_flower(mat,int)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.