Geothmetic Meandian

Version 1.0.0 (1,56 KB) von Bramvg
Calculates the Geothmetic Meandian as defined by xkcd.com/2435
14 Downloads
Aktualisiert 12 Mär 2021

Lizenz anzeigen

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)

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2021a
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Tags Tags hinzufügen

Community Treasure Hunt

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

Start Hunting!
Version Veröffentlicht Versionshinweise
1.0.0