代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/449504/7502325

m ginimap.m

function [out]=ginimap(long,lat,variable,varargin) % PURPOSE: This function links a map and a Lorentz Curve %------------------------------------------------------------------------ % USAGE: out=gi
www.eeworm.com/read/449504/7502330

m ilocal.m

function [ind]=Ilocal(variable,W) % PURPOSE:This function computes local Moran indices %----------------- ----------------------------------------------------- % USAGE: ind = Ilocal(variable,W) %
www.eeworm.com/read/449504/7502362

m ginimap_d.m

% PURPOSE: An example using ginimap % to examine the gini density of % a vector-variable over a map %--------------------------------------------------- % USAGE: ginimap_d %----
www.eeworm.com/read/449504/7502439

m denton_uni_d.m

% PURPOSE: Demo of denton_uni() % Temporal disaggregation with indicators. % Denton method %--------------------------------------------------- % USAGE: denton_uni_d %----------------
www.eeworm.com/read/449504/7502465

m guerrero_d.m

% PURPOSE: demo of guerrero() % Temporal disaggregation with indicators. % Guerrero ARIMA-based method %--------------------------------------------------- % USAGE: guerrero_d %---
www.eeworm.com/read/449504/7502492

m ssc_d.m

% PURPOSE: demo of ssc() % Temporal disaggregation with indicators. % Santos Silva-Cardoso method %--------------------------------------------------- % USAGE: ssc_d %-------------
www.eeworm.com/read/449504/7502526

m dmult.m

function M = dmult(A,B) % PURPOSE: computes the product of diag(A) and B % ----------------------------------------------------- % USAGE: m = dmult(a,b) % where: a = a matrix % b =
www.eeworm.com/read/449504/7502885

m normw_d.m

% PURPOSE: An example of using normw() to produce a normalized 1st order contiguity matrix % %--------------------------------------------------- % USAGE: normw_d %----------------------
www.eeworm.com/read/449504/7503027

m walds.m

function result = walds(y,x,W); % PURPOSE: Wald statistic for spatial autocorrelation in residuals % of a regression model % --------------------------------------------------- % USAGE: resu
www.eeworm.com/read/440842/7680283

m tobit_gd2.m

% PURPOSE: An example using tobit_g() % Gibbs sampling with right-censoring % %--------------------------------------------------- % USAGE: tobit_gd2 %--------