代码搜索:Nearest
找到约 1,596 项符合「Nearest」的源代码
代码结果 1,596
www.eeworm.com/read/417573/10984997
m chazhi.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%插值
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%一维插值
year = 1900:10:2010;
product = [75.995, 91.972, 105.711, 123.203, 131.669,...
150.697, 179.323, 203.21
www.eeworm.com/read/449504/7502807
m compare_weights.m
% PURPOSE: An example of using sem_g() function
% to compare various weight matrix specifications
% (on a small data set)
%--------------------------------------
www.eeworm.com/read/449504/7502887
m make_nnwd.m
% PURPOSE: An example of using make_nnw
% a nearest neighbor spatial weight matrix
% on a small data set
%---------------------------------------------------
% USA
www.eeworm.com/read/449504/7502889
m make_neighborswd.m
% PURPOSE: An example of using make_neighborsw
% a nearest neighbor spatial weight matrix
% on a small data set
%--------------------------------------------------
www.eeworm.com/read/449504/7502896
m make_neighborsw.m
function W = make_neighborsw(xc,yc,m)
% PURPOSE: constructs a row-stochastic nearest neighbor spatial weight matrix
% asymmetric, but row-sums are unity, based on m neighbors
% --------------
www.eeworm.com/read/449504/7502902
m make_nnwd2.m
% PURPOSE: An example of using make_nnw
% a nearest neighbor spatial weight matrix
% on a large data set
%---------------------------------------------------
% USA
www.eeworm.com/read/449504/7502910
html contents.html
Spatial econometrics functions library
[Return to Master Index]
-------- spatial weights functions
www.eeworm.com/read/449504/7502911
m find_neighbors.m
function nnlist = find_neighbors(xc,yc,m)
% PURPOSE: finds observations containing m nearest euclidean distance-based neighbors,
% (slow but low memory version) returns an index to these ne
www.eeworm.com/read/449504/7502972
m compare_models2.m
% PURPOSE: An example of using sdm_g() Gibbs sampling
% to compare various weight matrix specifications
% (on a small data set)
%--------------------------------
www.eeworm.com/read/449504/7503080
m compare_weights.m
% PURPOSE: An example of model comparison using sar_c() function
% to compare various weight matrix specifications
% on a homoscedastic sar model
% (see compare_weights2 for no