[Pomp-commits] r935 - www/vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 23 21:44:39 CEST 2014


Author: kingaa
Date: 2014-04-23 21:44:39 +0200 (Wed, 23 Apr 2014)
New Revision: 935

Modified:
   www/vignettes/intro_to_pomp.R
   www/vignettes/intro_to_pomp.Rnw
   www/vignettes/intro_to_pomp.pdf
   www/vignettes/pomp.pdf
Log:
- minor fix


Modified: www/vignettes/intro_to_pomp.R
===================================================================
--- www/vignettes/intro_to_pomp.R	2014-04-23 19:33:18 UTC (rev 934)
+++ www/vignettes/intro_to_pomp.R	2014-04-23 19:44:39 UTC (rev 935)
@@ -66,8 +66,7 @@
 ##                    time=1:100,
 ##                    Y=NA
 ##                    ),
-##                  times=1,
-## ##                 times="time",
+##                  times="time",
 ##                  rprocess=discrete.time.sim(
 ##                    step.fun=gompertz.proc.sim,
 ##                    delta.t=1
@@ -235,7 +234,6 @@
 
 ## ----kalman-likelihood-correction,echo=F---------------------------------
 
-#loglik.kalman <- kf$loglik-sum(log(obs(gompertz)))
 loglik.kalman <- kf$loglik
 
 

Modified: www/vignettes/intro_to_pomp.Rnw
===================================================================
--- www/vignettes/intro_to_pomp.Rnw	2014-04-23 19:33:18 UTC (rev 934)
+++ www/vignettes/intro_to_pomp.Rnw	2014-04-23 19:44:39 UTC (rev 935)
@@ -277,8 +277,7 @@
                    time=1:100,
                    Y=NA
                    ),
-                 times=1,
-##                 times="time",
+                 times="time",
                  rprocess=discrete.time.sim(
                    step.fun=gompertz.proc.sim,
                    delta.t=1
@@ -483,7 +482,6 @@
 @ 
 <<kalman-likelihood-correction,echo=F>>=
 
-#loglik.kalman <- kf$loglik-sum(log(obs(gompertz)))
 loglik.kalman <- kf$loglik
 
 @ 

Modified: www/vignettes/intro_to_pomp.pdf
===================================================================
(Binary files differ)

Modified: www/vignettes/pomp.pdf
===================================================================
(Binary files differ)



More information about the pomp-commits mailing list