當前位置: 首頁>>編程示例 >>用法及示例精選 >>正文


R Psim 模擬二項式空間點過程

R語言 Psim 位於 spatial 包(package)。

說明

模擬二項式空間點過程。

用法

Psim(n)

參數

n

點數

細節

依賴於 ppinitppregion 設置的區域。

xy 坐標的向量列表。

副作用

使用隨機數生成器。

例子

towns <- ppinit("towns.dat")
par(pty="s")
plot(Kfn(towns, 10), type="s", xlab="distance", ylab="L(t)")
for(i in 1:10) lines(Kfn(Psim(69), 10))

參考

Ripley, B. D. (1981) Spatial Statistics. Wiley.

Venables, W. N. and Ripley, B. D. (2002) Modern Applied Statistics with S. Fourth edition. Springer.

也可以看看

SSI , Strauss

相關用法


注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 Simulate Binomial Spatial Point Process。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。