[Pomp-commits] r174 - pkg/tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Oct 12 17:59:29 CEST 2009
Author: kingaa
Date: 2009-10-12 17:59:29 +0200 (Mon, 12 Oct 2009)
New Revision: 174
Modified:
pkg/tests/ou2-mif.Rout.save
Log:
- update ou2-mif.Rout.save
Modified: pkg/tests/ou2-mif.Rout.save
===================================================================
--- pkg/tests/ou2-mif.Rout.save 2009-10-12 15:55:05 UTC (rev 173)
+++ pkg/tests/ou2-mif.Rout.save 2009-10-12 15:59:29 UTC (rev 174)
@@ -146,6 +146,30 @@
+ )
Error : mif error: 'Nmif' must be a positive integer
>
+> try(
++ mif(
++ ou2,
++ Nmif=2,
++ start=c(alpha.1=0.9,alpha.2=0,alpha.3=0,alpha.4=-Inf,sigma.1=1,sigma.2=0,sigma.3=2,tau=1,x1.0=50,x2.0=-50),
++ ivps=c("x1.0","x2.0"),
++ rw.sd=c(x1.0=5,x2.0=5,alpha.1=0,alpha.4=0.2,alpha.3=0),
++ Np=11,cooling.factor=0.95,ic.lag=10,var.factor=1
++ )
++ )
+Error : 'mif' error: cannot estimate non-finite parameters: alpha.4
+>
+> try(
++ mif(
++ ou2,
++ Nmif=2,
++ start=c(alpha.1=0.9,alpha.2=0,alpha.3=0,alpha.4=0.99,sigma.1=1,sigma.2=0,sigma.3=2,tau=1,x1.0=50,x2.0=NaN),
++ ivps=c("x1.0","x2.0"),
++ rw.sd=c(x1.0=5,x2.0=5,alpha.1=0,alpha.4=0.2,alpha.3=0),
++ Np=11,cooling.factor=0.95,ic.lag=10,var.factor=1
++ )
++ )
+Error : 'mif' error: cannot estimate non-finite parameters: x2.0
+>
> fit <- mif(
+ ou2,
+ Nmif=0,
More information about the pomp-commits
mailing list