Statistical Decision Theory
Statistical decision theory is a general framework that models every statistical task as a decision-making problem, including Estimation, Hypothesis Testing, Regression, and Prediction.
Given a Statistical Model and observe , we want to find a statistical procedure
where is called the action/decision space.
The question asked is
Which procedure is (approximately) optimal?
Examples
-
Point Estimation: , and aims to recover the true parameter .
-
Confidence Interval: , and aims to contain the true parameter with high probability, i.e., .
-
Prediction: which is a function class, and aims to make a good prediction about the outcome given a new data point , i.e., .
-
Hypothesis Testing: , and if we reject the null hypothesis given observation , i.e., .
-
❗️ As we can see, the definition of a statistical procedure coincides with the definition of a Statistic if is a Measure space. Especially, for an Estimation task with a measure space as the action space, we usually use estimator, statistic, and procedure interchangeably.