BayesianInference.md (301B)
1 # Bayesian Inference 2 3 Stats D5 4 5 **Definition:** Bayesian inference is the principal that p(something) can often be described based on prior inferences that may make p(something) more or less likely thus factoring them into the probability. 6 7 This is basically using state to update probability values.