MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: EmpiricalDistribution bug

  • To: mathgroup at smc.vnet.net
  • Subject: [mg122975] Re: EmpiricalDistribution bug
  • From: DrMajorBob <btreat1 at austin.rr.com>
  • Date: Sat, 19 Nov 2011 06:45:26 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201111181122.GAA06440@smc.vnet.net>
  • Reply-to: drmajorbob at yahoo.com

There's NEVER "a code patch that can be applied right away". Wolfram  
doesn't do things that way.

All things in good time. I reported a bug, once, and got word it was fixed  
-- six years later.

Bobby

On Fri, 18 Nov 2011 05:22:10 -0600, Mark Fisher <particlefilter at gmail.com>  
wrote:

> Here is a (bad) bug involving EmpriicalDistribution:
>
> PDF[EmpiricalDistribution[{1}], 1]
>
> produces error messages and returns
>
> Boole[{1}[[GeometricFunctions`BinarySearch[{{1}, "Sorted"}, 1]]] ==
>    1] {1}[[GeometricFunctions`BinarySearch[{{1}, "Sorted"}, 1]]]
>
> Here is an (awkward) workaround:
>
> PDF[EmpiricalDistribution[{1}], x] /. x -> 1
>
> which returns 1.
>
> I have submitted this to support at wolfram.com, but I'm hoping someone
> lurking from wolfram will look into this and figure out a code patch
> that can be applied right away. Thanks.
>
> --Mark
>
> "8.0 for Microsoft Windows (64-bit) (October 7, 2011)"
>


-- 
DrMajorBob at yahoo.com



  • Prev by Date: Re: EmpiricalDistribution bug
  • Next by Date: Re: Tooltip value for plots with units
  • Previous by thread: Re: EmpiricalDistribution bug
  • Next by thread: Re: EmpiricalDistribution bug