Re: [math] Multivariate (vector) stats WAS: Re: [math] sum of logs in summary statistics

2008-02-10 Thread Luc Maisonobe
Phil Steitz a écrit : On Feb 9, 2008 5:49 PM, Phil Steitz <[EMAIL PROTECTED]> wrote: On Feb 9, 2008 11:14 AM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: Phil Steitz a écrit : On Feb 8, 2008 7:00 AM, <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: In addition to the statistics required b

Re: [math] Multivariate (vector) stats WAS: Re: [math] sum of logs in summary statistics

2008-02-09 Thread Phil Steitz
On Feb 9, 2008 5:49 PM, Phil Steitz <[EMAIL PROTECTED]> wrote: > On Feb 9, 2008 11:14 AM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > > Phil Steitz a écrit : > > > > > On Feb 8, 2008 7:00 AM, <[EMAIL PROTECTED]> wrote: > > >> [EMAIL PROTECTED] wrote: > > >> > > >>> In addition to the statistics req

[math] Multivariate (vector) stats WAS: Re: [math] sum of logs in summary statistics

2008-02-09 Thread Phil Steitz
On Feb 9, 2008 11:14 AM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > Phil Steitz a écrit : > > > On Feb 8, 2008 7:00 AM, <[EMAIL PROTECTED]> wrote: > >> [EMAIL PROTECTED] wrote: > >> > >>> In addition to the statistics required by the StatisticalSummary > >>> interface it > >>> implements, the Sum

Re: [math] sum of logs in summary statistics

2008-02-09 Thread Luc Maisonobe
Phil Steitz a écrit : On Feb 8, 2008 7:00 AM, <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED] wrote: In addition to the statistics required by the StatisticalSummary interface it implements, the SummaryStatistics class computes the sum of squares and the sum of logs. It also has setters and gett

Re: [math] sum of logs in summary statistics

2008-02-09 Thread Phil Steitz
On Feb 8, 2008 7:00 AM, <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > In addition to the statistics required by the StatisticalSummary interface > > it > > implements, the SummaryStatistics class computes the sum of squares and the > > sum > > of logs. It also has setters and getter

Re: [math] sum of logs in summary statistics

2008-02-08 Thread luc . maisonobe
[EMAIL PROTECTED] wrote: > In addition to the statistics required by the StatisticalSummary interface it > implements, the SummaryStatistics class computes the sum of squares and the > sum > of logs. It also has setters and getters for the underlying statistics > implementations. However, it does

[math] sum of logs in summary statistics

2008-02-08 Thread luc . maisonobe
In addition to the statistics required by the StatisticalSummary interface it implements, the SummaryStatistics class computes the sum of squares and the sum of logs. It also has setters and getters for the underlying statistics implementations. However, it does not provide a getSumlg method. Shou