[Yuima-commits] r119 - pkg/yuima/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 29 06:24:26 CEST 2010


Author: hinohide
Date: 2010-07-29 06:24:26 +0200 (Thu, 29 Jul 2010)
New Revision: 119

Modified:
   pkg/yuima/R/rng.R
Log:
modified name of rundom number generators

Modified: pkg/yuima/R/rng.R
===================================================================
--- pkg/yuima/R/rng.R	2010-07-23 22:02:37 UTC (rev 118)
+++ pkg/yuima/R/rng.R	2010-07-29 04:24:26 UTC (rev 119)
@@ -85,7 +85,7 @@
 }
 
 
-dungamma <- function(x,lam,al,be,mu){
+dngamma <- function(x,lam,al,be,mu){
     if( lam <= 0 )
 	stop("lambda must be positive.")
     if( al <= 0 )
@@ -218,7 +218,7 @@
 }
 
 
-duNIG <- function(x,al,be,de,mu){
+dNIG <- function(x,al,be,de,mu){
 	if( al < 0 )
 	stop("alpha must be nonnegative.")
     if( al^2 - be^2 < 0 )



More information about the Yuima-commits mailing list