<?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 Re: PCA Model Validation Techniques in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47218#M26917</link>
    <description>&lt;P&gt;Another thought wrt to PCA validation is to create a validation column ala JMP Pro's "Make Validation Column" capability. Here's the link to the JMP online documentation describing this utility:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/13-2/Make_Validation_Column_Utility.shtml#" target="_blank"&gt;http://www.jmp.com/support/help/13-2/Make_Validation_Column_Utility.shtml#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not running JMP Pro, you can create one by using the workflow shown by my colleague &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;in this video:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=M5_mECc4NAg" target="_blank"&gt;https://www.youtube.com/watch?v=M5_mECc4NAg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use the validation column as a By variable. Then you can compare the various PCA visualizations and statistics for reasonableness and such.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2017 14:53:29 GMT</pubDate>
    <dc:creator>Peter_Bartell</dc:creator>
    <dc:date>2017-11-14T14:53:29Z</dc:date>
    <item>
      <title>PCA Model Validation Techniques</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/46808#M26666</link>
      <description>&lt;P&gt;PCA can be used&amp;nbsp;to build a model that describes a set of observations. Using the multivariate platform it is possible to perform jacknife and T2 outlier analysis to check if any of the observations are extreme relative to the multivariate mean.&lt;/P&gt;&lt;P&gt;In what situation might a weights column be used to build the model?&lt;/P&gt;&lt;P&gt;If you use a PCA model how do you maintain it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have a new observation(s), I can apply the saved principle components &amp;amp; T2 to assess if it is consistent with my model or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are there any methods in JMP to assess how robust&amp;nbsp;the PCA model is? I was thinking for example of creating a script which deletes 10 % of cell values at random from each column&amp;nbsp;and then uses impute missing to recover them from the covariance matrix. By repeating this many times and comparing the eigenvalue table and the imputed versus actual could give useful infomation about the model robustness.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2017 09:53:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/46808#M26666</guid>
      <dc:creator>stephen_pearson</dc:creator>
      <dc:date>2017-11-06T09:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: PCA Model Validation Techniques</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47190#M26895</link>
      <description>&lt;P&gt;I like where you're going with this idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, Weight and Frequency, I'm pretty sure they do the same thing in Principal components. Weigh can use fractions where frequency uses integers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like a lot of the functionality you're thinking of is pretty easy to script.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/Tiretread.jmp" );
obj = dt&amp;lt;&amp;lt;Multivariate(
	Y( :ABRASION, :MODULUS, :ELONG, :HARDNESS ),
	Estimation Method( "Robust" )
);
obj &amp;lt;&amp;lt; T Square( 1 , "Save T Square");
obj&amp;lt;&amp;lt;Close Window;


r=dt &amp;lt;&amp;lt; Select Where( :name("T Square") &amp;gt;= Col Quantile( :name("T Square"), 0.9 )  );
r&amp;lt;&amp;lt;exclude;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:48:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47190#M26895</guid>
      <dc:creator>Byron_JMP</dc:creator>
      <dc:date>2017-11-13T21:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: PCA Model Validation Techniques</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47213#M26912</link>
      <description>&lt;P&gt;DModX might be another option for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="From the Multivariate Methods book in Help" style="width: 846px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/8325i2B0597ACE656FCA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="From the Multivariate Methods book in Help" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;From the Multivariate Methods book in Help&lt;/span&gt;&lt;/span&gt;Save the DModX formula to your data table as you would other formula columns.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 13:22:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47213#M26912</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2017-11-14T13:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: PCA Model Validation Techniques</title>
      <link>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47218#M26917</link>
      <description>&lt;P&gt;Another thought wrt to PCA validation is to create a validation column ala JMP Pro's "Make Validation Column" capability. Here's the link to the JMP online documentation describing this utility:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jmp.com/support/help/13-2/Make_Validation_Column_Utility.shtml#" target="_blank"&gt;http://www.jmp.com/support/help/13-2/Make_Validation_Column_Utility.shtml#&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're not running JMP Pro, you can create one by using the workflow shown by my colleague &lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2026"&gt;@jules&lt;/a&gt;&amp;nbsp;in this video:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=M5_mECc4NAg" target="_blank"&gt;https://www.youtube.com/watch?v=M5_mECc4NAg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then use the validation column as a By variable. Then you can compare the various PCA visualizations and statistics for reasonableness and such.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2017 14:53:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/PCA-Model-Validation-Techniques/m-p/47218#M26917</guid>
      <dc:creator>Peter_Bartell</dc:creator>
      <dc:date>2017-11-14T14:53:29Z</dc:date>
    </item>
  </channel>
</rss>

