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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 28 09:58:12 CET 2009


Author: iacus
Date: 2009-10-28 09:58:12 +0100 (Wed, 28 Oct 2009)
New Revision: 7

Modified:
   pkg/yuima/man/rng.Rd
Log:
fixed doc to match code

Modified: pkg/yuima/man/rng.Rd
===================================================================
--- pkg/yuima/man/rng.Rd	2009-10-27 09:25:19 UTC (rev 6)
+++ pkg/yuima/man/rng.Rd	2009-10-28 08:58:12 UTC (rev 7)
@@ -6,13 +6,13 @@
 \alias{rngamma}
 \alias{rstable}
 \title{Random Number Generators for yuima package}
-\description{\code{simulate} function uses specific random number generators to generate Levy pathes.}
+\description{\code{simulate} function uses specific random number generators to generate Levy paths.}
 \usage{
 rIG(x,delta,gamma)
-rNIG(x,alpha=1,beta=0,delta=1,mu=0)
+rNIG(x,alpha=1,beta=0,delta=1,mu=0,Lambda)
 rbgamma(x,delta.plus,gamma.plus,delta.minus,gamma.minus)
 rngamma(x,lambda,alpha,beta,mu,Lambda)
-rstable(x,alpha,beta,sigma,gamma,eps)
+rstable(x,alpha,beta,sigma,gamma)
 }
 \arguments{
   \item{x}{Number of R.Ns to be geneated.}
@@ -29,6 +29,7 @@
   \item{Lambda}{param}
   \item{sigma}{param}
   \item{eps}{param}
+  \item{Lambda}{param}
 }
 \details{
   to be written



More information about the Yuima-commits mailing list