OrdThresh(spatstat)
OrdThresh()所属R语言包:spatstat
Ord's Interaction model
条例“的互动模式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates an instance of Ord's point process model which can then be fitted to point pattern data.
条例的点过程模型,然后可以配点模式的数据创建一个实例。
用法----------Usage----------
OrdThresh(r)
参数----------Arguments----------
参数:r
Positive number giving the threshold value for Ord's model.
条例的模型的阈值的正数。
Details
详细信息----------Details----------
Ord's point process model (Ord, 1977) is a Gibbs point process of infinite order. Each point x[i] in the point pattern x contributes a factor g(a[i]) where a[i] = a(x[i], x) is the area of the tile associated with x[i] in the Dirichlet tessellation of x. The function g is simply g(a) = 1 if a >= r and g(a) = gamma < 1 if a < r, where r is called the threshold value.
条例的点过程模型(条例“,1977年)是一个无限级吉布斯点过程中。每个点x[i]点模式x贡献的一个因素g(a[i])a[i] = a(x[i], x)是该区域的瓷砖与x[i]中的Dirichlet镶嵌的x。函数g是g(a) = 1如果a >= r和g(a) = gamma < 1如果a < r,其中r被称为阈值。
This function creates an instance of Ord's model with a given value of r. It can then be fitted to point process data using ppm.
这个函数创建一个实例条例的模型与给定值的r。然后,它可以被安装到使用ppm点过程数据。
值----------Value----------
An object of class "interact" describing the interpoint interaction structure of a point process.
类的一个对象"interact"描述INTERPOINT互动结构的点处理。
(作者)----------Author(s)----------
Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参考文献----------References----------
Practical maximum pseudolikelihood for spatial point patterns. Australian and New Zealand Journal of Statistics 42, 283–322.
Contribution to the discussion of Ripley (1977).
How many trees in a forest? Mathematical Scientist 3, 23–33.
Modelling spatial patterns (with discussion). Journal of the Royal Statistical Society, Series B, 39, 172 – 212.
参见----------See Also----------
ppm, ppm.object
ppm,ppm.object
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|