<?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 Distribution Platform Preferences -- Default Prediction Interval Generation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895039#M105577</link>
    <description>&lt;P&gt;I would like to set up the default for the Distribution platform (Continuous variable) to automatically (by default) generate Prediction Intervals (two-sided 0.95, n =1) so that I can capture the results into a Data Table using a JSL script. I see several defaults (e.g., confidence, tolerance, etc.) that can be set in the Preferences menu for the Distribution platform, but not any for Prediction Intervals (PI's). I know that I can generate PI's for multiple distribution results by Ctrl-clicking the "Prediction Interval" selection from the Results drop-down menu, but I would rather have these generated by default, so I&amp;nbsp;can capture the results into a Data Table using a JSL script. I do not believe the "Ctrl-click" PI selection is "scriptable." From a previous post (and thank you all), I know how to generate the desired combined Data Table after I have the PI results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have just started using JMP Student Version 18.2.0; I had JMP Pro until this year.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Aug 2025 16:21:40 GMT</pubDate>
    <dc:creator>kgbrown1963</dc:creator>
    <dc:date>2025-08-18T16:21:40Z</dc:date>
    <item>
      <title>Distribution Platform Preferences -- Default Prediction Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895039#M105577</link>
      <description>&lt;P&gt;I would like to set up the default for the Distribution platform (Continuous variable) to automatically (by default) generate Prediction Intervals (two-sided 0.95, n =1) so that I can capture the results into a Data Table using a JSL script. I see several defaults (e.g., confidence, tolerance, etc.) that can be set in the Preferences menu for the Distribution platform, but not any for Prediction Intervals (PI's). I know that I can generate PI's for multiple distribution results by Ctrl-clicking the "Prediction Interval" selection from the Results drop-down menu, but I would rather have these generated by default, so I&amp;nbsp;can capture the results into a Data Table using a JSL script. I do not believe the "Ctrl-click" PI selection is "scriptable." From a previous post (and thank you all), I know how to generate the desired combined Data Table after I have the PI results.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have just started using JMP Student Version 18.2.0; I had JMP Pro until this year.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 16:21:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895039#M105577</guid>
      <dc:creator>kgbrown1963</dc:creator>
      <dc:date>2025-08-18T16:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution Platform Preferences -- Default Prediction Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895049#M105578</link>
      <description>&lt;P&gt;There really isn't many things that are not scriptable in JMP.&amp;nbsp;By Ctrl+Click do you mean broadcasting? So you have multiple distributions and wish to use same settings for all of them?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Big Class.jmp");
obj = dt &amp;lt;&amp;lt; Distribution(Column(:Height, :Weight));
obj &amp;lt;&amp;lt; Prediction Interval(0.95, 1);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Aug 2025 16:26:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895049#M105578</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-08-18T16:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution Platform Preferences -- Default Prediction Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895730#M105636</link>
      <description>&lt;P&gt;Jarmo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I apologize for my slow response. When I suggested that the&amp;nbsp;&lt;SPAN&gt;"Ctrl-click" PI selection was not "scriptable," I (mistakenly) meant that the selection does not show in the JMP log. However, your suggestion does appear to give me the desired results when I add the PL option to the Distribution platform call, e.g.:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;obj = dt &amp;lt;&amp;lt; Distribution(Column(:Height, :Weight), Prediction Interval(0.95, 1) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 23:40:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895730#M105636</guid>
      <dc:creator>kgbrown1963</dc:creator>
      <dc:date>2025-08-20T23:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Distribution Platform Preferences -- Default Prediction Interval Generation</title>
      <link>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895789#M105638</link>
      <description>&lt;P&gt;For me it does get recorded to the log if I do it manually first. I have this report&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1755750098987.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80799iC82FACA83608D68F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1755750098987.png" alt="jthi_0-1755750098987.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And if I copy script from red triangle I get the following&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_1-1755750125989.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80800i9DB2EFBF206FE3B3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_1-1755750125989.png" alt="jthi_1-1755750125989.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;
Distribution(
	Continuous Distribution(
		Column(:height),
		Process Capability(0),
		Prediction Interval(0.95, 1)
	)
);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;And if I close the platform (that is the moment when log gets the "proper" script for the platform, otherwise it is just Launch script if even that)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_2-1755750172248.png" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/80801i654FBD81A2DBF0FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="jthi_2-1755750172248.png" alt="jthi_2-1755750172248.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>Thu, 21 Aug 2025 04:23:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Distribution-Platform-Preferences-Default-Prediction-Interval/m-p/895789#M105638</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-08-21T04:23:03Z</dc:date>
    </item>
  </channel>
</rss>

