I have the following equation for relative change (RC):
RC = (P1 - P2)/P2 * 100
Here, P1 and P2 are both ratios. For example, P1 = A1/n1 and P2 = A2/n2, where n1 and n2 are the sample sizes of both P1 and P2, respectively.
How can I estimate the confidence interval for this using the delta method?
I have seen the following posts:
[1] Calculating standard deviation associated with percentage change
[2] Can we say delta% is significant if delta is significant?
But these two only applied the delta method for sample means.
Update:
Thanks @whuber for the comment/suggestion:
A1 and A2 are counts of extremes days. That is, the total number of days with rainfall amounts above the 90th percentile. They are from two independent samples. In our data set, A2 is always > 0. We did not find cases when this is 0.
I'll appreciate any help on this.