Geothmetic Meandian

Version 1.0.0 (1.56 KB) by Bramvg
Calculates the Geothmetic Meandian as defined by xkcd.com/2435
14 Downloads
Updated Fri, 12 Mar 2021 16:30:25 +0000

View License

Calculates the Geothmetic Meandian as defined by xkcd.com/2435

M = geothmetic_meandian(X)
M = geothmetic_meandian(X, dim)

M is given by computating 3 parameters: mean(X), geomean(abs(X)) and
median(X), and iterating the computation until the 3 parameters converge.
The parameters are considered converged if their range < 1e-10 * range(X).
The final M is the mean of the converged parameters.

input:
X: input array
dim: dimension on which calculations are applied (default = first non-singleton dimension)

Cite As

Bramvg (2024). Geothmetic Meandian (https://www.mathworks.com/matlabcentral/fileexchange/88763-geothmetic-meandian), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0