[Yuima-commits] r110 - pkg/yuima/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 20 13:12:32 CEST 2010


Author: iacus
Date: 2010-07-20 13:12:32 +0200 (Tue, 20 Jul 2010)
New Revision: 110

Modified:
   pkg/yuima/man/CPoint.Rd
Log:
fixed examples

Modified: pkg/yuima/man/CPoint.Rd
===================================================================
--- pkg/yuima/man/CPoint.Rd	2010-07-20 11:11:25 UTC (rev 109)
+++ pkg/yuima/man/CPoint.Rd	2010-07-20 11:12:32 UTC (rev 110)
@@ -87,9 +87,9 @@
 
 # first state estimate of parameters using small 
 # portion of data in the tails
-tmp1 <- qmleL(yuima,start=list(theta1.1=0.3,theta1.2=0.5),t=1.5,low=low,method="L-BFGS-B")
+tmp1 <- qmleL(yuima,start=list(theta1.1=0.3,theta1.2=0.5),t=1.5,lower=low, method="L-BFGS-B")
 tmp1
-tmp2 <- qmleR(yuima,start=list(theta1.1=0.3,theta1.2=0.5), t=8.5,low=low,method="L-BFGS-B")
+tmp2 <- qmleR(yuima,start=list(theta1.1=0.3,theta1.2=0.5), t=8.5,lower=low, method="L-BFGS-B")
 tmp2
 
 
@@ -100,10 +100,10 @@
 
 # second stage estimation of parameters given first stage
 # change point estimator
-tmp11 <- qmleL(yuima,start=as.list(tmp1$par), t=t.est2$tau-0.1,method="L-BFGS-B")
+tmp11 <- qmleL(yuima,start=as.list(tmp1$par), t=t.est2$tau-0.1,lower=low, method="L-BFGS-B")
 tmp11
 
-tmp21 <- qmleR(yuima,start=as.list(tmp2$par), t=t.est2$tau+0.1,method="L-BFGS-B")
+tmp21 <- qmleR(yuima,start=as.list(tmp2$par), t=t.est2$tau+0.1,lower=low, method="L-BFGS-B")
 tmp21
 
 # second stage estimator of the change point



More information about the Yuima-commits mailing list