contents.m
来自「计量工具箱」· M 代码 · 共 21 行
M
21 行
% spatial Durbin model estimation functions%% f2_sdm : evaluates llike for the spatial durbin model % f_sdm : evaluates concentrated log-likelihood for the % make_html : makes HTML verion of contents.m files for the Econometrics Toolbox% prt_sdm : Prints output using sdm results structures% plt_sdm : Plots output using sdm results structures% sdm : computes maximum likelihood spatial durbin model estimates% sdm_compare : An example of using sdm_g to compare model specifications% sdm_d : An example of using sdm() max likelihood% sdm_d2 : An example of using sdm() on a large data set% sdm_g : Bayesian estimates of the heteroscedastic spatial durbin model% sdm_gd : An example of using sdm_g() Gibbs sampling% sdm_gd2 : An example of using sdm_g() on a large data set% sdmp_g : Bayesian estimates of the heteroscedastic spatial durbin probit model% sdmp_gd : An example of using sdmp_g() Gibbs sampling% sdmp_gd2 : An example of using sdmp_g() on a large data set % sdmt_g : Bayesian estimates of the heteroscedastic spatial durbin tobit model% sdmt_gd : An example of using sdmt_g() Gibbs sampling% sdmt_gd2 : An example of using sdmt_g() on a large data set
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?