<?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: moving bootstrapping in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344911#M1716</link>
    <description>&lt;P&gt;H i&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not suggest that people post questions to the SAS/IML forum unless the question is related to IML.&amp;nbsp;If you want to get my attention, just use my &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; name in your response. I will get&amp;nbsp;notified that someone mentioned me in a discussion and I will look at it if I have time. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 28 Mar 2017 09:39:38 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2017-03-28T09:39:38Z</dc:date>
    <item>
      <title>moving bootstrapping</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344402#M1710</link>
      <description>&lt;P&gt;Well, I have seasonal data and I want to mimic weekly data through moving bootstrapping. But I can't find the most suitable sample and I just piece them together. Is the concept that the mean and var come from AR right? And how to use it in the bootstrapping?&lt;/P&gt;&lt;P&gt;And I want to get the distribution of them.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile='C:\Users\user\Desktop\\morgan.csv'
out= morgan dbms=dlm; delimiter=',';
format Date yymm.;
getnames=yes;
run;

   data morgan;
   set a;
   PXlag = lag1(PX );
run;

proc autoreg data=b;
   model PX = PXlag / lagdep=PXlag;
  output out=resid mean standards;
  r=resid;
run;

proc surveyselect data=b out=outboot 
seed=30459584 
method=urs 
samprate=1 
outhits 
rep=1000; 
run;
proc univariate data=outboot;
var x;
by Replicate; 
output out=outall kurtosis=curt;
run;
proc univariate data=outall;
var curt;
output out=final pctlpts=2.5, 97.5 pctlpre=ci;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2017 09:29:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344402#M1710</guid>
      <dc:creator>karen8169</dc:creator>
      <dc:date>2017-03-26T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: moving bootstrapping</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344405#M1711</link>
      <description>&lt;P&gt;If this question was about data simulation, post it at IML forum.&lt;/P&gt;
&lt;P&gt;If it was about Time Series Analysis,post it at Forecast forum.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Mar 2017 10:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344405#M1711</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-03-26T10:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: moving bootstrapping</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344911#M1716</link>
      <description>&lt;P&gt;H i&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do not suggest that people post questions to the SAS/IML forum unless the question is related to IML.&amp;nbsp;If you want to get my attention, just use my &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13684"&gt;@Rick_SAS&lt;/a&gt;&amp;nbsp; name in your response. I will get&amp;nbsp;notified that someone mentioned me in a discussion and I will look at it if I have time. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 09:39:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/moving-bootstrapping/m-p/344911#M1716</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-03-28T09:39:38Z</dc:date>
    </item>
  </channel>
</rss>

