pplik(spatial)
pplik()所属R语言包:spatial
Pseudo-likelihood Estimation of a Strauss Spatial Point Process
伪似然估计的施特劳斯的空间点过程
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Pseudo-likelihood estimation of a Strauss spatial point process.
伪似然估计的施特劳斯空间点过程。
用法----------Usage----------
pplik(pp, R, ng=50, trace=FALSE)
参数----------Arguments----------
参数:pp
a pp object
一个PP对象
参数:R
the fixed parameter R
固定参数R
参数:ng
use a ng x ng grid with border R in the domain for numerical integration.
使用ngXng边界电网R在域数值积分。
参数:trace
logical? Should function evaluations be printed? </table>
逻辑?应被打印功能评价? </ TABLE>
值----------Value----------
estimate for c in the interval [0, 1].
c在区间[0, 1]估计。
参考文献----------References----------
Processes. Cambridge.
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
Strauss
Strauss
举例----------Examples----------
pines <- ppinit("pines.dat")
pplik(pines, 0.7)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|