satellite.model(tripEstimation)
satellite.model()所属R语言包:tripEstimation
Function to create a satellite model object for metropolis location sampler
函数来创建一个卫星模型对象大都市位置取样
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A model to manage likelihood functions, environmental masks and behavioural likelihood functions for pre-derived satellite locations. There are some options for configuration, but this may be considered a template for any given model. The model function exists simply to make the object construction simple.
模型管理的可能性功能,环境口罩和行为的似然函数为衍生的卫星位置。有一些选项进行配置,但是这可以被认为是对于任何给定的模型模板。该模型函数存在简单的到对象构造简单。
参数----------Arguments----------
参数:day
vector of date-times for each light level
每个光向量的日期时间
参数:X
matrix of pre-derived satellite locations
矩阵的预派生的卫星位置
参数:proposal.x
function from object managing X proposals
功能对象管理的X建议
参数:proposal.z
function from object managing Z proposals
从对象管理ž建议中的作用
参数:mask.x
lookup function for X's against masks
LOOKUP函数为X的对口罩
参数:mask.z
lookup function for Z's against masks
Z的查找功能,对口罩
参数:fix.release
logical - is the release point known?
逻辑 - 释放点知道吗?
参数:fix.recapture
logical - is the recapture point known?
逻辑 - 的回收点,知道吗?
参数:start.x
starting positions for the primary locations, see position.logp
起始位置的主要地点,看到position.logp
参数:start.z
starting positions for the intermediat locations.
起始位置为intermediat位置。
参数:posn.sigma
variance for locations
方差位置
参数:behav.dist
distribution to use for behavioural constraint
分配使用的行为约束
参数:behav.mean
mean to use for behavioural distribution
意思是使用的行为分布
参数:behav.sd
variance for behavioural distribution
行为分布的方差
参数:proj.string
PROJ.4 string for coordinate system used
PROJ.4字符串使用的坐标系统
Details
详细信息----------Details----------
posn.sigma may be a single value for all estimates, or a vector of values for each position estimate.
posn.sigma可以是单一的可用于所有的估计值,或一个矢量的各位置的估计的值。
Transformation of coordinates is supported via a simple function that only performs coordinate transforms if proj.string is not longlat. See project for the underlying functionality.
通过一个简单的函数,只有进行坐标变换,如果proj.string就是不longlat的坐标变换的支持。见project的基本功能。
值----------Value----------
See solar.model for some related detail.
见solar.model的一些相关的细节。
注意----------Note----------
These are simple wrapper functions to create the desired model for use in metropolis. These models are structurally very simple
这些都是简单的包装函数来创建所需的模型,使用中metropolis。这些模型的结构非常简单
(作者)----------Author(s)----------
Michael D. Sumner
参考文献----------References----------
<h3>See Also</h3> See also <code>solar.model</code> for the counterpart model
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|