MATLAB SYSTEM IDENTIFICATION TOOLBOX 7 Guide de l'utilisateur Page 115

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 531
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 114
Handling Missing Data and Outliers
% Plot the data in a MATL AB Figure window
plot(data)
% Create multiexperiment data set
% by merging data segments
datam = merge(data(1:340),...
data(500:897),...
data(1001:1200),...
data(1550:2000));
% Model the multiexperiment d ata set
% using "experiments" 1, 2, and 4
m =pem(getexp(d ata m,[1,2,4]))
% Validate the model by comparing its output to
% the output data of experiment 3
compare(getexp(datam,3),m)
See Also
To learn more about the theory of handling missing data and outliers, see the
chapter on preprocessing data in System Identication: Theory for the User,
Second Edition, by Lennart Ljung, Prentice Hall PTR, 1999.
1-93
Vue de la page 114
1 2 ... 110 111 112 113 114 115 116 117 118 119 120 ... 530 531

Commentaires sur ces manuels

Pas de commentaire