This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathharmonicMean.xml
More file actions
53 lines (53 loc) · 2.45 KB
/
Copy pathharmonicMean.xml
File metadata and controls
53 lines (53 loc) · 2.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<doc>
<legacy_id>0</legacy_id>
<name>harmonicMean</name>
<type>function</type>
<syntax>
<example>harmonicMean(<i>numbersList</i>)</example>
</syntax>
<library></library>
<objects>
</objects>
<synonyms>
</synonyms>
<classification>
<category>Math, Logic, & Dates</category>
</classification>
<references>
<function tag="max">max Function</function>
<function tag="min">min Function</function>
<function tag="standardDeviation">standardDeviation Function</function>
<function tag="variance">variance Function</function>
<function tag="average">average Function</function>
<function tag="geometricMean">geometricMean Function</function>
<function tag="median">median Function</function>
<function tag="statRound">statRound Function</function>
<function tag="round">round Function</function>
</references>
<history>
<introduced version="6.1">Added.</introduced>
</history>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<summary><glossary tag="return">Returns</glossary> the harmonic mean of a list of numbers.</summary>
<examples>
<example>harmonicMean(4,36,45,50,75) <code><i>-- returns 15</i></code></example>
<example>put harmonicMean(importedList) into field "Harmonic Mean"</example>
</examples>
<description>
<p>Use the <b>harmonicMean</b> <control_st tag="function">function</control_st> to find the <function tag="value">value</function> that best represents a group of <glossary tag="value">values</glossary> for sets of numbers which are defined in relation to some unit.</p><p/><p><b>Parameters:</b></p><p>The <i>numbersList</i> is a comma-separated list of numbers, or an <glossary tag="expression">expression</glossary> that <glossary tag="evaluate">evaluates</glossary> to such a list, or an <glossary tag="array">array</glossary> containing only numbers.</p><p/><p><b>Value:</b></p><p>The <b>harmonicMean</b> function <glossary tag="return">returns</glossary> a number.</p><p/><p><b>Comments:</b></p><p>The <b>harmonicMean</b> <control_st tag="function">function</control_st> was added in version 6.1 to complement the <b>average</b> <control_st tag="function">function</control_st>.</p><p/><p>If the <i>numbersList</i> is empty, the <b>harmonicMean</b> <control_st tag="function">function</control_st> returns zero.</p>
</description>
</doc>