I have some data on frog weights for a small sample ($n \approx 30$). I need to compare the mean frog weight from this sample $\mu_s$ to the mean of another, much larger sample of frog weights $\mu_r$ (since it comes from a $r$eference distribution).
I know everything about my sample: I have all the data points and I can compute any statistics. However, I do not have any specific data for the reference distribution other than the mean, the sample size, and the relative standard error.
What is the proper test or general method to to determine if $\mu_s$ is statistically different from $\mu_r$?
I should also note there may be a better way to approach this altogether -- I am open to suggestions!