212k views
0 votes
How to assess confidence in trees and nodes on a tree (understand idea behind bootstrapping & posterior probability)

User Makeda
by
8.4k points

1 Answer

1 vote

Final answer:

To assess confidence in trees and nodes on a tree and understand the idea behind bootstrapping and posterior probability, you can perform bootstrapping by resampling the data and constructing multiple trees. The proportion of times a particular node appears in the trees can indicate the confidence in that node. In Bayesian statistics, posterior probability is the probability of a hypothesis given the observed data and prior knowledge. To assess confidence in a node on a tree, you can use posterior probability by assigning probabilities to different tree configurations based on the observed data and prior knowledge.

Step-by-step explanation:

To assess confidence in trees and nodes on a tree and understand the idea behind bootstrapping and posterior probability, you can follow these steps:

  1. Bootstrapping: Bootstrapping is a resampling technique used to estimate the uncertainty associated with a given estimate. To assess confidence in a tree, you can perform bootstrapping by resampling the data and constructing multiple trees. The proportion of times a particular node appears in the trees can indicate the confidence in that node.
  2. Posterior Probability: In Bayesian statistics, posterior probability is the probability of a hypothesis given the observed data and prior knowledge. To assess confidence in a node on a tree, you can use posterior probability. This involves assigning probabilities to different tree configurations based on the observed data and prior knowledge. The higher the posterior probability of a node, the more confident we are in its presence or absence in the tree.

User Hamagust
by
8.2k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.