pdf_continuous_uniform



On Monday 01 September 2008 13:04:56 Alexey Beshenov wrote:

> It seems that the following line at the pdf_continuous_uniform definition
> (/contrib/distrib/distrib.mac):
>
>  if member(sign(x-a), ['nz,'neg,'zero]) or member(sign(x-b),
> ['pos,'pz,'zero])
>
> should be replaced by
>
>  if member(sign(x-a), ['nz,'neg,'zero]) or member(sign(b-x),
> ['pos,'pz,'zero])

I'm sorry,

  else if sign(x-a) = 'pos and sign(x-b) = 'pos

should be replaced by

  else if sign(x-a) = 'pos and sign(b-x) = 'pos

-- 
Prickle-Prickle, Bureaucracy 25, 3174 YOLD
Alexey Beshenov http://beshenov.ru/