Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I'm not sure if my first answer is even correct but I need assistance overall. Note: Histograms show data distribution to see if data is

I'm not sure if my first answer is even correct but I need assistance overall.

image text in transcribed
Note: Histograms show data distribution to see if data is normally distributed or if the data is skewed one way or another. 1. Create a NumPy array named a using .random.randn to generate a normally distributed array with 10000 multiplied by 10 (to increase sparsity) and add 100 2. Use .hist to create a histogram using the array a with 7 bins. 3. Add a title to the histogram. Set the title to "No of Houses per Square M" 4. Define labels for each axis. Label the x-axis to be Square M Bins and the y-axis to be No of houses 5. Show the plot 37: a = np . random . randn((10000 * 10)+ 100)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions