Skip to content

Commit

Permalink
minor update to description in cor function
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Apr 27, 2024
1 parent 96b85c0 commit 18e4fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/cor.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% Vectorized function for computing Pearson's correlation coefficient (RHO)
% between the columns in two matrices and/or column vectors.
% between data provided as column vectors or column-major matrices.
%
% -- Function File: RHO = cor (X, Y)
% -- Function File: R2 = cor (X, Y, 'squared')
Expand Down

0 comments on commit 18e4fac

Please sign in to comment.