old.metropolis(tripEstimation)
old.metropolis()所属R语言包:tripEstimation
Older versions of solar location estimation
旧版本的太阳位置估计
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Some deprecated functions, originally used purely for light level estimation before the sampling algorithm was generalized for satellite models as well.
一些过时的功能,原本纯粹用于前灯水平估计的采样算法是广义的卫星模型。
用法----------Usage----------
mkElevationSeg(segments, day)
mkNLPosterior(segments, day, light, calib)
old.dist.gc(x1, x2 = NULL)
old.find.init(mask, nseg, nlpost, pars = c("Lon", "Lat", "k"))
old.metropolis(nlpost, lookup, p0, cov0, start, end, iter = 1000, step = 100)
old.mkLookup(x, binArray = TRUE)
k.prior(seg, ps)
参数----------Arguments----------
参数:segments
vector identifying the segment of each time and light value
矢量确定每个时间段和光值
参数:day
date-time values in POSIXct
日期时间值POSIXct
参数:light
vector of light data
矢量光数据
参数:calib
calibration function for light levels
光水平校准功能
参数:x1
matrix of track locations
矩阵的轨道位置
参数:x2
matrix of track locations (optional second part)
矩阵的轨道位置(可选第二部分)
参数:mask
image object of masked areas
图像对象的蒙面区域
参数:nseg
number of (twilight) segments
(暮光之城)段数
参数:nlpost
negative log posterior function
负对数后功能
参数:pars
names of parameters
参数名称
参数:lookup
lookup function for masked areas
蒙面区域的查找功能
参数:p0
initial locations for sampler
初始位置为采样
参数:cov0
covariance matrix for sampler
协方差矩阵采样
参数:start
known start parameters
已知的启动参数
参数:end
known end parameters
已知年底参数的
参数:iter
number of iterations
迭代次数
参数:step
number of thinning iterations per iter
数的细化迭代每iter
参数:x
image-like object of matrix or array of binary masks
图像类似目的的二进制掩模的矩阵或数组
参数:binArray
logical: are the masks compressed into bits?
逻辑:口罩位压缩成吗?
参数:seg
segment
段
参数:ps
light attenuation value
光衰减值
Details
详细信息----------Details----------
These functions are included for legacy purposes, this was the original implementation.
这些功能包括遗产的目的,这是原始的实现。
值----------Value----------
If it is a LIST, use
如果它是一个列表,使用
(作者)----------Author(s)----------
Michael D. Sumner
参见----------See Also----------
Please use the more up to date function metropolis, with the models such as
请使用最新的函数metropolis,如与模型
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|