/
concept-collection
/
jupyterlite-numbl-kernel
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
jupyterlite-numbl-kernel
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
9ff4e5b
Branches
main
jupyterlite-numbl-kernel
/
demo
/
content
/
toolbox
/
robust_center.m
4 lines · 135 B
Copy
Copied
Blame
History
Raw
1
function m = robust_center(v)
2
% Public entry point; delegates to a helper kept
in
toolbox/private.
3
m = trimmed_mean(v,
1
);
4
end
↑
↓
move
↵
open
esc
close