代码搜索:coefficient
找到约 3,200 项符合「coefficient」的源代码
代码结果 3,200
www.eeworm.com/read/179336/9360264
fig slope_coefficient_1_a.fig
www.eeworm.com/read/274792/10852157
m cyclic_correlation_coefficient.m
function rho=cyclic_correlation_coefficient(S,tol)
%
% CYCLIC_CORRELATION_COEFFICIENT
%
% calculates the cyclic correlation coefficient for signal
% from its sp
www.eeworm.com/read/331649/12816750
m cyclic_correlation_coefficient.m
function rho=cyclic_correlation_coefficient(S,tol)
%
% CYCLIC_CORRELATION_COEFFICIENT
%
% calculates the cyclic correlation coefficient for signal
% from its sp
www.eeworm.com/read/302770/13827752
m cyclic_correlation_coefficient.m
function rho=cyclic_correlation_coefficient(S,tol)
%
% CYCLIC_CORRELATION_COEFFICIENT
%
% calculates the cyclic correlation coefficient for signal
% from its sp
www.eeworm.com/read/410585/11276178
m cyclic_correlation_coefficient.m
function rho=cyclic_correlation_coefficient(S,tol)
%
% CYCLIC_CORRELATION_COEFFICIENT
%
% calculates the cyclic correlation coefficient for signal
% from its sp
www.eeworm.com/read/409050/11359705
m pearson_correlation_coefficient.m
function r=pearson_correlation_coefficient(A,B)
%get pearson correlation coefficient
%r=(-)/squr( (-^2)(-^2) )
% =( sum(ab)-sum(a)sum(b)/N )/sqrt( ( (sum(a^2)-sum(a)^2/N
www.eeworm.com/read/409046/11359757
m get_assortative_coefficient.m
function r=get_assortative_coefficient(Nodes)
%get assortative coefficient,see Ref[Newman,Mixing patterns in networks]
%Input:Nodes--N*N adjacent matrix,Nodes(i,j)=1;i is outdegree,j is indegree
%O
www.eeworm.com/read/409044/11359765
m get_clustering_coefficient.m
function cc=get_clustering_coefficient(Nodes,N,nodes_attribute)
%This progrom is to calculate the clustering coefficient of graph in Nodes.
%The clustering coefficient is defined in Newman Review[20
www.eeworm.com/read/402881/11526719
m cyclic_correlation_coefficient.m
function rho=cyclic_correlation_coefficient(S,tol)
%
% CYCLIC_CORRELATION_COEFFICIENT
%
% calculates the cyclic correlation coefficient for signal
% from its sp