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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Oct 30 02:23:32 CEST 2010


Author: hinohide
Date: 2010-10-30 02:23:31 +0200 (Sat, 30 Oct 2010)
New Revision: 134

Modified:
   pkg/yuima/man/cce.Rd
Log:
cce restored

Modified: pkg/yuima/man/cce.Rd
===================================================================
--- pkg/yuima/man/cce.Rd	2010-10-30 00:19:06 UTC (rev 133)
+++ pkg/yuima/man/cce.Rd	2010-10-30 00:23:31 UTC (rev 134)
@@ -53,8 +53,8 @@
 psample<- poisson.random.sampling(yuima, rate = c(0.2,0.3), n = 1000) 
 
 ## cce takes the psample and returns an estimate of the quadratic covariation. 
-#cce(psample)$covmat[1, 2]
-cce(psample)[1, 2]
+cce(psample)$covmat[1, 2]
+##cce(psample)[1, 2]
 
 ## True value of the quadratic covariation.
 cc.theta <- function(T, sigma1, sigma2, rho) { 



More information about the Yuima-commits mailing list