Python Forum
Estimating standard deviation from DataSet
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Estimating standard deviation from DataSet
#2
Please post all code, output and errors (it it's entirety) between their respective tags. Refer to BBCode help topic on how to post. Use the "Preview Post" button to make sure the code is presented as you expect before hitting the "Post Reply/Thread" button.

Also do you have more information on the data set?
Is there an assignment sheet, or data specification?
The data doesn't really look random from the small sample that you are showing.
Most of the data points are between 8 e-1 and 9 e-1 with some 'noise' as low readings.
You use the term row in your code, so I am guessing that the data set is an array, correct?

I'm thinking you may need something like numpy.std: https://docs.scipy.org/doc/numpy-1.13.0/...y.std.html
Reply


Messages In This Thread
RE: Estimating standard deviation from DataSet - by Larz60+ - Jan-23-2018, 01:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Estimating transition matrices in python Shreya10o 1 2,108 May-14-2020, 10:41 PM
Last Post: Larz60+
  creating new time series based on giving mean, standard deviation and skewness Staph 1 3,121 Aug-06-2019, 10:41 PM
Last Post: scidam

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020