<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Principle Components Analysis clarification needed in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132827#M6920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose my data have two variables A and B. &lt;STRONG&gt;Total_Variance_Original_Data = Var(A) + Var(B) + 2Cov(A,B)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I do Principle Components Analysis and get two new variables, say PC_1 and PC_2, with eigenvalues &lt;EM&gt;λ_&lt;/EM&gt;1, and &lt;EM&gt;λ_2&lt;/EM&gt;; &lt;STRONG&gt;Total_Variance_PCA_Explained = &lt;EM&gt;λ_&lt;/EM&gt;1 +&amp;nbsp; &lt;EM&gt;λ_2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is: are theses two variances equal to each other, &lt;STRONG&gt;Total_Variance_Original_Data = &lt;/STRONG&gt;&lt;STRONG&gt;Total_Variance_PCA_Explained ?&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 20:28:46 GMT</pubDate>
    <dc:creator>doudou66</dc:creator>
    <dc:date>2012-06-05T20:28:46Z</dc:date>
    <item>
      <title>Principle Components Analysis clarification needed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132827#M6920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose my data have two variables A and B. &lt;STRONG&gt;Total_Variance_Original_Data = Var(A) + Var(B) + 2Cov(A,B)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I do Principle Components Analysis and get two new variables, say PC_1 and PC_2, with eigenvalues &lt;EM&gt;λ_&lt;/EM&gt;1, and &lt;EM&gt;λ_2&lt;/EM&gt;; &lt;STRONG&gt;Total_Variance_PCA_Explained = &lt;EM&gt;λ_&lt;/EM&gt;1 +&amp;nbsp; &lt;EM&gt;λ_2&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is: are theses two variances equal to each other, &lt;STRONG&gt;Total_Variance_Original_Data = &lt;/STRONG&gt;&lt;STRONG&gt;Total_Variance_PCA_Explained ?&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:28:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132827#M6920</guid>
      <dc:creator>doudou66</dc:creator>
      <dc:date>2012-06-05T20:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Principle Components Analysis clarification needed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132828#M6921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, if you do the analysis on the covariance matrix, that is, with the COV option (it is not the default option in PRINCOMP). You should analyse the covariance matrix only when your variables are roughly on the same scale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:43:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132828#M6921</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-06-05T20:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Principle Components Analysis clarification needed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132829#M6922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for helping me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If variables are not on the same scale (say, variable A is ~1000, and variable B is ~1), should I do normalization on each original variable (i.e. &lt;STRONG&gt;(original_variable - mean)/standard_deviation&lt;/STRONG&gt; ) before doing PCA? or is there any other method?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 20:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132829#M6922</guid>
      <dc:creator>doudou66</dc:creator>
      <dc:date>2012-06-05T20:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Principle Components Analysis clarification needed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132830#M6923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly! PRINCOMP without the COV option does that normalization for you. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:02:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132830#M6923</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-06-05T21:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Principle Components Analysis clarification needed</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132831#M6924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 21:03:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Principle-Components-Analysis-clarification-needed/m-p/132831#M6924</guid>
      <dc:creator>doudou66</dc:creator>
      <dc:date>2012-06-05T21:03:38Z</dc:date>
    </item>
  </channel>
</rss>

