I have data as $t=[0, 1 ,2 ,3,4,5,6]$ and $X(t)=[395000,500000,400000,300000,300000,250000,300000]$ and I am fitting to these data assuming $X(t)$~Poisson$X_0e^{-\theta t}$ to estimate the parameter value of $\theta$. Using the maximum likelihood method the estimate of $\theta$ was found.
Now I want to compute a confidence interval (CI) around $\hat \theta$.
1) I tried using the methods in here, but according to that post $\lambda=X_0e^{-\theta t}$ how can I estimate CI as the $\lambda$ value varies with time.
Since I don't have a large sample, I thought of using the chi square approach linked in that post in here but it is only for a single sample.
I don't understand how that could be used with my data where the Poisson parameter varies with time.
2) I also saw that there is a method called profile-likelihood based confidence intervals. I do not know about them so read what was given here. What I thought it meant was, first find the log-likelihood value $(L(\theta))$ at the maximum likelihood estimate $\hat \theta$ and then find $(\beta_1,\beta_2)$ such that it would be $L(\beta_1)=L(\hat \theta)-1.92$ and $L(\beta_2)=L(\hat \theta)+1.92$ where 1.92 comes from $χ^2 (0.05,1)/2 = 1.92$.
However, I don't think what I have understood is correct, as there cannot be $L(\hat \theta)+1.92$ as $L(\hat \theta)$ is the maximum.
Also, based on what is this $χ^2 (0.05,1)$ 1 degree of freedom used?
Can someone please help me understanding these and to find a way to estimate the confidence interval for $\hat \theta$