Like the title "Making a decision", I am standing for a problem. I've calculated two probabilities.
$$P(\text{Match}) = 0.24$$
$$P(¬\text{Match}) = 0.76$$
Now I've to make a decision.
Does anybody know how I can do this with mathematics? I've heard about utility functions or likelihood functions. But I don't know how to start.
Edit It's part of an artificial intelligence system. For example: I have a couple of sensors. They measure the enviroment about an object like a toy car with a trailer.
Match stands that the trailer is loaded.
¬Match stands that the trailer is not loaded.
The decision iam thinking of would tell me, 0.76 is enough to say that the trailer is loaded and the toy car can pass. Otherwise no pass. So I'm locking for an equation or a construct with a defined threshold to make this decision. Sorry if I can't describe it better, but english is not my native language
Greetings Jason
I think i have more problems with my "linguistic accuracy" :)
Thx Rick Decker for your answer. But I see that I must be a little closer. Another Example:
I am a customs officer patroling on a ship the sea border of England. I want to know if a ship is doing a bootleg or not. A couple of sensors giving me informations about incoming ships that want to land on the English Island. Lets call one ship "Bermuda".
The ship "Bermuda" has (through calculations) the probability to bootleg of 0.76 the complementary (not to bootleg) is 0.24
Now I want to make a decision. Can I trust the calculation with a probability of 0.76 (e.g. is the probability of 0.76 enough to trust my sensors so I stop them) or do I have to let them pass?
So I'm looking for a model or math construct that helps me with my decision. I was told to do this with utility function or likelihood. But I'm new to this field of mathmatics.
I hope this is a little bit more precisely.