You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.CorrCoef Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.CorrCoef Function

Pearson correlation coefficients between matrix rows and cols.

Pascal
procedure CorrCoef(const X: TMtx; const aResult: TMtx); overload;

This version calculates Pearson correlation coefficients rx,y between X matrix rows and cols. X colums are treated as samples (variables) and rows as values (observables).

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!