[SOLVED] ceng222 -hw4

30.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

Rate this product

Statistical Methods for Computer Engineering

Problem Description

In a factory, plastics is produced in volumetric chunks. The number of chunks produced daily is a discrete Binomial random variable with parameters n = 50 and p = 0.62. The weight of material per chunk is a continuous random variable in tons with the following probability density function:

0

0−.070.02(x x − 4)2 + 0.22

f(x) =

0.08(5 − x) + 0.2

−0 0.04x + 0.32

x < 0 0 ≤ x ≤ 2

2 < x ≤ 5

5 < x ≤ 7 7 < x ≤ 8

if x > 8

  1. Conduct a Monte Carlo study to estimate the probability that the total weight of the plastics produced by the factory in a week of five workdays exceeds 640 tons, which constitutes a violation of regulations in place. Use 5n and p as the required distribution parameters. With probability 0.98, your answer should differ from the true value by no more than 0.008. Use Normal approximation to determine the size of your Monte Carlo simulation.
  2. Based on the study in part (a), estimate the total weight, X, of the plastics produced in five days.
  3. Estimate Std(X) and comment on the accuracy of your estimator of X in part (a).
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.