logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Jon CulshawwComputer science
(5/5)

610 Answers

Hire Me
expert
Aaysha SnehwalNursing
(5/5)

914 Answers

Hire Me
expert
Charu SinghalStatistics
(/5)

940 Answers

Hire Me
expert
Clifton KariukiComputer science
(/5)

855 Answers

Hire Me
Others
(5/5)

Define your false positive and false negative errors in a similar way they are used in a medical diagnosis case.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

You are called to serve in a jury for a criminal case. The defendant is either actually ‘guilty’ or ‘not guilty’ (actual class). Your vote is also either ‘guilty’ or ‘not guilty’ (predicted class). Obviously, there are two types of decision errors in this problem. Draw your confusion matrix for this problem. Define your false positive and false negative errors in a similar way they are used in a medical diagnosis case. What cost weights will you assign to these two types of errors? Scale the two weights so that they add up to 1. Explain your rationale.

Taking medical diagnosis as an example, if you believe the cost of misclassifying a positive test result as negative (false negative, FN) is larger than the cost of misclassifying a negative result as positive (false positive, FP), you assign a larger cost weight to FN (say, 0.75) than to FP (say, 0.25). Your confusion matrix with costs assigned will be:

 

Predicted   Positive

Predicted   Negative

Actual   Positive

TP

FN, cost(FN)   = 0.75

Actual   Negative

FP, cost(FP)   = 0.25

TN

 Now for the criminal case, your confusion matrix will look like the following. Please replace? and ?? with your assigned cost weights such that the two cost weights add up to one. Explain your rationale for the assigned cost weights. (Use a plain text format to sketch your confusion matrix table. It is good enough as long as we can understand.)

 

 

Vote ‘guilty’

Vote ‘not guilty’

Actual ‘guilty’

 

cost   =?

Actual ‘not guilty’

cost   = ?

 

 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme