schaake_shuffle: schaake_shuffle function

View source: R/tools.shuffle.R

schaake_shuffleR Documentation

schaake_shuffle function

Description

Apply the Schaake shuffle to transform the rank of X0 such that its correspond to the rank of Y0

Usage

schaake_shuffle(Y0,X0)

Arguments

Y0

[vector] The reference vector

X0

[vector] The vector to transform the rank

Value

Z0 [vector] X shuffled.

Examples

X0 = stats::runif(10)
Y0 = stats::runif(10)
Z0 = SBCK::schaake_shuffle( Y0 , X0 )


SBCK documentation built on Sept. 11, 2023, 5:10 p.m.

Related to schaake_shuffle in SBCK...