MATLAB POLYSPACE RELEASE NOTES Manuel d'utilisateur Page 187

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 240
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 186
Visualizing Data
The strength of the linear relationship among the variables in the 3-D scatter
is measured by computing eigenvalues of the covariance matrix with the
MATLAB
eig function:
vars = eig(cov([c1 c2 c3]))
vars =
1.0e+003 *
0.0442
0.1118
6.8300
explained = max(vars)/sum(vars)
explained =
0.9777
The eigenva lues are the varia n ces along the principal components of the data.
The variable
explained measure s the proportion of variation “exp lained” by
5-17
Vue de la page 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 239 240

Commentaires sur ces manuels

Pas de commentaire