Need to delete outliers by seeing the plot

2 vues (au cours des 30 derniers jours)
Abdur Rahman
Abdur Rahman le 24 Sep 2021
Commenté : Abdur Rahman le 24 Sep 2021
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

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by