<?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: Identifying multiple Peaks in different batches in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762441#M94167</link>
    <description>&lt;P&gt;This is one possible formula option (:B is group column)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New column("Peak", Numeric, Nominal, Formula(
	prev_val = Col Moving Average(:Length, 1, 1, 0, :B) * 2 - :Length;
	next_val = Col Moving Average(:Length, 1, 0, 1, :B) * 2 - :Length;
	
	:Length - prev_val &amp;gt; 0 &amp;amp; :Length - next_val &amp;gt; 0
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1717487573127.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64847i61AF95D6BEB5B316/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1717487573127.png" alt="jthi_0-1717487573127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 07:53:18 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-06-04T07:53:18Z</dc:date>
    <item>
      <title>Identifying multiple Peaks in different batches</title>
      <link>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762430#M94165</link>
      <description>&lt;P&gt;Hello everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set similar to the one in the example below, but the length-time profiles are assigned to different batches indicated by an additional column with the batch nr.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.jmp.com/t5/Discussions/find-multiple-peak-values-in-a-column/td-p/62919" target="_blank" rel="noopener"&gt;Solved: find multiple peak values in a column - JMP User Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to adapt the peak detection column formula in the thread above to perform the peak identification for each batch?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 06:45:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762430#M94165</guid>
      <dc:creator>VariancePanther</dc:creator>
      <dc:date>2024-06-04T06:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple Peaks in different batches</title>
      <link>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762438#M94166</link>
      <description>&lt;P&gt;Which JMP version are you using (JMP17/18? JMP Standard / JMP Pro?) as there might be jmp platforms to do this. Column formula could also be modified by adding additional check for the batch changes.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:38:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762438#M94166</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-04T07:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying multiple Peaks in different batches</title>
      <link>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762441#M94167</link>
      <description>&lt;P&gt;This is one possible formula option (:B is group column)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New column("Peak", Numeric, Nominal, Formula(
	prev_val = Col Moving Average(:Length, 1, 1, 0, :B) * 2 - :Length;
	next_val = Col Moving Average(:Length, 1, 0, 1, :B) * 2 - :Length;
	
	:Length - prev_val &amp;gt; 0 &amp;amp; :Length - next_val &amp;gt; 0
));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1717487573127.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/64847i61AF95D6BEB5B316/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1717487573127.png" alt="jthi_0-1717487573127.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 07:53:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Identifying-multiple-Peaks-in-different-batches/m-p/762441#M94167</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-06-04T07:53:18Z</dc:date>
    </item>
  </channel>
</rss>

