rmoutliers function on quartiles method?
Show older comments
Hi everybody.. I wrote the following code:
%%% SECOND CLEANING by QUARTILES
%
cleanDatac2 = rmoutliers(cleanData(:,[1 3 5]), "quartiles"); % QUARTILES
size of cleanData is 709847
size of cleanDatac2 is 576736
So I lost
% 709847-576736 = 133111 elements.
is there a way so that I can remove a lower number of elements?
It seems in this way the functions is removing more than what I need.
1 Comment
Rik
on 24 Jan 2024
Email message:
%{
Hi!
Thanks for reading.
I'm an italian student in MSc TLC Engineering and I am struggling with my Matlab code (rmoutliers function) for removal of outliers by quartiles since I am not getting the right graph.
I have the photo of the graph I should get but I am not able to get it by my data.
May someone help me?
Thanks in advance.
I would exchange also my knowledges if someone would need ..
Hope to hear about you soon!
I'm really struggling for many days for this problem!
Thanks very much in advance
%}
Since you accepted the answer below, I'm presuming your question is solved. If not, have a read here and here. It will greatly improve your chances of getting an answer. It is fine to send people a link asking them to have a look at a specific thread, but direct contact out of the blue via email is generally not welcome.
Accepted Answer
More Answers (0)
Categories
Find more on Variables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!