Repeated convolution of a continous uniform distribution
Subject: Repeated convolution of a continous uniform distribution
From: Barton Willis
Date: Fri, 19 Jun 2009 18:51:48 -0500
Huh? There is no need to steal any code from abs_integrate: simply
load abs_integrate and use it.
Without modifying the code in abs_integrate, you can change the
integration methods that abs_integrate tries.
Of course, if you can write a better framework for extending integrate
or better versions of the functions in abs_integrate, go for it.
Barton
-----"Richard Hennessy" <rich.hennessy at verizon.net> wrote: -----
>Actually?it?can't?since?pw.mac?is?not?independent?of?abs_integrate.mac
>yet.??I?would?have?to?steal?some?code?from?abs_integrate?like
>make_dummy?and?also?some?other?stuff.?In?my?code?pwdefint?just?"punts"?to
>abs_integrate.mac?to?get?the?answer.
>
>Rich