On Sun, Nov 13, 2011 at 3:56 PM, Matthew Brett wrote:
> Hi,
>
> On Sun, Nov 13, 2011 at 1:34 PM, Charles R Harris
> wrote:
> >
> >
> > On Sun, Nov 13, 2011 at 2:25 PM, Matthew Brett
> > wrote:
> >>
> >> Hi,
> >>
> >> On Sun, Nov 13, 2011 at 8:21 AM, Charles R Harris
> >> wrote:
> >> >
> >> >
>
Hi,
On Sun, Nov 13, 2011 at 1:34 PM, Charles R Harris
wrote:
>
>
> On Sun, Nov 13, 2011 at 2:25 PM, Matthew Brett
> wrote:
>>
>> Hi,
>>
>> On Sun, Nov 13, 2011 at 8:21 AM, Charles R Harris
>> wrote:
>> >
>> >
>> > On Sun, Nov 13, 2011 at 12:57 AM, Matthew Brett
>> >
>> > wrote:
>> >>
>> >> Hi,
On Sun, Nov 13, 2011 at 2:25 PM, Matthew Brett wrote:
> Hi,
>
> On Sun, Nov 13, 2011 at 8:21 AM, Charles R Harris
> wrote:
> >
> >
> > On Sun, Nov 13, 2011 at 12:57 AM, Matthew Brett >
> > wrote:
> >>
> >> Hi,
> >>
> >> On Sat, Nov 12, 2011 at 11:35 PM, Matthew Brett <
> matthew.br...@gmail.com>
Hi,
On Sun, Nov 13, 2011 at 8:21 AM, Charles R Harris
wrote:
>
>
> On Sun, Nov 13, 2011 at 12:57 AM, Matthew Brett
> wrote:
>>
>> Hi,
>>
>> On Sat, Nov 12, 2011 at 11:35 PM, Matthew Brett
>> wrote:
>> > Hi,
>> >
>> > Sorry for my continued confusion here. This is numpy 1.6.1 on windows
>> > XP
On Sun, Nov 13, 2011 at 12:32:10PM -0700, Charles R Harris wrote:
> Congratulations to all. This looks like a nice release.
And congratulations to Ralf for moving this forward!
G
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.s
On Sun, Nov 13, 2011 at 12:19 PM, Ralf Gommers
wrote:
> Hi all,
>
> I am pleased to announce the availability of SciPy 0.10.0. For this
> release over a 100 tickets and pull requests have been closed, and many new
> features have been added. Some of the highlights are:
>
> - support for Bento as
Hi all,
I am pleased to announce the availability of SciPy 0.10.0. For this release
over a 100 tickets and pull requests have been closed, and many new
features have been added. Some of the highlights are:
- support for Bento as a build system for scipy
- generalized and shift-invert eigenval
2011/11/13 Robert Kern
> On Sun, Nov 13, 2011 at 17:48, Olivier Delalleau wrote:
> > Also: it seems like you are using values at the boundaries of the bins,
> > while I think it would make more sense to compute interpolated values at
> the
> > middle point of a bin. I'm not sure it'll make a big
On Sun, Nov 13, 2011 at 17:48, Olivier Delalleau wrote:
> Also: it seems like you are using values at the boundaries of the bins,
> while I think it would make more sense to compute interpolated values at the
> middle point of a bin. I'm not sure it'll make a big difference visually,
> but it may
(Sorry for the spam, I should have given more thought to this before
hitting reply).
It actually seems to me that using a linear interpolation is not a good
idea, since it will throw out a lot of information if you decrease the
number of bins: to compute the value at time t, it will only use the
c
Also: it seems like you are using values at the boundaries of the bins,
while I think it would make more sense to compute interpolated values at
the middle point of a bin. I'm not sure it'll make a big difference
visually, but it may be more appropriate.
-=- Olivier
2011/11/13 Olivier Delalleau
Just one thing: numpy.interp says it doesn't check that the x coordinates
are increasing, so make sure it's the case.
Assuming this is ok, I could still see how you may get some non-smooth
behavior: this may be because your spike can either be split between two
bins (which "dilutes" it somehow), o
On Sun, Nov 13, 2011 at 16:04, Johannes Bauer wrote:
> Hi group,
>
> I have a rather simple problem, or so it would seem. However I cannot
> seem to find the right solution. Here's the problem:
>
> A Geiger counter measures counts in distinct time intervals. The time
> intervals are not of constan
On Sun, Nov 13, 2011 at 12:57 AM, Matthew Brett wrote:
> Hi,
>
> On Sat, Nov 12, 2011 at 11:35 PM, Matthew Brett
> wrote:
> > Hi,
> >
> > Sorry for my continued confusion here. This is numpy 1.6.1 on windows
> > XP 32 bit.
> >
> > In [2]: np.finfo(np.float96).nmant
> > Out[2]: 52
> >
> > In [3]:
Hi group,
I have a rather simple problem, or so it would seem. However I cannot
seem to find the right solution. Here's the problem:
A Geiger counter measures counts in distinct time intervals. The time
intervals are not of constant length. Imaging for example that the
counter would always create
15 matches
Mail list logo