I tried to calculate the geometric mean with float numbers for six  
raster maps, but the result was a map with only one value: 1.0.
I used the formula: (A*B*C*D*E*F) ^ (1/6),  and also: pow
((A*B*C*D*E*F), (1/6))   but I get always the same result: 1.0.
Could somebody help me?

Thank you 
Valentina

-- 
View this message in context: 
http://www.nabble.com/geometric-mean-with-r.mapcalc-tp17894651p17894651.html
Sent from the Grass - Users mailing list archive at Nabble.com.

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to