Skip to content

Commit

Permalink
tm --> Trimmed Mean
Browse files Browse the repository at this point in the history
  • Loading branch information
CPernet committed Feb 23, 2016
1 parent c9f5ec6 commit 7cd4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion limo_central_estimator.m
Expand Up @@ -30,7 +30,7 @@
prob_coverage = 0.95;
elseif nargin == 1
prob_coverage = 0.95;
estimator = 'tm';
estimator = 'Trimmed mean';
end

% compute the estimator
Expand Down

0 comments on commit 7cd4344

Please sign in to comment.