Click or drag to resize

ReducedVarianceInputCorrelator Fields

The ReducedVarianceInputCorrelator type exposes the following members.

Fields
 NameDescription
Protected fieldindexPermutations_ numVariables X sampleSize matrix of index permutations. For each i = 0,...numVariables-1 sortedIndices_[i] is an array containing a permutation of the integers j = 0,...,numVariables-1. This effectively specifies how each input variables values must be reorded to achieve the desired correlations.
(Inherited from InputVariableCorrelator)
Protected fieldintRng_ Random number generator. Used for shuffling.
(Inherited from InputVariableCorrelator)
Protected fieldnumInputVariables_ The number of input variables.
(Inherited from InputVariableCorrelator)
Protected fieldRstar_ The score matrix transformed to have the desired correlation matrix.
(Inherited from InputVariableCorrelator)
Protected fieldsampleSize_ The sample size.
(Inherited from InputVariableCorrelator)
Top
See Also