plotPenLL(tilingArray)
plotPenLL()所属R语言包:tilingArray
Plot the log-likelihood and penalized
绘制log可能性和处罚
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the log-likelihood and two versions of penalized log-likelihoods (AIC, BIC) for a segmentation object.
画出log的可能性,这两个版本分割的对象(AIC,BIC)的惩罚对数似然性。
用法----------Usage----------
plotPenLL(seg, extrabar=numeric(0), type="b", lty=1, pch=16, lwd=2, ...)
参数----------Arguments----------
参数:seg
A segmentation object.
一个segmentation对象。
参数:extrabar
In addition to the location of maximmal BIC, vertical bars are drawn at these x-positions as well.
此外maximmal的BIC的位置,竖线在这些X的位置,以及绘制。
参数:type, pch, lty, lwd, ...
Get passed on to matplot.
获得通过matplot。
Details
详情----------Details----------
This function is used in the vignette: How to use the segment function to fit a piecewise constant curve.
此功能使用中的小插曲:如何使用部分功能,以适应分段常数曲线。
值----------Value----------
The function is called for its side effect, which is creating a plot
该功能被称为其副作用,这是创建一个图
作者(S)----------Author(s)----------
Wolfgang Huber <huber@ebi.ac.uk>
举例----------Examples----------
x = rep( sin((0:4)/2*pi), each=3) + rnorm(3*5, sd=0.1)
res = segment(x, maxseg=8, maxk=15)
plotPenLL(res)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|