Machine learning/Statistics Fundamentals

From testwiki
Jump to navigation Jump to search

Point estimation is the process of calculating a statistic from a sample dataset.

  • A point estimator is any function for a sample.
  • Therefore, any statistic is a point estimator

Methods of finding point estimations

  • Method of Moments
  • Maximum Likelihood Estimators
  • Bayes Estimators
  • Maximum a posteriori estimator

Bayes Estimators

Using the Bayesian ruleP(θ|D)=P(D|θ)P(θ)P(D)=P(D|θ)P(θ)P(D|θ)P(θ)dθWhere D=(X1,X2,,Xn) is the sample dataset.

P(D|θ)=i=1nP(Xi|θ)