Learn R Programming

tsensembler (version 0.1.0)

blocked_prequential: Prequential Procedure in Blocks

Description

Prequential Procedure in Blocks

Usage

blocked_prequential(x, nfolds, FUN, .rbind = TRUE, ...)

Arguments

x

data to split into nfolds blocks;

nfolds

number of blocks to split data into;

FUN

to apply to train/test;

.rbind

logical. If TRUE, the results from FUN are rbinded;

...

further parameters to FUN

See Also

intraining_estimations function to use as FUN parameter.