|
[Date Index]
[Thread Index]
[Author Index]
Re: BinCounts
- To: mathgroup at smc.vnet.net
- Subject: [mg60935] Re: BinCounts
- From: "Klaus G." <Karl_boehme_9 at msn.com>
- Date: Tue, 4 Oct 2005 01:25:00 -0400 (EDT)
- References: <dhqpsv$no$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
It's always critical to use a real number for dx in BinCounts, due to
rounding effects.
Try: eps = 10^(-12)
and dx=(Max[ll] - Min[ll])/n +eps
Klaus G.
Prev by Date:
String to list
Next by Date:
the faster way to find repeated sublists
Previous by thread:
Re: BinCounts
Next by thread:
Re: BinCounts
|