aceOfBootstrap {mota}R Documentation

Calculate Mean Optimal Transformations with Use of ACE

Description

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.

Usage

aceOfBootstrap(x, numOfBootSamp, sampleSize)

Arguments

x N X P-matrix.
numOfBootSamp The number of bootstrap samples drawn from x
sampleSize The sample size of the bootstrap samples

Value

A (sampleSize X P)-matrix representing estimated mean optimal transformations.

Author(s)

Stefan Hengl

See Also

mota


[Package mota version 1.2.1 Index]