
Explanation:
Correct Answer: C - Utiliza a probabilidade de um evento a partir do conhecimento a priori.
Why this is correct:
Bayes' Rule (or Bayes' Theorem) is a fundamental concept in probability theory that describes how to update the probability of a hypothesis based on new evidence. It specifically uses:
The formula is: P(A|B) = [P(B|A) × P(A)] / P(B) Where:
Why other options are incorrect:
A) Incorrect - While Bayes' Rule involves probability, it's not specifically about "probabilistic search" but about updating probabilities based on evidence.
B) Incorrect - Bayes' Rule is not a logical-inductive rule; it's a mathematical theorem in probability theory.
D) Incorrect - Bayes' Rule specifically deals with how events ARE related through conditional probabilities, not how they should NOT be related.
E) Incorrect - Bayes' Rule doesn't describe "precision of events" or measure "proportion of results" in the way described. It's about updating probabilities based on evidence.
Key Takeaway: Bayes' Rule is essential in data science, machine learning, and statistics for updating beliefs based on new data, making option C the most accurate description.
Ultimate access to all questions.
No comments yet.
QUESTÃO 69 – Sobre a regra de Bayes, é correto afirmar que:
A
Trata-se de uma ampliação do conceito de busca probabilística.
B
Refere-se a uma regra lógico-indutiva.
C
Utiliza a probabilidade de um evento a partir do conhecimento a priori.
D
Associa-se à probabilidade de que não deve estar relacionada ao evento.
E
Descreve a precisão de eventos medindo a proporção dos resultados.