[Distr-commits] r286 - branches/distr-2.0/pkg/distrMod/chm branches/distr-2.0/pkg/distrSim/chm branches/distr-2.0/pkg/distrTeach/demo pkg/distrTeach/demo

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 2 17:30:32 CEST 2008


Author: ruckdeschel
Date: 2008-09-02 17:30:32 +0200 (Tue, 02 Sep 2008)
New Revision: 286

Modified:
   branches/distr-2.0/pkg/distrMod/chm/distrMod.chm
   branches/distr-2.0/pkg/distrSim/chm/distrSim.chm
   branches/distr-2.0/pkg/distrTeach/demo/illustCLT.R
   branches/distr-2.0/pkg/distrTeach/demo/illustCLT_tcl.R
   branches/distr-2.0/pkg/distrTeach/demo/illustLLN.R
   pkg/distrTeach/demo/illustCLT.R
   pkg/distrTeach/demo/illustCLT_tcl.R
   pkg/distrTeach/demo/illustLLN.R
Log:
Thanks to a hint by Anja H?\195?\188ller, discovered
a buglet in the demos of distrTeach;

Modified: branches/distr-2.0/pkg/distrMod/chm/distrMod.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrSim/chm/distrSim.chm
===================================================================
(Binary files differ)

Modified: branches/distr-2.0/pkg/distrTeach/demo/illustCLT.R
===================================================================
--- branches/distr-2.0/pkg/distrTeach/demo/illustCLT.R	2008-09-01 13:01:58 UTC (rev 285)
+++ branches/distr-2.0/pkg/distrTeach/demo/illustCLT.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -4,7 +4,7 @@
 ##           len ^= # summands at which to stop
 ##         sleep ^= duration of the pause between the different plots
 
-require(distrEx)
+require(distrTeach)
 # some examples
 # distroptions("DefaultNrFFTGridPointsExponent" = 13)
 illustrateCLT(Distr = Unif(), len = 20, sleep = 0.5)

Modified: branches/distr-2.0/pkg/distrTeach/demo/illustCLT_tcl.R
===================================================================
--- branches/distr-2.0/pkg/distrTeach/demo/illustCLT_tcl.R	2008-09-01 13:01:58 UTC (rev 285)
+++ branches/distr-2.0/pkg/distrTeach/demo/illustCLT_tcl.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -3,7 +3,7 @@
 ### 
 
 require(tcltk) || stop("tcltk support is absent")
-require(graphics); require(stats); require(distrEx)
+require(graphics); require(stats); require(distrTeach)
 local({
 
     k    <- tclVar(1)

Modified: branches/distr-2.0/pkg/distrTeach/demo/illustLLN.R
===================================================================
--- branches/distr-2.0/pkg/distrTeach/demo/illustLLN.R	2008-09-01 13:01:58 UTC (rev 285)
+++ branches/distr-2.0/pkg/distrTeach/demo/illustLLN.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -12,7 +12,7 @@
 ##                  default: 0
 ##           ... ^= further arguments to plot
 
-require(distrEx)
+require(distrTeach)
 # some examples
 # distroptions("DefaultNrFFTGridPointsExponent" = 13)
 illustrateLLN(Distr = Norm(0,3), sleep = 0.1)

Modified: pkg/distrTeach/demo/illustCLT.R
===================================================================
--- pkg/distrTeach/demo/illustCLT.R	2008-09-01 13:01:58 UTC (rev 285)
+++ pkg/distrTeach/demo/illustCLT.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -4,7 +4,7 @@
 ##           len ^= # summands at which to stop
 ##         sleep ^= duration of the pause between the different plots
 
-require(distrEx)
+require(distrTeach)
 # some examples
 # distroptions("DefaultNrFFTGridPointsExponent" = 13)
 illustrateCLT(Distr = Unif(), len = 20, sleep = 0.5)

Modified: pkg/distrTeach/demo/illustCLT_tcl.R
===================================================================
--- pkg/distrTeach/demo/illustCLT_tcl.R	2008-09-01 13:01:58 UTC (rev 285)
+++ pkg/distrTeach/demo/illustCLT_tcl.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -3,7 +3,7 @@
 ### 
 
 require(tcltk) || stop("tcltk support is absent")
-require(graphics); require(stats); require(distrEx)
+require(graphics); require(stats); require(distrTeach)
 local({
 
     k    <- tclVar(1)

Modified: pkg/distrTeach/demo/illustLLN.R
===================================================================
--- pkg/distrTeach/demo/illustLLN.R	2008-09-01 13:01:58 UTC (rev 285)
+++ pkg/distrTeach/demo/illustLLN.R	2008-09-02 15:30:32 UTC (rev 286)
@@ -12,7 +12,7 @@
 ##                  default: 0
 ##           ... ^= further arguments to plot
 
-require(distrEx)
+require(distrTeach)
 # some examples
 # distroptions("DefaultNrFFTGridPointsExponent" = 13)
 illustrateLLN(Distr = Norm(0,3), sleep = 0.1)



More information about the Distr-commits mailing list