<?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 can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575076#M78360</link>
    <description>&lt;P&gt;The function returns a matrix, which you need to assign to a variable, or do something like astable. JMP's behavior when you submit multiple statements is to print the result of the final statement. If you submit just the nchoosekmatrix() then JMP will print it, and immediately forget the matrix. &lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 16:21:57 GMT</pubDate>
    <dc:creator>Craige_Hales</dc:creator>
    <dc:date>2022-11-30T16:21:57Z</dc:date>
    <item>
      <title>JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/573700#M78269</link>
      <description>&lt;P&gt;Hello community!!&lt;BR /&gt;I am pleased to greet you, a question:&lt;BR /&gt;- With which DOE option will it be possible to generate a table with all possible combinations of 40 numbers in groups of 6 numbers without repetition?&lt;/P&gt;&lt;P&gt;- Could JMP generate tables of the following combinations without repetition of numbers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Group&amp;nbsp; &amp;nbsp; &amp;nbsp;Group/Total&amp;nbsp; &amp;nbsp; &amp;nbsp;numbers Total possible combinations&lt;BR /&gt;A&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5-35&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;324,632&lt;BR /&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6-35&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1'623,160&lt;BR /&gt;C&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6-40&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3'838,380&lt;BR /&gt;B&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6-45&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8'145,060&lt;BR /&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 21:13:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/573700#M78269</guid>
      <dc:creator>Marco1</dc:creator>
      <dc:date>2023-06-08T21:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/573714#M78270</link>
      <description>&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NChooseK Matrix( 40,6 )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Which makes a Matrix( 3838380, 6 ). You can use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;As Table( NChooseK Matrix( 40, 6 ) )&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if you want it in a table&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lots of rows, six columns" style="width: 751px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/47647iBA12EFBE5DD83EF5/image-size/large?v=v2&amp;amp;px=999" role="button" title="NChooseK.PNG" alt="lots of rows, six columns" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;lots of rows, six columns&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Nov 2022 14:03:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/573714#M78270</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-26T14:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/574949#M78354</link>
      <description>&lt;P&gt;Hi Craig Hales,&lt;/P&gt;&lt;P&gt;Excellent answer!!, I supposed that JMP could do it and I didn't know how, a query......when placing NChooseK Matrix(40,6) as a script...there is no answer.....why?&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 14:13:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/574949#M78354</guid>
      <dc:creator>Marco1</dc:creator>
      <dc:date>2022-11-30T14:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/574981#M78357</link>
      <description>&lt;P&gt;Hi Craig Hales,&lt;/P&gt;&lt;P&gt;A query, related to multi-objective optimization... JMP will be able to optimize the uncertainty of random discrete inputs (integer numbers) in "1 single step"?...that is, JMP will be able to find the best combination of inputs to use (integer numbers) And the risk associated with each strategy?...and thus be able to look for strategies that allow minimizing the risks while achieving the objectives?&lt;/P&gt;&lt;P&gt;That is, take any optimization problem and have JMP replace the uncertain values by probability distribution functions (integers - discrete) that represent a range of possible values and for each trial solution that JMP finds during optimization, JMP run a Monte Carlo simulation, finding the combination of adjustable cells that provides the best simulation results that minimize risk in the face of uncertainty?.&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 14:37:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/574981#M78357</guid>
      <dc:creator>Marco1</dc:creator>
      <dc:date>2022-11-30T14:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575076#M78360</link>
      <description>&lt;P&gt;The function returns a matrix, which you need to assign to a variable, or do something like astable. JMP's behavior when you submit multiple statements is to print the result of the final statement. If you submit just the nchoosekmatrix() then JMP will print it, and immediately forget the matrix. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 16:21:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575076#M78360</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-11-30T16:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575077#M78361</link>
      <description>&lt;P&gt;You need an expert, I think. Maybe a different post with a title to get their attention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;edit: -&amp;gt; &lt;LI-MESSAGE title="Could JMP in 1 step optimize the uncertainty of multiple discrete inputs or integer values ?" uid="575486" url="https://community.jmp.com/t5/Discussions/Could-JMP-in-1-step-optimize-the-uncertainty-of-multiple/m-p/575486#U575486" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 23:40:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575077#M78361</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2022-12-02T23:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575484#M78370</link>
      <description>&lt;P&gt;Ok, gracias!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 22:12:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575484#M78370</guid>
      <dc:creator>Marco1</dc:creator>
      <dc:date>2022-11-30T22:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: JMP can generate all possible combinations of 40 numbers in groups of 6 numbers without repetition?</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575485#M78371</link>
      <description>&lt;P&gt;Ok, gracias.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 22:13:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-can-generate-all-possible-combinations-of-40-numbers-in/m-p/575485#M78371</guid>
      <dc:creator>Marco1</dc:creator>
      <dc:date>2022-11-30T22:13:36Z</dc:date>
    </item>
  </channel>
</rss>

