prcorr2 - 10 times faster correlation coef.

版本 1.0.0.0 (33.5 KB) 作者: Peter Rydesäter
Compute correlation coefficient over all dimensions.
6.5K 次下载
更新时间 2003/9/30

查看许可证

This is a faster implementation of MATLAB's corr2. Implemented as a mex-file generated with the ITERATOR tool that can be downloaded from www.mathworks.com

Re compile the source with MEX -O prcorr2.c

C = PRCORR2(A,B) computes the correlation between A and B. A and B are arrays witn any number of dims but with same number of elements

Class Support
-------------
A and B can be any numeric type but not complex value. C is a scalar double.

See also CORR2, CORRCOEF, STD2, ITERATOR, MEX

In future I may complement this fast function with a set of them that can replace some slow MATLAB functions.

(C) 2003 Peter Rydesäter, http://www.rydesater.com

引用格式

Peter Rydesäter (2024). prcorr2 - 10 times faster correlation coef. (https://www.mathworks.com/matlabcentral/fileexchange/4012-prcorr2-10-times-faster-correlation-coef), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R13
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Correlation and Convolution 的更多信息
致谢

参考作品: TCP/UDP/IP Toolbox 2.0.6

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

fastop/

版本 已发布 发行说明
1.0.0.0