ClimEns: Construct a climatological ensemble from a vector of...

Description Usage Arguments Value Examples

Description

Construct a climatological ensemble from a vector of observations. Optionally, the climatological ensemble observation at time t can be constructed without the observation at time t (leave-one-out).

Usage

1
ClimEns(obs, leave.one.out=FALSE)

Arguments

obs

vector of length N. The observations.

leave.one.out

logical, default=FALSE. If TRUE, the n-th observation is removed from the n-th row of the ensemble matrix.

Value

matrix with N rows and N-1 columns (if leave.one.out==TRUE) or N columns otherwise.

Examples

1
2

sieste/SpecsVerification documentation built on May 29, 2019, 9:59 p.m.