Question: if I use a number generator script to create data files that have 100,000 1,000,000 and 10,000,000 random values. 1. How do I code
if I use a number generator script to create data files that have 100,000 1,000,000 and 10,000,000 random values.
1. How do I code a file that shows a histogram which shows the number of times a value beteen 0-9,10-19,......
2. How do I do the standard deviation in percent eg. for 100,000 numbers if the sta.dev for one category is 233 and convert the value to percent based on 10,000.
Step by Step Solution
3.39 Rating (155 Votes )
There are 3 Steps involved in it
To achieve your objectives you can use Python along with libraries such as NumPy and Matplotlib for data manipulation and visualization Heres how you ... View full answer
Get step-by-step solutions from verified subject matter experts
