<?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: Calculating portfolio weights from regression coefficients in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86823#M4254</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a pdf file, which is part of the original paper I took the idea from. The author explains more about the regressions and weights there, maybe there's something I haven't understood? Ksharp, the data is similar to that in the other post I have here, where I want to calculate the correlations..However there are only one values for the four variables, since I've combined the countries data using some pre-specified method.. But the four variables data are just returns in the form 0,01 for example (corresponding to1%), nothing else. I really appreciate your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 08:52:35 GMT</pubDate>
    <dc:creator>carbs</dc:creator>
    <dc:date>2012-04-18T08:52:35Z</dc:date>
    <item>
      <title>Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86819#M4250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This topic isn't that much related here, but I'll try anyway..I have made a regression, and based on one financial model the regression coefficients equal the portfolio weights I need. If the coefficients are following, there's no problem obviously in calculations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coefficients:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b1=4&lt;/P&gt;&lt;P&gt;b2=5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weights:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w1=4/9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w2=5/9&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if one of the coefficients is negative, how do i calculate the weights? Intuitively calculated as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b1=4&lt;/P&gt;&lt;P&gt;b2=-5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b1+b2=-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w1=4/-1&lt;/P&gt;&lt;P&gt;w2=-5/-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More intuitive result obviously would be that w1 is positive and w2 negative..Calculation is simply but can't seem to decide which is the correct approach...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 18:47:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86819#M4250</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-17T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86820#M4251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's an almost infinite number of ways to combine two coefficients. We need some understanding of the context to make meaningful suggestions. What information do these regression coefficients give about the portfolios? How do you interpret a negative coefficient? What model (equation) do you use to estimate the coefficients?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:02:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86820#M4251</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2012-04-17T19:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86821#M4252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the following regression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I=b1*HML+b2*MOM /noint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the I represents here an identity vector, i.e. arbitrage profits, expected return of one and standard deviation of zero. This is Britten-Jones's formulation and I can provide more info if it helps.. HML and MOM are long-short equity portfolios formed with two different styles.. The idea of the model is to directly give me the amount of weight to be invested in these two portfolios.. So if I get a negative coefficient for b2, it means I will be shorting the momentum long-short portfolio.. The idea would be just to get the weights into more meaningful figures like in the case of only positive coefficients, where I can easily tell that I for example have to invest 40% to HML and 60% to MOM portfolios.. Hope it helped a bit, let me know if you need more info! Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 19:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86821#M4252</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-17T19:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86822#M4253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does you sample data look like?&lt;/P&gt;&lt;P&gt;If the coefficients is negative, that means 'MOM' and 'I' have a different direction . So maybe you should exclude it , not include it. &lt;/P&gt;&lt;P&gt;Weight is only allowed for positive . I still don't know what the negative numbers means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 07:19:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86822#M4253</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-18T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86823#M4254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached a pdf file, which is part of the original paper I took the idea from. The author explains more about the regressions and weights there, maybe there's something I haven't understood? Ksharp, the data is similar to that in the other post I have here, where I want to calculate the correlations..However there are only one values for the four variables, since I've combined the countries data using some pre-specified method.. But the four variables data are just returns in the form 0,01 for example (corresponding to1%), nothing else. I really appreciate your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 08:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86823#M4254</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-18T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86824#M4255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved the problem!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Apr 2012 07:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86824#M4255</guid>
      <dc:creator>carbs</dc:creator>
      <dc:date>2012-04-22T07:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating portfolio weights from regression coefficients</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86825#M4256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could post the answer You found ?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 06:41:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Calculating-portfolio-weights-from-regression-coefficients/m-p/86825#M4256</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-04-23T06:41:12Z</dc:date>
    </item>
  </channel>
</rss>

