I am currently working through an example of a smoothing technique for information. I have finished applying the technique to my data and now want to figure out the probability of the item after it’s been smoothed. I have the computed values of $H$ but am stuck at how to compute $P$ in the equation:
$$H = - P \log_2 P.$$
For one item it has a smoothed information score of $.00324$ bits and by trial and error I have figured out the $P$, where $0<P<1$, should be $.000274$ as $-(.000274)(-11.834) = .00324$ but I haven’t been able to figure out an exact solution. I am not sure if I need use a numerical approximation for this problem or not. Any help would be appreciated as it’s been awhile since I have done any work in information theory.