Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bayes' Rule 4 . 1 [ 1 pt ] Suppose a business releases a new product and sets a price of $ 4 . 2

Bayes' Rule
4.1[1 pt] Suppose a business releases a new product and sets a price of $4.25. Its customers' valuations for the new product are distributed normally with a mean of $4.00 and standard deviation of $0.37. What is the probability that one individual customer's valuation of the product is less than $4.25? What is the probability that one individual customer's valuation of the product is greater than $4.25. Store your answers in the variables prob_reject and prob_accept.
In []:
prob_reject = None
prob_accept = None
# YOUR CODE HERE
raise NotImplementedError()
In []:
#hidden tests from problem 4.1 are within this cell
4.2[2 pt] Suppose that the price is still $4.25 and the standard deviation is still $0.37, but now the business doesn't know if the mean of its customers' valuations is $3.95 or $4.05. It estimates that the probability of the former is 40% and the probability of the latter is 60%. Then it observes the decision of one of its customers about whether or not to purchase the product. If the customer doesn't purchase the product, what would be the updated probability that the mean of the customers' valuations is $3.95? Store your answer in the variable prob_395_if_reject. If the customer purchases the product, what would be the updated probability that the mean of the customers' valuations is $3.95? Store your answer in the variable prob_395_if_accept.
In[]:
prob395?ifreject = None
prob395?ifaccept = None
??#YOUR CODE HERE
raise NotImplementedError()
image text in transcribed

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

Database And Expert Systems Applications Dexa 2023 Workshops 34th International Conference Dexa 2023 Penang Malaysia August 28 30 2023 Proceedings

Authors: Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil ,Bernhard Moser ,Atif Mashkoor ,Johannes Sametinger ,Maqbool Khan

1st Edition

303139688X, 978-3031396885

More Books

Students also viewed these Databases questions

Question

How does selection differ from recruitment ?

Answered: 1 week ago

Question

Stages of a Relationship?

Answered: 1 week ago