<?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: JMP crashing when trying to do Continuous Fit All for 1,152 distributions in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697877#M88330</link>
    <description>&lt;P&gt;I do not understand the context of your data when you say, "288 bins with 4 distributions each."&lt;/P&gt;
&lt;P&gt;Do you expect all 1,152 cases to be independent? Do you have any prior knowledge to suggest a distribution model for each or a common model for some of them?&lt;/P&gt;
&lt;P&gt;You can right-click on a table of parameter estimates and select Make Into Combined Table. I'll take the bonus points.&lt;/P&gt;
&lt;P&gt;You might contact JMP Technical Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) about the crashes. They track crashes. It might be a known issue. There might be a workaround, too.&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 13:45:58 GMT</pubDate>
    <dc:creator>Mark_Bailey</dc:creator>
    <dc:date>2023-11-14T13:45:58Z</dc:date>
    <item>
      <title>JMP crashing when trying to do Continuous Fit All for 1,152 distributions</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697639#M88312</link>
      <description>&lt;P&gt;I have 288 bins with 4 distributions each (1,152 total) and I'm trying to find the best continuous fit for each distribution. I've tried to press &lt;STRONG&gt;Continuous Fit &amp;gt; Fit All&lt;/STRONG&gt; while holding down the Command button (I'm on Mac) so it runs it for all distributions, but this always crashes JMP because that's a ton of calculations. When JMP freezes, I've even let my computer sit for several hours for these calculations to run in the background but no luck.&lt;/P&gt;&lt;P&gt;I know that my distributions will likely mostly be Normal, Normal 2 Mixture, Normal 3 Mixture, and SHASH. I've tried to do one type of fit at a time for all my distributions, but it crashes when I do SHASH. Can anyone help me with a way to do this? Maybe write me some JSL code please? Also, bonus points if anyone can help me export the distribution parameters for all of the best fits into a table.&lt;/P&gt;&lt;P&gt;Note: I'm using JMP Pro 16.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 23:50:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697639#M88312</guid>
      <dc:creator>ibrown</dc:creator>
      <dc:date>2023-11-13T23:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: JMP crashing when trying to do Continuous Fit All for 1,152 distributions</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697877#M88330</link>
      <description>&lt;P&gt;I do not understand the context of your data when you say, "288 bins with 4 distributions each."&lt;/P&gt;
&lt;P&gt;Do you expect all 1,152 cases to be independent? Do you have any prior knowledge to suggest a distribution model for each or a common model for some of them?&lt;/P&gt;
&lt;P&gt;You can right-click on a table of parameter estimates and select Make Into Combined Table. I'll take the bonus points.&lt;/P&gt;
&lt;P&gt;You might contact JMP Technical Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) about the crashes. They track crashes. It might be a known issue. There might be a workaround, too.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 13:45:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697877#M88330</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-11-14T13:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: JMP crashing when trying to do Continuous Fit All for 1,152 distributions</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697879#M88332</link>
      <description>&lt;P&gt;I just ran this test. It took about five minutes to complete. It did not crash. I am running the current version, JMP 17.2, on a Windows 10.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

data = J( 100, 1152, Random Normal() );

dt = As Table( data );

names = dt &amp;lt;&amp;lt; Get Column Names();
cols = dt &amp;lt;&amp;lt; Get Column Reference( names );

dist = dt &amp;lt;&amp;lt; Distribution( Y( Eval List( cols ) ) );

dist &amp;lt;&amp;lt; Fit All;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;What is your data like? How many rows do you have?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 14:04:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-crashing-when-trying-to-do-Continuous-Fit-All-for-1-152/m-p/697879#M88332</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2023-11-14T14:04:15Z</dc:date>
    </item>
  </channel>
</rss>

