search for: muold

Displaying 1 result from an estimated 1 matches for "muold".

Did you mean: m_old
2000 Nov 08
0
Re: [R] Strange means of numbers drawn from rpois (PR#730)
...ath/rpois.c,v retrieving revision 1.11 diff -u -r1.11 rpois.c --- src/nmath/rpois.c 2000/08/30 16:45:16 1.11 +++ src/nmath/rpois.c 2000/11/08 18:09:34 @@ -65,7 +65,7 @@ static double big_l;/* integer "w/o overflow" */ static int l, m; - static double muprev = 0.;/*, muold = 0.*/ + static double muprev = 0., muprev2 = 0.;/*, muold = 0.*/ /* Local Vars [initialize some for -Wall]: */ double del, difmuk= 0., E= 0., fk= 0., fx, fy, g, px, py, t, u= 0., v, x; @@ -160,7 +160,11 @@ /* Step P. preparations for steps Q and H. (recalcula...