/ concept-collection / jupyterlite-numbl-kernel
Sign in
concept-collection / jupyterlite-numbl-kernel
jupyterlite-numbl-kernel / demo / content / toolbox / robust_center.m
4 lines · 135 BBlameHistoryRaw
1function m = robust_center(v)
2 % Public entry point; delegates to a helper kept in toolbox/private.
3 m = trimmed_mean(v, 1);
4end
moveopenescclose