funBI_lot_and_flower: Lotting and Flowering

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

mat

a matrix

int

the minimum length of sub-intervarls

Value

A list of DIANA hierarchy, one for each sub-intervals, with the reference of starting and ending of the corresponding intervals

Examples

1
2
3
mat <- replicate(5, rnorm(5))
int <- 2
funBI_lot_and_flower(mat,int)

JacopoDior/funBI documentation built on May 6, 2019, 12:01 a.m.