corrmap correlation coefficients

版本 1.1.1 (105.5 KB) 作者: Chad Greene
This function returns correlation coefficients along any dimension of an N-dimensional data set.
1.1K 次下载
更新时间 2019/5/20

查看许可证

r = corrmap(A,y,dim) returns an (N-1)-dimensional array of correlation coefficients between y and A along dimension dim of A.
Note: This is version 1. It performs well for small data sets, but is somewhat slow for large data sets. The small examples in the demo file (size 3x4x1095) return a 3x4 map of correlation coefficients in 0.004133 seconds on my laptop. When testing with a larger 26x360x12000 data set, it takes my machine nearly a minute to return the 26x360 map. If you have suggestions for how to increase the speed of this function for large data sets, please let me know.

引用格式

Chad Greene (2024). corrmap correlation coefficients (https://www.mathworks.com/matlabcentral/fileexchange/46433-corrmap-correlation-coefficients), MATLAB Central File Exchange. 检索来源 .

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

启发作品: downsample_ts

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.1

Added live scripts

1.1.0.0

Inclusion of demo file.

1.0.0.0