You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
to find the correlation coefficient between carves
function rr=cor(yyn,yon)
n=length(yon); %yon x..outher..yo1 yyn...y ..adopted..yn1
a=n*sum(yon.*yyn)-sum(yon)*sum(yyn);
b=sqrt((n*sum(yon.^2)-(sum(yon))^2)*(n*sum(yyn.^2)-(sum(yyn))^2));
rr=(a/b);
Cite As
ahmed majeed (2026). correlation confiscation (https://uk.mathworks.com/matlabcentral/fileexchange/43634-correlation-confiscation), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: Exponentiation series and correlation without using built in
General Information
- Version 1.0.0.0 (1.07 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
