Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help, I need as clear solution for this, I will rate ASAP ! This activity uses a 3rd party app. Though your activity may

please help, I need as clear solution for this, I will rate ASAP !

image text in transcribed

This activity uses a 3rd party app. Though your activity may be recorded, a refresh may be required to update the banner to the left. function maleTallerHeight = EstimateTallMales(thresholdHeight) % EstimateTallMales: Estimate number of U.S. males taller than input height. % Inputs: thresholdHeight - height threshold % Outputs: maleTallerHeight - estimated number of U.S. males taller than % threshold height maleHeightMean =69.3; % (in.) maleHeightStdDev =6.01; % (in.) maleUSpopulation = 119.4; % millions % Initialize random number generator rng('default'); % Assign maleHeightSample with 1000000 normally distributed samples with % mean maleHeightMean and standard deviation maleHeightStdDev maleHeightSample =1; % FIXME % Assign percentageTaller with the percentage of samples in maleHeightSample % taller than thresholdHeight percentageTaller = 0.10; % FIXME % Assign maleTallerHeight with an estimate of the number of US males taller % than thresholdHeight by multiplying maleUSpopulation with percetangeTaller maleTallerHeight =1; % FIXME

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_2

Step: 3

blur-text-image_3

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

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

More Books

Students also viewed these Databases questions

Question

How could a quality philosophy be applied to a supply department?

Answered: 1 week ago