Questions tagged [geometric-mean]

A measure of central tendency that represents the typical value of a set of numbers when those numbers are thought of as multiplicative in nature.

The geometric mean for a series of n numbers is the n-th root of their product. It is commonly used when the product of a set of numbers provides a better indication of its typical value than does the sum.

For example, a natural application of the geometric mean is calculating the average rate of return over several years of varied annual rates of return.

The geometric mean of a strictly positive random variable $X$ is $$ \text{GM}(X)=\exp\left(\mathbb{E}[\log(X)]\right). $$ For a discrete variable $X$ you can write the geometric mean as $\prod_i x_i^{p_i}$ where $p_i={p(X=x_i)}$. (Source)

83 questions
5
votes
3 answers

combining a random variable and its inverse

I am measuring two scientific entities, X and Y using empiric measurements. Each has its own mean and sample variance based on Nx and Ny sample measurements. I know from the underlying science that X is 1/Y (e.g. one variable is the inverse of the…
jobxyz1
  • 51
  • 1
3
votes
2 answers

Arithmetic mean from geometric mean

For the data set the geometric mean is 10 then arithmetic mean will be? I tried hard to calculate the arithmetic mean from geometric mean which is given as 10 but unable to find it.
3
votes
2 answers

dealing with zeroes while using geometric mean

In case of creating an index using standardised variables(between 0 and 1), how do we deal with the zeroes(while using Geometric mean for aggregation)? it could be the case that only one indicator is zero while other indicators are high? Anyone has…
Brovi
  • 31
1
vote
0 answers

Geometric mean vs geometric mean rate of return

Consider the rate of return for an investment in year 2000 increased by 105% and in 2001 it increased to 42%. what is the average rate of return in 2000-01. I'm confused as to which formula to use (1) Simple GM: (1.05*.42)^0.5= 0.66= 66% or (2)…
Harry
  • 1,387
0
votes
1 answer

Geometric mean: Why root instead of divide?

I use the geometric mean to create standardized ranking between several disparate variables, so I can compare different variables combination: the higher the GM, the higher all the variables will be. Example: Geometric Mean = 3√(10 × 51,2 × 8) =…