<?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 JMP Time Series Outlier Analysis in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327626#M57684</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if JMP has time series outlier analysis. I have a set of data for failures vs. time and like to identify&amp;nbsp; the outlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:23:48 GMT</pubDate>
    <dc:creator>AT</dc:creator>
    <dc:date>2023-06-09T00:23:48Z</dc:date>
    <item>
      <title>JMP Time Series Outlier Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327626#M57684</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering if JMP has time series outlier analysis. I have a set of data for failures vs. time and like to identify&amp;nbsp; the outlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:23:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327626#M57684</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2023-06-09T00:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Time Series Outlier Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327688#M57688</link>
      <description>Hi Adam,&lt;BR /&gt;I'd recommend the following and let me know if it works for you.&lt;BR /&gt;Use the Principal Components platform and input your failure and time variables as the Y variables (both need to be numeric continuous).&lt;BR /&gt;From the PCA report menu, select Outlier Analysis.  The T² plot shown will give you the distance to the multivariate mean accounting for the structure of the failures vs time data.  Points with high T² values should likely be the outliers (above the UCL line).&lt;BR /&gt;Hope this helps!&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 28 Oct 2020 22:18:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327688#M57688</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2020-10-28T22:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Time Series Outlier Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327711#M57691</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;Thanks so much for your quick response and solution. I followed your suggestion and I can get the outliers.&lt;/P&gt;&lt;P&gt;What is the advantage of PCA outlier detection vs. doing IQR analysis? IQR also finds the same outlier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I do PCA outside of JMP, how do I find the outliers?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 00:07:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327711#M57691</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2020-10-29T00:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Time Series Outlier Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327737#M57696</link>
      <description>&lt;P&gt;Hi Adam,&lt;BR /&gt;The PCA will account for the covariance along the principal component axes where the IQR does not. Basically it's the difference between identifying outliers in a multivariate space (where one dimension is time) vs a univariate space. &lt;BR /&gt;&lt;BR /&gt;Just to note: the PCA method may not be effective if there is a lot of non-linear behavior in your time series. Another way which will be more flexible is fit a split model using Fit Y by X (or Graph Builder). From the Fit Y by X Bivariate menu, select Flexible &amp;gt; Kernel Smoother. Choose a smoothness you prefer, then from the red triangle next to the Local Smoother in the legend, select save residuals. You can then apply a data filter on those residuals to filter outliers with a more flexible model than using principal components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards and stay safe,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 02:10:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327737#M57696</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2020-10-29T02:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Time Series Outlier Analysis</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327918#M57720</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for providing the explanation for using PCA vs IQR and also pointing the importance of nonlinearity. I tried your suggestion for kernel smoother and got the residual and then it used outlier analysis on residuals and got the outlier point.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your help and suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 16:25:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Time-Series-Outlier-Analysis/m-p/327918#M57720</guid>
      <dc:creator>AT</dc:creator>
      <dc:date>2020-10-29T16:25:02Z</dc:date>
    </item>
  </channel>
</rss>

