Lucid.Statistics.PearsonCorrelationAll¶
This task type calculates Pearson correlation coefficient of all combinations of two sequences of float output parameters.
See scipy.stats.pearsonr for more information.
Mode: all¶
Compare all combinations of parameters.
Example:
No prefixes.
Compare all combinations of all parameters.
Example:
Prefix 1:
RadiusPrefix 2:
TibiaCompare all combinations of parameters the two sites (all
Tibiaparameters vs. allRadiusparameters).
Example:
Prefix 1:
EpiphysisPrefix 2:
DiaphysisCompare all combinations of parameters the two sites (all
Epiphysisparameters vs. allDiaphysisparameters).
Mode: pairwise¶
Compare all parameters with the same name. Prefixes are required.
Example:
Prefix 1:
RadiusPrefix 2:
TibiaCompare parameters with the same name up to the prefix (e.g.
Radius Tb.Thvs.Tibia Tb.Th).