initialize.x(tripEstimation)
initialize.x()所属R语言包:tripEstimation
Diagnose and initialize light level estimation.
诊断和初始化光水平估计。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Primarily for the purposes of initializing the estimation, these functions can also be used for diagnostic purposes. position.logp produces grids of simplistic position likelihood for each twilight and uses those to initialize positions for running estimations.
主要用于初始化的估计的目的,这些功能也可以被用于诊断目的。 position.logp简单的网格位置为每个黄昏的可能性,并使用这些初始化运行估计的位置。
用法----------Usage----------
position.logp(model, x1, x2, xrest = NULL, subset = 1:model$n,
initialize.x = TRUE, start = NULL, end = NULL, prob = 0.8, winoffset = 5)
initialize.x(model, x1, x2, xrest = NULL)
light.quantile(model, chain, day, seg, probl = c(0.025, 0.5, 0.975))
show.segment(model, chain, segment, day, light, k, n = 50, ...)
参数----------Arguments----------
参数:model
estimation model object
估计模型对象
参数:x1
vector of x-coordinates defining the prior grid
矢量的x坐标限定现有电网
参数:x2
vector of y-coordinates defining the prior grid
矢量的y坐标限定现有电网
参数:xrest
value for remaining parameters - default is light attenuation
其余的参数 - 默认值是光衰减
参数:subset
evaluate subset of segments - default uses all
评估段的子集 - 默认情况下使用的所有
参数:initialize.x
logical - create initial points for x?
逻辑 - 创建初始点为x?
参数:prob
probability - threshold to apply to overlapping quantiles, defaults to 0.8
概率 - 阈值,适用于重叠的位数,默认为0.8
参数:winoffset
an odd-numbered window size to use when intersecting subseqent segments - defaults to 5
奇数窗口的大小时要使用交叉subseqent段 - 默认为5
参数:chain
chain object from estimation
链对象,从估算
参数:day
POSIXct vector of date-times
POSIXct向量的日期时间
参数:seg
desired segment
所需的段
参数:probl
probability level for quantile
分位数的概率水平
参数:start
known position of release
已知的释放位置
参数:end
known position of recapture
已知位置夺回
参数:segment
vector of segment data
矢量段数据
参数:light
vector of light data
矢量光数据
参数:k
desired segment to show
所需的部分显示
参数:n
length of vector to evaluate
向量的长度,以评估
参数:...
additional arguments to be passed to plot
额外的参数被传递到绘制
Details
详细信息----------Details----------
The primary function here is position.logp, for initializing the estimation for solar.model and
这里的主要功能是position.logp,用于初始化的估计solar.model和
(作者)----------Author(s)----------
Michael D. Sumner
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|