PiyaPerl has asked for the wisdom of the Perl Monks concerning the following question:
I have a simple array with few number and all I want is a quick one line easy approach to calculate the standard deviation. I see the Statistics::Basic lib available but how to implement the same using arrays and not list.
my @act_ret=(1,2,3,4) my @std_dev=???
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: PERL Standard Deviation lib
by hippo (Archbishop) on Sep 07, 2016 at 09:37 UTC | |
|
Re: PERL Standard Deviation lib
by BrowserUk (Patriarch) on Sep 07, 2016 at 09:10 UTC | |
|
Re: PERL Standard Deviation lib
by Corion (Patriarch) on Sep 07, 2016 at 08:23 UTC | |
by PiyaPerl (Acolyte) on Sep 07, 2016 at 08:30 UTC | |
|
Re: PERL Standard Deviation lib
by karlgoethebier (Abbot) on Sep 08, 2016 at 09:03 UTC |