rmoutliers function on quartiles method?
Ältere Kommentare anzeigen
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 Kommentar
Rik
am 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.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Noncentral t Distribution finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!