correlation confiscation

バージョン 1.0.0.0 (1.07 KB) 作成者: ahmed majeed
to find the correlation coefficient between carves
ダウンロード: 202
更新 2013/9/25

ライセンスの表示

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);

引用

ahmed majeed (2025). correlation confiscation (https://www.mathworks.com/matlabcentral/fileexchange/43634-correlation-confiscation), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersCorrelation and Convolution についてさらに検索
謝辞

ヒントを与えたファイル: Exponentiation series and correlation without using built in

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.0.0.0