?? partcorrcoef.m
字號:
function [R,sig,ci1,ci2] = partcorrcoef(X,Y,Z,Mode);
% PARTCORRCOEF calculates the partial correlation coefficient.
% X and Y can contain missing values encoded with NaN.
% NaN's are skipped, NaN do not result in a NaN output.
% (Its assumed that the occurence of NaN's is uncorrelated)
% The output gives NaN, only if there are insufficient input data.
%
% The partial correlation is defined as
% pcc(xy|z)=(cc(x,y)-cc(x,z)*cc(y,z))/sqrt((1-cc(x,y)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -