Need to delete outliers by seeing the plot

2 views (last 30 days)
I have done PCR and after fitting the model, I have got there have a lot of outliers and now I need to remove that without using rmoutliers() as its remove some important data. I need the data matrix where observed response is > -4

Accepted Answer

the cyclist
the cyclist on 24 Sep 2021
data = data(data>-4);

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!