TMtx Data { get; set; }
Defines the data to be analyzed by PCA.
Result: stored in self (calling object), returns self for chaining
Remarks:
Defines the data to be analyzed by PCA. Depending on Dew.Stats.TMtxPCA.PCAMode property, Data can be interpreted as raw data or precalculated data correlation/covariance matrix. Generally, Data columns and model variables and Data rows are model observables.
See Also: TMtxPCA.PCAMode