Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Calculate the geothmetic meandian of a list of numbers
ResourceFunction["GeothmeticMeandian"][x1,x2,…] gives the geothmetic meandian of the xi. | |
ResourceFunction["GeothmeticMeandian"][list] gives the geothmetic meandian of the elements in list. |
Compute the geothmetic meandian of some numbers:
In[1]:= |
|
Out[1]= |
|
The input can be given as multiple arguments:
In[2]:= |
|
Out[2]= |
|
The input can also be given as a list:
In[3]:= |
|
Out[3]= |
|
The input can also contain complex numbers:
In[4]:= |
|
Out[4]= |
|
Due to the GeometricMean operation, negative numbers can result in complex answers:
In[5]:= |
|
Out[5]= |
|
Sometimes a real result is returned:
In[6]:= |
|
Out[6]= |
|
Symbolic values are not allowed and will be left unevaluated:
In[7]:= |
|
Out[7]= |
|
Find the distribution of the geothmetic meandian of 100 random variates of a normal distribution:
In[8]:= |
|
Out[8]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License