Revision as of 21:25, 25 May 2023 by Admin (Created page with "Consider the following statements: <ul style="list-style-type:upper-roman"> <li>Principal Component Analysis (PCA) provide low-dimensional linear surfaces that are closest to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
May 25'23

Exercise

Consider the following statements:

  • Principal Component Analysis (PCA) provide low-dimensional linear surfaces that are closest to the observations.
  • The first principal component is the line in p-dimensional space that is closest to the observations.
  • PCA finds a low dimension representation of a dataset that contains as much variation as possible.
  • PCA serves as a tool for data visualization.

Determine which of the statements are correct.

  • Statements I, II, and III only
  • Statements I, II, and IV only
  • Statements I, III, and IV only
  • Statements II, III, and IV only
  • Statements I, II, III, and IV are all correct

Copyright 2023. The Society of Actuaries, Schaumburg, Illinois. Reproduced with permission.

May 26'23

Key: E

Statement I is correct – Principal components provide low-dimensional linear surfaces that are closest to the observations.

Statement II is correct – The first principal component is the line in p-dimensional space that is closest to the observations.

Statement III is correct – PCA finds a low dimension representation of a dataset that contains as much variation as possible.

Statement IV is correct – PCA serves as a tool for data visualization.

Copyright 2023. The Society of Actuaries, Schaumburg, Illinois. Reproduced with permission.

00