RE: [boost] Statistics code example -usingcycliciterator/buffer/array

2003-04-23 Thread Paul A. Bristow
xutility(723) : see declaration of 'std::reverse_iterator' | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf Of Jan Gaspar | Sent: Thursday, April 10, 2003 4:07 PM | To: Boost mailing list | Subject: Re: [boost] Statistics code example - |

Re: [boost] Statistics code example

2003-04-05 Thread Reece Dunn
Neal D. Becker wrote: My purpose was only to demonstrate a generic class to do stats for both scalar and complex types. I don't know if I have time or will-power to turn it into a real boost submission. I hope you don't mind, but I have taken your statistics class and vamped it up. I have made

Re: [boost] Statistics code example

2003-04-03 Thread Neal D. Becker
On Thursday 03 April 2003 03:54 pm, Paul A. Bristow wrote: > I believe this conjecture is correct, but I am still eagerly awaiting 7.1 > :-) > > This is quite interesting (though it needs Industrial Strengthening of > course), and could usefully generate the higher moments and other > statistical t

RE: [boost] Statistics code example

2003-04-03 Thread Paul A. Bristow
TECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Reece Dunn > Sent: Thursday, April 03, 2003 3:33 PM > To: [EMAIL PROTECTED] > Subject: Re: [boost] Statistics code example > > > MSVC 7 does not handle partial template specialization, so it will not > compile (you'll need to r

Re: [boost] Statistics code example

2003-04-03 Thread Reece Dunn
Neal D. Becker wrote: Could you elaborate? What didn't work? Any ideas how to fix? I don't use MSVC. Looking at the code, I think the problem is this (although I have not yet tried it): template struct Stat_t< std::complex > { typedef typename std::complex::value_type value_t; }; MSVC 7 doe

Re: [boost] Statistics code example

2003-04-03 Thread Neal D. Becker
- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] Behalf Of Neal D. Becker > > Sent: Tuesday, April 01, 2003 2:26 PM > > To: [EMAIL PROTECTED] > > Subject: [boost] Statistics code example > > > > > > Here is an example of a class that ca

RE: [boost] Statistics code example

2003-04-02 Thread Paul A. Bristow
Mobile mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Neal D. Becker > Sent: Tuesday, April 01, 2003 2:26 PM > To: [EMAIL PROTECTED] > Subject: [boost] Statistics code example > >

[boost] Statistics code example

2003-04-01 Thread Neal D. Becker
Here is an example of a class that can compute 2nd order stats that will work for either scalar or complex types. It could be made slightly more efficient. It uses abs(), relying on the "trick" that abs() is defined for both scalar float and complex. It could be improved by defining our own "

Re: [boost] statistics

2002-12-03 Thread Beman Dawes
At 07:01 PM 12/2/2002, Pavel Vozenilek wrote: >Statistics for first 15 projects from SourceForge, keyword C++: > >Compressed downloadable files: > - ZIP files: 250 > - GZ files: 212 > - BZIP2 files: 50 > >No other general purpose compressors were used (there were few Mac specific >files and some

[boost] statistics

2002-12-02 Thread Pavel Vozenilek
"Beman Dawes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 03:05 PM 11/29/2002, Pavel Vozenilek wrote: > > >Bandwith and time of those with dialup can be saved by compressing Boost > >release by BZIP2 compressor (http://sources.redhat.com/bzip2/). > > [