Small area estimation are related group of techniques in the estimation of parameters associated with a sub-population. For example, suppose I have sub-populations $S_1, \cdots, S_n$ with total population $S = S_1 \cup \cdots \cup S_n$.
For sake of simplicity, let's say I want to measure the proportion of people who like cats, and say through whatever small-area estimation techniques I use, I estimate $p_1, \cdots, p_n$, and therefore the overall proportion is \begin{align*} \widehat{p} = \frac{\sum_{i=1}^{n}p_i |S_i|}{\sum_{i=1}^{n}|S_i|} \end{align*} where $|\cdot|$ is cardinality. However, from an external validation study, I know the truth is actually $p^*$ (we can assume this is the truth), and therefore I expect the aggregation over the small area estimates to match closely to the truth. What's the best way to adjust my small area estimates?