intensity.ppm(spatstat)
intensity.ppm()所属R语言包:spatstat
Intensity of Fitted Point Process Model
强度拟合点过程模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the intensity of a fitted point process model.
的拟合点过程模型计算的强度。
用法----------Usage----------
## S3 method for class 'ppm'
intensity(X, ...)
参数----------Arguments----------
参数:X
A fitted point process model (object of class "ppm").
已安装点过程模型(对象类"ppm"“)。
参数:...
Arguments passed to predict.ppm in some cases. See Details.
参数传递给predict.ppm在某些情况下。查看详细信息。
Details
详细信息----------Details----------
This is a method for the generic function intensity for fitted point process models (class "ppm").
这是一个方法的通用函数intensity装点过程模型(类"ppm")。
The intensity of a point process model is the expected number of random points per unit area.
一个点过程模型的强度是每单位面积的预期数量的随机点。
If X is a Poisson point process model, the intensity of the process is computed exactly. The result is a numerical value if X is a stationary Poisson point process, and a pixel image if X is non-stationary. (In the latter case, the resolution of the pixel image is controlled by the arguments ... which are passed to predict.ppm.)
如果X是一个泊松点过程模型的过程,强度准确计算。其结果是一个数值,如果X是一个固定的泊松点过程中,一个像素的图像X如果是非平稳的。 (在后者的情况下,像素的图像的分辨率是由参数控制...是传递给predict.ppm。)
If X is another Gibbs point process model, the intensity is computed approximately using the Poisson-saddlepoint approximation (Baddeley and Nair, 2012).
如果X是另一个吉布斯点过程模型,强度计算,约使用泊松鞍点近似(Baddeley和奈尔,2012年)。
值----------Value----------
A numeric value (if the model is stationary) or a pixel image.
的数值(如果模型是静止的)或像素图像。
(作者)----------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>,
Gopal Nair,
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>
参考文献----------References----------
Fast approximation of the intensity of Gibbs point processes. Electronic Journal of Statistics 6 1155–1169.
参见----------See Also----------
intensity, intensity.ppp
intensity,intensity.ppp
实例----------Examples----------
fitP <- ppm(swedishpines, ~1, Poisson())
intensity(fitP)
fitS <- ppm(swedishpines, ~1, Strauss(9))
intensity(fitS)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|