代码搜索:Spatial
找到约 1,342 项符合「Spatial」的源代码
代码结果 1,342
www.eeworm.com/read/420640/10784607
txt 新建 文本文档.txt
Options: -b file main bitstream (base or spatial enhancement layer)
-cn file conformance report (n: level)
-e file enhancement layer bitstream (SNR or Data Partitioning)
www.eeworm.com/read/449504/7502793
html spcontents.html
Look at the Spatial Econometrics Toolbox functions
www.eeworm.com/read/449504/7502803
m contents.m
% spatial error model estimation functions
%
% compare_models : An example of using sar_g() sem_g() Gibbs sampling
% compare_models2 : An example of using sar_g() sem_g() Gibbs sampling
% compa
www.eeworm.com/read/449504/7502809
m sem_d2.m
% PURPOSE: An example of using sem() on a large data set
% Gibbs sampling spatial autoregressive model
%---------------------------------------------------
% US
www.eeworm.com/read/449504/7502810
m f2_sem.m
function llike = f2_sem(parm,y,x,W,detval);
% PURPOSE: evaluates log-likelihood -- given ML parameters
% spatial error model using sparse matrix algorithms
% --------------------------------------
www.eeworm.com/read/449504/7502825
m prt_sp.m
function prt_sp(results,vnames,fid)
% PURPOSE: Prints output using spatial regression results structures
%---------------------------------------------------
% USAGE: prt_sp(results,vnames,fid)
%
www.eeworm.com/read/449504/7502837
m sac_d.m
% PURPOSE: An example of using sac() on a small dataset
% general spatial model
%
%---------------------------------------------------
% USAGE: sac_d
%-----
www.eeworm.com/read/449504/7502838
m sac_d2.m
% PURPOSE: An example of using sac() on a large data set
% general spatial model
%---------------------------------------------------
% USAGE: sac_d2 (see sac_d f
www.eeworm.com/read/449504/7502883
m slag.m
function WW = slag(W,p)
% PURPOSE: compute spatial lags
% ---------------------------------------------
% USAGE: Wp = slag(W,p)
% where: W = input spatial weight matrix, sparse or full
% (
www.eeworm.com/read/449504/7502886
m xy2cont.m
function [wswdel,wwsdel,wmatdel]=xy2cont(xc,yc)
% PURPOSE: uses x,y coordinates to produce spatial contiguity weight matrices
% with delaunay routine from MATLAB version 5.2
% ---------------