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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 17 06:46:54 CET 2017


Author: iacus
Date: 2017-01-17 06:46:54 +0100 (Tue, 17 Jan 2017)
New Revision: 565

Modified:
   pkg/yuima/man/adaBayes.Rd
   pkg/yuima/man/lseBayes.Rd
Log:
fixed Rd files for AdaBayes and LSEBayes

Modified: pkg/yuima/man/adaBayes.Rd
===================================================================
--- pkg/yuima/man/adaBayes.Rd	2017-01-10 23:31:35 UTC (rev 564)
+++ pkg/yuima/man/adaBayes.Rd	2017-01-17 05:46:54 UTC (rev 565)
@@ -4,7 +4,8 @@
 \title{Adaptive Bayes estimator for the parameters in sde model}
 \description{Adaptive Bayes estimator for the parameters in a specific type of sde.}
 \usage{
-adaBayes(yuima, start, prior, lower, upper, method = "mcmc", mcmc = 1000, rate =1, rcpp = TRUE, algorithm = "randomwalk")
+adaBayes(yuima, start, prior, lower, upper, method = "mcmc", mcmc = 1000,
+rate =1, rcpp = TRUE, algorithm = "randomwalk")
 }
 \arguments{
   \item{yuima}{a 'yuima' object.}

Modified: pkg/yuima/man/lseBayes.Rd
===================================================================
--- pkg/yuima/man/lseBayes.Rd	2017-01-10 23:31:35 UTC (rev 564)
+++ pkg/yuima/man/lseBayes.Rd	2017-01-17 05:46:54 UTC (rev 565)
@@ -4,7 +4,8 @@
 \title{Adaptive Bayes estimator for the parameters in sde model by using LSE functions}
 \description{Adaptive Bayes estimator for the parameters in a specific type of sde by using LSE functions.}
 \usage{
-lseBayes(yuima, start, prior, lower, upper, method = "mcmc", mcmc = 1000, rate =1, algorithm = "randomwalk")
+lseBayes(yuima, start, prior, lower, upper, method = "mcmc", mcmc = 1000,
+rate =1, algorithm = "randomwalk")
 }
 \arguments{
   \item{yuima}{a 'yuima' object.}



More information about the Yuima-commits mailing list