geometricMean | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the geometric mean of a list of numbers. | ||||||
Introduced | 6.1 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Control Structure: function Glossary: return, value, math operation Function: min, statRound, round, harmonicMean, variance, average, value, max, median, standardDeviation | ||||||
Description | Use the geometricMean function to find the value that best represents a group of values for sets of positive numbers that are interpreted according to their product and not their sum. The geometricMean function was added in version 6.1 to complement the average function. If the numbersList is empty, the geometricMean function returns zero. If a math operation on finite inputs produces a non-finite output, an execution error is thrown. See math operations for more information. | ||||||
Tags | math |