Biological samples are taken weekly, and their values are averaged each month using the geometric mean. Monthly geometric means for several years of data are thus available.
I want to compute the "average" value for each month of the year over a 5-year period. How should I average the 5 geometric means for, say, the month of July - with an arithmetic mean or with a geometric mean?
Ultimately, I want to plot a curve that best captures the average or typical change in sample values over the course of the year, based on 5 years of monthly geometric means. Thanks for your help.
You average geometric means with a geometric average - in this case the July mean is the fifth root of the product of the five annual July geometric means.
Edit in response to @lulu 's comment on the original question. The samples are analyzed weekly and you want to calculate monthly averages. July sometimes has four weekly analyses and sometimes five. If you have the annual monthly averages but not the weekly data you should compute a weighted geometric mean of the monthly means, with weights determined by looking at the calendar to identify the years when July had five weeks. @heropup 's answer provides the details.
Even doing that won't deal with the fact that week and month boundaries aren't aligned, which will skew monthly averages.
I hope all you need is the approximate seasonal trend, not more precision than the data can provide.