ensemble.static

Design static ensembles


Syntax



Description

obj = obj.static
obj = obj.static(-1)
obj = obj.static(‘all’)

Implements a static ensemble that uses every ensemble member saved in the .ens file.

obj = obj.static(members)

Implements a static ensemble that uses the specified ensemble members.


Input Arguments

members

-1 | logical vector | vector, linear indices
Indicates the ensemble members that should be used by the static ensemble. If -1, selects all ensemble members saved in the .ens file. If a logical vector, should have one element per saved ensemble member. If a numeric vector, elements should list indices of ensemble members in the .ens file.

Output Arguments

obj

scalar ensemble object
The ensemble object updated to implement a static ensemble.