Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-17 Thread Gilles
On Sat, 17 Jan 2015 10:16:31 -0700, Phil Steitz wrote: On 1/17/15 8:18 AM, Gilles wrote: On Thu, 15 Jan 2015 17:01:46 -0700, Phil Steitz wrote: On 1/15/15 4:41 PM, Gilles wrote: On Thu, 15 Jan 2015 15:09:29 -0700, Phil Steitz wrote: On 1/15/15 9:50 AM, Gilles wrote: On Thu, 15 Jan 2015 10:02

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-17 Thread Phil Steitz
On 1/17/15 8:18 AM, Gilles wrote: > On Thu, 15 Jan 2015 17:01:46 -0700, Phil Steitz wrote: >> On 1/15/15 4:41 PM, Gilles wrote: >>> On Thu, 15 Jan 2015 15:09:29 -0700, Phil Steitz wrote: On 1/15/15 9:50 AM, Gilles wrote: > On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: >> Hi

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-17 Thread Gilles
On Thu, 15 Jan 2015 17:01:46 -0700, Phil Steitz wrote: On 1/15/15 4:41 PM, Gilles wrote: On Thu, 15 Jan 2015 15:09:29 -0700, Phil Steitz wrote: On 1/15/15 9:50 AM, Gilles wrote: On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: Hi, Working on a project I had to capture current state o

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-16 Thread Phil Steitz
On 1/15/15 4:41 PM, Gilles wrote: > On Thu, 15 Jan 2015 15:09:29 -0700, Phil Steitz wrote: >> On 1/15/15 9:50 AM, Gilles wrote: >>> On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: Hi, Working on a project I had to capture current state of a DescriptiveStatistics, and choose

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-15 Thread Gilles
On Thu, 15 Jan 2015 15:09:29 -0700, Phil Steitz wrote: On 1/15/15 9:50 AM, Gilles wrote: On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: Hi, Working on a project I had to capture current state of a DescriptiveStatistics, and choosed to use a StatisticalSummaryValues to hold the valu

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-15 Thread Phil Steitz
On 1/15/15 9:50 AM, Gilles wrote: > On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: >> Hi, >> Working on a project I had to capture current state of a >> DescriptiveStatistics, and choosed to use a StatisticalSummaryValues >> to hold the value. >> I looked it if was possible to do it in o

Re: [math] suggestion: introducing getSummary method on descriptive statistics

2015-01-15 Thread Gilles
On Thu, 15 Jan 2015 10:02:32 +0100, Adriean Khisbe wrote: Hi, Working on a project I had to capture current state of a DescriptiveStatistics, and choosed to use a StatisticalSummaryValues to hold the value. I looked it if was possible to do it in one short method call, but didn't found the method

[math] suggestion: introducing getSummary method on descriptive statistics

2015-01-15 Thread Adriean Khisbe
Hi, Working on a project I had to capture current state of a DescriptiveStatistics, and choosed to use a StatisticalSummaryValues to hold the value. I looked it if was possible to do it in one short method call, but didn't found the method. However I found some equivalent in SummaryStatistics: