Re: [dev] How do you do statistics?

2016-09-10 Thread ilabdsf
On Sat, Sep 10, 2016 at 08:09:41PM +0200, Antoni V. wrote: > Hi everyone from suckless. > > I wanted to know how you perform basic (and not so basic) statistics. > There are programs like R, but they are generally too big and complex. > > I'm aware of desc [1] but it's missing a lot of useful too

Re: [dev] How do you do statistics?

2016-09-10 Thread Marc Collin
This has been discussed on the past here on the ML. tl;dr - https://github.com/tonyfischetti/qstats and https://www.freebsd.org/cgi/man.cgi?query=ministat Apart from that, you're unlucky. I didn't know about desc though, pretty cool. So thanks for sharing! Your email wasn't that useless. It even a

[dev] How do you do statistics?

2016-09-10 Thread Antoni V.
Hi everyone from suckless. I wanted to know how you perform basic (and not so basic) statistics. There are programs like R, but they are generally too big and complex. I'm aware of desc [1] but it's missing a lot of useful tools; plus appears to be unmaintained. Is R the only option? Waiting f