View source: R/tools.shuffle.R
| schaake_shuffle | R Documentation | 
Apply the Schaake shuffle to transform the rank of X0 such that its correspond to the rank of Y0
schaake_shuffle(Y0,X0)
Y0 | 
 [vector] The reference vector  | 
X0 | 
 [vector] The vector to transform the rank  | 
Z0 [vector] X shuffled.
X0 = stats::runif(10)
Y0 = stats::runif(10)
Z0 = SBCK::schaake_shuffle( Y0 , X0 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.