<?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: D-Optimal Mixture Design variable constraints in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664562#M85299</link>
    <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the answers and details provided.&lt;/P&gt;
&lt;P&gt;I was curious about the final experimental space (which looked very small and totally disconnected from your initial experimental space, and so not benefiting from your initial information gathered by the experiments), but with the constraints you mentioned in your last reply (with broader ranges for B and C than in your initial post), I have the same experimental space and a similar design :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1690912008752.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55493iD926A28A474AA778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1690912008752.png" alt="Victor_G_0-1690912008752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I imagine you had interesting results in the corner of your initial experimental space ( A between 0 and 7%, B between 20 and 25% and C between 70 and 80%) which leads you to investigate a closer experimental area with lower A, lower B and higher C proportions/ratio.&lt;BR /&gt;It makes sense, thanks for the clarification, details and corrections !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2023 17:55:00 GMT</pubDate>
    <dc:creator>Victor_G</dc:creator>
    <dc:date>2023-08-01T17:55:00Z</dc:date>
    <item>
      <title>D-Optimal Mixture Design variable constraints</title>
      <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664289#M85264</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am new to design of experiments and i run into a question. So i researching a mixture System and i have constraits as follows:&lt;/P&gt;&lt;P&gt;0=&amp;lt;A=&amp;lt;25&lt;BR /&gt;20=&amp;lt;B=&amp;lt;30&lt;/P&gt;&lt;P&gt;45=&amp;lt;C=&amp;lt;80&lt;BR /&gt;and now i would like to augment the design further to the following space&lt;BR /&gt;0=&amp;lt;A=&amp;lt;15&lt;/P&gt;&lt;P&gt;15=&amp;lt;B=&amp;lt;20 and&lt;BR /&gt;80=&amp;lt;C=&amp;lt;85&lt;BR /&gt;so the allowed design space would be something like a polygon. How can i do that in JMP?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 08:24:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664289#M85264</guid>
      <dc:creator>Al_Perr_1988</dc:creator>
      <dc:date>2023-08-01T08:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: D-Optimal Mixture Design variable constraints</title>
      <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664303#M85265</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/48230"&gt;@Al_Perr_1988&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Welcome in the Community !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The easiest and most convenient way to augment a design is to use the platform&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/augment-designs.shtml" target="_blank" rel="noopener"&gt;Augment Designs.&lt;/A&gt;&lt;BR /&gt;This platform enables to add experimental runs to an existing DoE, and enable to do replicates, fold-over, space-filling, increase model complexity, change factors range ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For your specific example, I created a D-optimal mixture design (for main effects and 2-factors interactions, 12 runs) respecting your constraints so that you can follow the steps.&lt;BR /&gt;The original design is created with this script :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DOE(
	Custom Design,
	{Add Response( Maximize, "Y", ., ., . ), Add Factor( Mixture, 0, 0.25, "A", 0 ),
	Add Factor( Mixture, 0.2, 0.3, "B", 0 ),
	Add Factor( Mixture, 0.45, 0.8, "C", 0 ), Set Random Seed( 324812 ),
	Number of Starts( 30462 ), Add Term( {1, 1} ), Add Term( {2, 1} ),
	Add Term( {3, 1} ), Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {3, 1} ),
	Add Term( {2, 1}, {3, 1} ), Set Sample Size( 12 ), Simulate Responses( 0 ),
	Save X Matrix( 0 ), Make Design}
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If we check the experimental space with a Ternary plot, we can see that constraints are respected :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_1-1690882084421.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55486i2823C6AD0B01A1E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_1-1690882084421.png" alt="Victor_G_1-1690882084421.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;1. From your design table, you can go in the menu "DOE", then "Augment Design". Specify your factors A, B, C and your response(s), and you should have this panel, where you can change the ranges of your factors with the new ones :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_2-1690882246471.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55487i0A2D05D416304632/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_2-1690882246471.png" alt="Victor_G_2-1690882246471.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;2. Click on "Augment", specify the model assumed (main effects, 2-factors interactions, Scheffé Cubic ...) and specify a number of runs or leave the default one (you can try several augmented designs and compare them using the&amp;nbsp;&lt;A href="https://www.jmp.com/support/help/en/17.1/index.shtml#page/jmp/evaluate-designs.shtml#" target="_blank" rel="noopener"&gt;Evaluate Designs&lt;/A&gt;&amp;nbsp;platform).&lt;/P&gt;
&lt;P&gt;You now have an augmented design with new runs added in your newly defined experimental space that take into account previous information from the original runs.&lt;/P&gt;
&lt;P&gt;Here is the script as an example :&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Current Data Table();
dt2 = dt &amp;lt;&amp;lt; run script( "Original Data Table" );
Current Data Table( dt2 );
DOE(
	Augment Design,
	X( :A, :B, :C ),
	Y( :Y ),
	{Group new runs into separate block, Augment Method( Augment ),
	Set Random Seed( 1381653403 ), Number of Starts( 67362 ), Add Term( {1, 1} ),
	Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {1, 1}, {2, 1} ),
	Add Term( {1, 1}, {3, 1} ), Add Term( {2, 1}, {3, 1} ), Add Term( {4, 1} ),
	Set Sample Size( 20 ), Make Design, Save X Matrix( 0 ), Simulate Responses( 0 ),
	Make Table}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see, it's quite easy to augment a design.&lt;BR /&gt;However, I have some questions for you regarding this new experimental space defined by your new constraints:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_3-1690882625937.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55488i18005CB61978CC70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_3-1690882625937.png" alt="Victor_G_3-1690882625937.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;With the new constraints, you're in a very small and unexplored area compared to your previous experimental space.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Is this intended ? Have you checked your constraints ?&lt;/LI&gt;
&lt;LI&gt;What was the model assumed in the first place ? How many runs ? Why did you choose a D-optimal design ?&lt;/LI&gt;
&lt;LI&gt;Has the first DoE already be realized and responses measured ?&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;What is the precision you can have for measuring the relative quantities of A, B and C ?&lt;/LI&gt;
&lt;LI&gt;Do you have any idea of the repeatability/reproducibility of your response(s) ?&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the ranges of mixtures factors B and C in this new experimental space seem too narrow to be able to have an informative and robust model.&lt;/P&gt;
&lt;P&gt;More info on the context of this DoE and could help us guide you finding an appropriate solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this first answer will help you,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 09:49:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664303#M85265</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-08-01T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: D-Optimal Mixture Design variable constraints</title>
      <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664337#M85270</link>
      <description>&lt;P&gt;Hello Victor,&lt;/P&gt;&lt;P&gt;i have realized a part of the DoE. Well the problem ist that the space is narrowed down by the producability of the Material in the production parameters we wanna use. So i am basically checking the producability and creating the design according to that. The problem is that there is no literature for the problem we are trying to solve because the process is patented.&lt;BR /&gt;So what i did is:&lt;/P&gt;&lt;P&gt;i started with with the constraints&lt;BR /&gt;7=&amp;lt;A=&amp;lt;20&lt;BR /&gt;20=&amp;lt;B=&amp;lt;25 and&lt;BR /&gt;55=&amp;lt;C=&amp;lt;73&lt;BR /&gt;according to what my predecessors researched. To this plan i measured responses with 12 runs. I then augmented to the design i shared before with 9 additional runs and now i want to research the final space. The repeatability of the measurement of the response is within 5-10% and the for the relative quantities i have a lab scale which is precise to micro-gram.&lt;BR /&gt;My problem is if this augmentation is mathematically sound. I did exactly the same things you undertook. Thanks for your input!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Greetings from Germany&lt;BR /&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 13:16:21 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664337#M85270</guid>
      <dc:creator>Al_Perr_1988</dc:creator>
      <dc:date>2023-08-01T13:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: D-Optimal Mixture Design variable constraints</title>
      <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664499#M85288</link>
      <description>&lt;P&gt;Hello Victor,&lt;BR /&gt;i seem to have overlooked one of your questions, the model assumed was the Scheffe cubic model. I chose D-Optimal design based on literature recommendations for mixture designs with constraints. I expanded the space to :&lt;/P&gt;&lt;P&gt;0=&amp;lt;A=&amp;lt;15&lt;/P&gt;&lt;P&gt;15=&amp;lt;B=&amp;lt;25&lt;/P&gt;&lt;P&gt;70=&amp;lt;C=&amp;lt;85&lt;/P&gt;&lt;P&gt;And my ternary diagram looks something like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Al_Perr_1988_1-1690908032198.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55491iFB987DDBE6A3054E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Al_Perr_1988_1-1690908032198.png" alt="Al_Perr_1988_1-1690908032198.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 16:41:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664499#M85288</guid>
      <dc:creator>Al_Perr_1988</dc:creator>
      <dc:date>2023-08-01T16:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: D-Optimal Mixture Design variable constraints</title>
      <link>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664562#M85299</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot for the answers and details provided.&lt;/P&gt;
&lt;P&gt;I was curious about the final experimental space (which looked very small and totally disconnected from your initial experimental space, and so not benefiting from your initial information gathered by the experiments), but with the constraints you mentioned in your last reply (with broader ranges for B and C than in your initial post), I have the same experimental space and a similar design :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Victor_G_0-1690912008752.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/55493iD926A28A474AA778/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Victor_G_0-1690912008752.png" alt="Victor_G_0-1690912008752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I imagine you had interesting results in the corner of your initial experimental space ( A between 0 and 7%, B between 20 and 25% and C between 70 and 80%) which leads you to investigate a closer experimental area with lower A, lower B and higher C proportions/ratio.&lt;BR /&gt;It makes sense, thanks for the clarification, details and corrections !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 17:55:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/D-Optimal-Mixture-Design-variable-constraints/m-p/664562#M85299</guid>
      <dc:creator>Victor_G</dc:creator>
      <dc:date>2023-08-01T17:55:00Z</dc:date>
    </item>
  </channel>
</rss>

