schaake_shuffle {SBCK} | R 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 )
[Package SBCK version 1.0.0 Index]