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