<?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 understanding parameters and table variables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/108997#M39575</link>
    <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;&amp;nbsp;There might be a method to do this with linked profilers, but I think you might want to do this with a script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a table, my representation of what you described. The table has a script to aggregate (find the sum) for various scenarios, various thresholds and store them in a table, then plot the Sum vs. dB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 521px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15411i9588284A2C4F4D7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This could be done with an interactive window and made quite fancy.&amp;nbsp; But this is just a simple script with hard-coded names, and thershold ranges.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past, I have experienced similar requests for results of complex simulators, like semiconductor simulators.&amp;nbsp; Instead of counting, I think there is more insight by doing some analysis on the relationships of pass/fail.&amp;nbsp; Also attached to the table is a parallel plot (see below) script that can provide some insight to the variables.&amp;nbsp; Here a Local filter could be added and ranges of A, B and C can be selected.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 599px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15412iA3B304BC275B061F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Feb 2019 11:08:08 GMT</pubDate>
    <dc:creator>gzmorgan0</dc:creator>
    <dc:date>2019-02-06T11:08:08Z</dc:date>
    <item>
      <title>Need help understanding parameters and table variables</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/108992#M39574</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a practical problem that I think I could solve using some kind of parameter or table variable.&lt;/P&gt;&lt;P&gt;Let's say I have multiple processes, each having a row. Which are characterized by few parameters, A, B, C... Those are columns.&lt;/P&gt;&lt;P&gt;Let's say for each parameter I have a threshold after which it is considered risky. So I created columns bit-A, bit-B etc. If parameter is grater than some number, I give it bit "1", if it's below - I give it bit "0". Then I do logical&amp;nbsp; AND for all the bits and if it's "1" (all parameters are in "risky" zone)&amp;nbsp;I call the whole process "risky". Let's say final risky bit is saved in column bit-Risky.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I'm sure about thresholds on A and C, but I'm not sure about threshold on B. So I want to see how number of risky processes depends on threshold for B (let's call it dB).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, how do I plot Sum(bit-Risky) vs. dB?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 04:30:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/108992#M39574</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2019-02-06T04:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help understanding parameters and table variables</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/108997#M39575</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2581"&gt;@miguello&lt;/a&gt;&amp;nbsp;There might be a method to do this with linked profilers, but I think you might want to do this with a script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is a table, my representation of what you described. The table has a script to aggregate (find the sum) for various scenarios, various thresholds and store them in a table, then plot the Sum vs. dB.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 521px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15411i9588284A2C4F4D7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;This could be done with an interactive window and made quite fancy.&amp;nbsp; But this is just a simple script with hard-coded names, and thershold ranges.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the past, I have experienced similar requests for results of complex simulators, like semiconductor simulators.&amp;nbsp; Instead of counting, I think there is more insight by doing some analysis on the relationships of pass/fail.&amp;nbsp; Also attached to the table is a parallel plot (see below) script that can provide some insight to the variables.&amp;nbsp; Here a Local filter could be added and ranges of A, B and C can be selected.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 599px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/15412iA3B304BC275B061F/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 11:08:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/108997#M39575</guid>
      <dc:creator>gzmorgan0</dc:creator>
      <dc:date>2019-02-06T11:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Need help understanding parameters and table variables</title>
      <link>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/109693#M39669</link>
      <description>Thanks! This definitely works!&lt;BR /&gt;However, my specific problem is a little bit more complex than I initially described.&lt;BR /&gt;Each process has around hyndred test locations. So, just getting a sum of bits wouldn't do it.&lt;BR /&gt;Plus the conditions on thresholds might be complex as well - like, range, text comparison etc.&lt;BR /&gt;The way I eventually did it - I was just iterating through thresholds in the script. Luckily, all the bit columns were updated on threshold change. All I needed to do is to get a summary table and then I could get my risky bits as matrix and sum them - as you suggested.</description>
      <pubDate>Fri, 08 Feb 2019 23:35:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Need-help-understanding-parameters-and-table-variables/m-p/109693#M39669</guid>
      <dc:creator>miguello</dc:creator>
      <dc:date>2019-02-08T23:35:13Z</dc:date>
    </item>
  </channel>
</rss>

