This represents that estimating a value larger than the true estimate is preferable to estimating a value below.
This function emphasizes an estimate closer to 0 or 1 since if the true value θ is near 0 or 1, the loss will be very large unless θ^ is similarly close to 0 or 1.
This function is bounded between 0 and 1 and reflects that the user is indifferent to sufficiently-far-away estimates. It is similar to the zero-one loss above, but not quite as penalizing to estimates that are close to the true parameter.
- If using the mean-squared loss, the Bayes action is the mean the posterior distribution
- Whereas the median of the posterior distribution minimizes the expected absolute-loss.
- In fact, it is possible to show that the MAP estimate is the solution to using a loss function that shrinks to the zero-one loss.
For a specific trading signal, call it
where $\epsilon \sim \text{Normal}(0, 1/\tau_i) $ and
according to the loss given above. This