aceOfBootstrap {mota} | R Documentation |
This function calculates the mean optimal transformations with use of ACE ((A)lternating (C)onditional (E)xpectation
algorithm). This is performed by bootstraping the input matrix numOfBootSamp
times with a sample size
sampleSize
.
aceOfBootstrap(x, numOfBootSamp, sampleSize)
x |
N X P -matrix. |
numOfBootSamp |
The number of bootstrap samples drawn from x |
sampleSize |
The sample size of the bootstrap samples |
A (sampleSize X P)
-matrix representing estimated mean optimal transformations.
Stefan Hengl