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: Radius

    • Prefix 2: Tibia

    • Compare all combinations of parameters the two sites (all Tibia parameters vs. all Radius parameters).

  • Example:

    • Prefix 1: Epiphysis

    • Prefix 2: Diaphysis

    • Compare all combinations of parameters the two sites (all Epiphysis parameters vs. all Diaphysis parameters).

Mode: pairwise

Compare all parameters with the same name. Prefixes are required.

  • Example:

    • Prefix 1: Radius

    • Prefix 2: Tibia

    • Compare parameters with the same name up to the prefix (e.g. Radius Tb.Th vs. Tibia Tb.Th).