<?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: Simulation dataset by given mean, max, min in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859702#M42495</link>
    <description>&lt;P&gt;I'm glad you got a response that answers your&amp;nbsp;question. You should select the best response (not your own) as The Solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After thinking about this problem, I wrote a short article that shows that you can also solve the problem by using a Beta distribution. The problem does not have a unique solution, so you need to add an additional constraint if you want uniqueness.&lt;/P&gt;
&lt;P&gt;See the article,&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2023/02/20/bounded-distrib-mean.html" target="_self"&gt;"Simulate from a bounded distribution that has a specified mean."&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Feb 2023 13:51:53 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2023-02-20T13:51:53Z</dc:date>
    <item>
      <title>Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856519#M42341</link>
      <description>&lt;P&gt;Any one know how to simulate a dataset by given parameters below:&lt;/P&gt;&lt;P&gt;Given parameters: mean=0.195, max=0.26, min=0.13,&lt;/P&gt;&lt;P&gt;Request: random generate a 8 observation dataset with normal distribution.&lt;/P&gt;&lt;P&gt;I try to use rand, but it sounds no option for max and min&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data sixnum;&lt;BR /&gt;do i=1 to 6;&lt;BR /&gt;random=rand("normal", mean, STDDEV );&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 18:59:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856519#M42341</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-01-31T18:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856520#M42342</link>
      <description>My code:&lt;BR /&gt;data sixnum;&lt;BR /&gt;do i=1 to 8;&lt;BR /&gt;random=rand("normal", mean, STDDEV );&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;</description>
      <pubDate>Tue, 31 Jan 2023 19:00:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856520#M42342</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-01-31T19:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856521#M42343</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/86635"&gt;@Defense&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Any one know how to simulate a dataset by given parameters below:&lt;/P&gt;
&lt;P&gt;Given parameters: mean=0.195, max=0.26, min=0.13,&lt;/P&gt;
&lt;P&gt;Request: random generate a 8 observation dataset with normal distribution.&lt;/P&gt;
&lt;P&gt;I try to use rand, but it sounds no option for max and min&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Do you have any guidance as to what distribution is required here? It can't be normal with a minimum and maximum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could cheat and use a normal distribution where the standard deviation is so large that you will virtually never get a value below the min or above the max.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856521#M42343</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-31T19:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856526#M42344</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10892"&gt;@PaigeMiller&lt;/a&gt;&amp;nbsp;is correct. A normal distribution can take values from negative infinity to positive infinity. You can get "close" to your maximum and minimum by choosing a standard deviation of the range divided by 6. If you do that, keep in mind that you may still get values above your maximum and/or below your minimum.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856526#M42344</guid>
      <dc:creator>DanObermiller</dc:creator>
      <dc:date>2023-01-31T19:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856528#M42345</link>
      <description>&lt;P&gt;The normal distribution only has the mean and standard deviation as parameters. The best you could do would be to choose a standard deviation that will tend to keep the extremes within the min and max that you want. The following uses a sixth of the range as the standard deviation and generates 10,000 observations. Different. seed values in STREAMINIT, different sample sizes, and different proportions of the range will give different results. You'll want to experiment.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data rand;
call streaminit(3525);
mean=.195; std=(.26-.13)/6;
do i=1 to 10000;
random=rand("normal", mean, std );
output;
end;
run;
proc means mean min max std; 
var random; 
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:41:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856528#M42345</guid>
      <dc:creator>StatDave</dc:creator>
      <dc:date>2023-01-31T19:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856552#M42346</link>
      <description>&lt;P&gt;Thanks for replying. Not sure why using "&lt;SPAN&gt;sixth of the range as the standard deviation".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In addition, I am trying the similar:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data symm(keep=y);&lt;BR /&gt;%let&lt;/P&gt;&lt;P&gt;data symm(keep=y);&lt;BR /&gt;%let st=0.0012;&lt;BR /&gt;seed = 11907665 ;&lt;BR /&gt;do i = 1 to 8;&lt;BR /&gt;y = rand("Normal", 0.19,&amp;amp;st );&lt;/P&gt;&lt;P&gt;if 0.26&amp;gt;=y&amp;gt;=0.13 then&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;seed = 11907665 ;&lt;BR /&gt;do i = 1 to 8;&lt;BR /&gt;y = rand("Normal", 0.19,&amp;amp;st );&lt;/P&gt;&lt;P&gt;if 0.26&amp;gt;=y&amp;gt;=0.13 then&lt;BR /&gt;output;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try st=1/6(max-min), 1/4........1/8 until the output in 0.26&amp;gt;=y&amp;gt;=0.13 that range. Is that make sense&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 21:33:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856552#M42346</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-01-31T21:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856554#M42347</link>
      <description>99.9% of data is within plus or minus 3 standard deviations (6 sigma) in a Normal Distribution.</description>
      <pubDate>Tue, 31 Jan 2023 21:50:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856554#M42347</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-01-31T21:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856555#M42348</link>
      <description>&lt;P&gt;Thanks&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 22:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856555#M42348</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-01-31T22:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856603#M42354</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/86635"&gt;@Defense&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Glad to see that you've got great answers from the experts. Then it would be fair and help later readers if you marked the most helpful reply as the accepted solution, not your own "thank you" post. Could you please change that? It's very easy: Select a different post&amp;nbsp;as the solution after clicking&amp;nbsp;"Not the Solution" in the option menu (see icon below) of the current solution.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="show_option_menu.png" style="width: 155px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79985iF59DFEFCCAC47C90/image-size/large?v=v2&amp;amp;px=999" role="button" title="show_option_menu.png" alt="show_option_menu.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 10:16:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856603#M42354</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-02-01T10:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856623#M42355</link>
      <description>&lt;P&gt;You can calculated P value for MIN and MAX value(take them as percentile).&lt;BR /&gt;After that ,sample from PValue_MIN and PValue_MAX , mapping these P value back to percentile.&lt;/P&gt;
&lt;P&gt;Check &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt; 's blog&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/iml/2013/07/24/the-truncated-normal-in-sas.html" target="_blank"&gt;https://blogs.sas.com/content/iml/2013/07/24/the-truncated-normal-in-sas.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/*
You can calculated P value for MIN and MAX value(take them as percentile).
After that ,sample from PValue_MIN and PValue_MAX , mapping these P value back to percentile.

Check @Rick_SAS 's blog
https://blogs.sas.com/content/iml/2013/07/24/the-truncated-normal-in-sas.html
*/

%let mean=0.195 ;
%let max=0.26 ;
%let min=0.13 ;
data have;
call streaminit(123);
cdf_min = cdf("Normal", &amp;amp;min., &amp;amp;mean., 0.03);  
cdf_max = cdf("Normal", &amp;amp;max., &amp;amp;mean., 0.03); 
do i=1 to 1000;
  quantile=quantile("Normal", cdf_min + (cdf_max - cdf_min)*rand('uniform'), &amp;amp;mean., 0.03 );
  output;
end;
run;

proc univariate data=have normal;
var quantile;
histogram quantile/normal;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1675251717069.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/79990iC6F8591DF286A2DA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1675251717069.png" alt="Ksharp_0-1675251717069.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:42:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856623#M42355</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-01T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856624#M42356</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/86635"&gt;@Defense&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/86635"&gt;@Defense&lt;/a&gt;&amp;nbsp;, you should not mark your own answer, which reads "Thanks" as the correct answer. You need to mark someone else's answer as correct, whichever one you think is correct.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856624#M42356</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-02-01T11:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856776#M42374</link>
      <description>&lt;P&gt;This is a great solution. Is 0.03 come from (max-min)/4=S.D?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 00:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856776#M42374</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-02-02T00:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856778#M42375</link>
      <description>&lt;P&gt;I like to do that. But there are only three icons "Add tag", "Quick reply" and "Reply".&amp;nbsp; No"&lt;SPAN&gt;Not the Solution" icon. Pleae let me know how...Thank&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 00:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856778#M42375</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-02-02T00:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856796#M42376</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/86635"&gt;@Defense&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I like to do that. But there are only three icons "Add tag", "Quick reply" and "Reply".&amp;nbsp; No"&lt;SPAN&gt;Not the Solution" icon. Pleae let me know how...Thank&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Click the icon (three horizontal bars) shown in the screenshot in my previous post. This opens the option menu, which should contain the item "Not the Solution" among others.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 07:53:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856796#M42376</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2023-02-02T07:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856820#M42378</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1675340351738.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/80022i24B5D0D9F4E2D1A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1675340351738.png" alt="Ksharp_0-1675340351738.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 12:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856820#M42378</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-02T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856831#M42379</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 13:27:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/856831#M42379</guid>
      <dc:creator>Defense</dc:creator>
      <dc:date>2023-02-02T13:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859702#M42495</link>
      <description>&lt;P&gt;I'm glad you got a response that answers your&amp;nbsp;question. You should select the best response (not your own) as The Solution.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After thinking about this problem, I wrote a short article that shows that you can also solve the problem by using a Beta distribution. The problem does not have a unique solution, so you need to add an additional constraint if you want uniqueness.&lt;/P&gt;
&lt;P&gt;See the article,&amp;nbsp;&lt;A href="https://blogs.sas.com/content/iml/2023/02/20/bounded-distrib-mean.html" target="_self"&gt;"Simulate from a bounded distribution that has a specified mean."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 13:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859702#M42495</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-02-20T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859723#M42496</link>
      <description>&lt;P&gt;Simulating data with given (raw) moments, like mean -- variance -- covariance ...&lt;BR /&gt;Here's how you can do that !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creating Synthetic Data with SAS/OR &lt;BR /&gt;By Jared Erickson on Operations Research with SAS May 17, 2017&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/operations/2017/05/17/creating-synthetic-data-sasor/" target="_blank"&gt;https://blogs.sas.com/content/operations/2017/05/17/creating-synthetic-data-sasor/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859723#M42496</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-02-20T15:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simulation dataset by given mean, max, min</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859726#M42497</link>
      <description>&lt;P&gt;I respectfully disagree. That method (constrained optimization) is not a good way to simulate data.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2023 15:30:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Simulation-dataset-by-given-mean-max-min/m-p/859726#M42497</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2023-02-20T15:30:18Z</dc:date>
    </item>
  </channel>
</rss>

