MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika Strona 187

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 240
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 186
1 2 ... 182 183 184 185 186 187 188 189 190 191 192 ... 239 240

Komentarze do niniejszej Instrukcji

Brak uwag