plotchangepoint.rd
来自「使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。」· RD 代码 · 共 27 行
RD
27 行
\name{plotChangepoint}\alias{plotChangepoint}\title{Changepoint Location Plots}\description{Plot the posterior distribution over the location of the changepoints.}\usage{ plotChangepoint(mcmcout, xlab="Time", ylab="", verbose = FALSE)}\arguments{\item{mcmcout}{The \code{mcmc} object containing the posterior density sample from a changepoint model. Note that this must have a \code{prob.state} attribute.}\item{xlab}{Label for the x-axis.}\item{ylab}{Label for the y-axis.}\item{verbose}{If verbose=TRUE, expected changepoints are printed.}}\author{Jong Hee Park, \email{jhp@uchicago.edu}, \url{http://home.uchicago.edu/~jhp/}.}\keyword{hplot}\seealso{\code{\link{MCMCpoissonChangepoint}}}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?