<?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: Need help with data normalization in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576103#M78419</link>
    <description>&lt;P&gt;Did you try both of the formulas?&lt;/P&gt;</description>
    <pubDate>Thu, 01 Dec 2022 20:10:13 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2022-12-01T20:10:13Z</dc:date>
    <item>
      <title>Need help with data normalization</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/575963#M78413</link>
      <description>&lt;P&gt;I have a simple table and Im trying to normalize the Voltage for each SN. I want to divide the voltage data by the first voltage value for each SN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example,&lt;/P&gt;&lt;P&gt;for SN = A, Normalized Voltage = 26.75/26.75 = 1, 27.21/26.75, 27.57/26.75, 26.93/26.75,&lt;/P&gt;&lt;P&gt;for SN = B, Normalized Voltage = 26.52/26.52 = 1, 26.71/26.52 and so on.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to do this using the row and column functions in jmp? or is a jmp script required?&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-inline" image-alt="sumanthcb141977_0-1669922441694.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47827i22FAB7DA9F279642/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sumanthcb141977_0-1669922441694.png" alt="sumanthcb141977_0-1669922441694.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:57:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/575963#M78413</guid>
      <dc:creator>sumanthcb141977</dc:creator>
      <dc:date>2023-06-10T23:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with data normalization</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/575992#M78414</link>
      <description>&lt;P&gt;If the first voltage is always first you can just use with byVar Col Min() (Column3) and if it isn't then a bit more complicated formula should work (Column4)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1669923283687.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47837i4F28648555EA3E5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1669923283687.png" alt="jthi_0-1669923283687.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Column3:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:V / Col Min(:V, :S)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Column4:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;:V / :V[Col Min(Row(), :S)]&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Dec 2022 19:35:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/575992#M78414</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-01T19:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with data normalization</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576013#M78416</link>
      <description>&lt;P&gt;Jarmo.&lt;/P&gt;&lt;P&gt;Thanks for the feedback. The formula you shared works if the 1st data point is the minimum for the particular S. However if that is not the case, how would you approach the formula?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 19:46:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576013#M78416</guid>
      <dc:creator>sumanthcb141977</dc:creator>
      <dc:date>2022-12-01T19:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with data normalization</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576103#M78419</link>
      <description>&lt;P&gt;Did you try both of the formulas?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 20:10:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576103#M78419</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2022-12-01T20:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with data normalization</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576117#M78420</link>
      <description>&lt;P&gt;Jarmo,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Formula for Column4 is the one that works! Thanks a lot for your inputs&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 20:20:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-with-data-normalization/m-p/576117#M78420</guid>
      <dc:creator>sumanthcb141977</dc:creator>
      <dc:date>2022-12-01T20:20:06Z</dc:date>
    </item>
  </channel>
</rss>

