mcmcacf.m
来自「马尔可夫链」· M 代码 · 共 12 行
M
12 行
% MCMCACF - autocorrelation plots% Copyright (c) 1998, Harvard University. Full copyright in the file Copyright% % This is not a function, but a way to get acf plots for MCMC runs.%% S = mcmcsumm(A) contains S.acf, a matrix of the autocorrelations.%% So, mcmctrace(S.acf) will plot the autocorrelations.%% See also: MCMCSUMM, MCMCTRACE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?