<?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: Validate the output of goal seek in excel &amp;amp; SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391294#M66217</link>
    <description>I have a data set in that variables are 3 variables are: Score_Rating, No_Of_Customer,No_Of_Customer_Percentage.&lt;BR /&gt;Now Calculated terms are:&lt;BR /&gt;Modified_model=slop * Score_Rating + intercept.&lt;BR /&gt;Calibrated_PD= exp(Modified_model)/(1+Modified_model)&lt;BR /&gt;PIT=No_Of_Customer_Percentage * Calibrated_PD;&lt;BR /&gt;&lt;BR /&gt;Then take the sum of PIT as final PIT Number.&lt;BR /&gt;&lt;BR /&gt;Pls refer the below code.&lt;BR /&gt;data pit;&lt;BR /&gt;set pit_pd;&lt;BR /&gt;tot_cust=10491;&lt;BR /&gt;slope=0.4359;&lt;BR /&gt;PIT=0.0259;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc model data=pit;&lt;BR /&gt;pit=(cust/tot_cust)*(exp(slope * Pool_ID +intcpt)/(1+exp(slope * Pool_ID + intcpt)));&lt;BR /&gt;&lt;BR /&gt;fit pit /outest=test3 ;&lt;BR /&gt;solve pit /data=pit out=test4;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;In the excel i am fixing the value if PIT and find out the value of intercept.&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Aug 2017 18:21:10 GMT</pubDate>
    <dc:creator>shekhar_148</dc:creator>
    <dc:date>2017-08-28T18:21:10Z</dc:date>
    <item>
      <title>Validate the output of goal seek in excel &amp; SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391288#M66215</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to validate the output of goal seek in excel and SAS, But both outputs are different. I am looking for help. I have attached the excel calculation. I tried the same with proc model but i am not getting the same output. Pls help me....&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 17:48:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391288#M66215</guid>
      <dc:creator>shekhar_148</dc:creator>
      <dc:date>2017-08-28T17:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Validate the output of goal seek in excel &amp; SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391293#M66216</link>
      <description>&lt;P&gt;Please express your problem in math terms and show the SAS code you used. Reverse engineering an Excel sheet is no fun at all.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 18:08:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391293#M66216</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-08-28T18:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Validate the output of goal seek in excel &amp; SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391294#M66217</link>
      <description>I have a data set in that variables are 3 variables are: Score_Rating, No_Of_Customer,No_Of_Customer_Percentage.&lt;BR /&gt;Now Calculated terms are:&lt;BR /&gt;Modified_model=slop * Score_Rating + intercept.&lt;BR /&gt;Calibrated_PD= exp(Modified_model)/(1+Modified_model)&lt;BR /&gt;PIT=No_Of_Customer_Percentage * Calibrated_PD;&lt;BR /&gt;&lt;BR /&gt;Then take the sum of PIT as final PIT Number.&lt;BR /&gt;&lt;BR /&gt;Pls refer the below code.&lt;BR /&gt;data pit;&lt;BR /&gt;set pit_pd;&lt;BR /&gt;tot_cust=10491;&lt;BR /&gt;slope=0.4359;&lt;BR /&gt;PIT=0.0259;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;proc model data=pit;&lt;BR /&gt;pit=(cust/tot_cust)*(exp(slope * Pool_ID +intcpt)/(1+exp(slope * Pool_ID + intcpt)));&lt;BR /&gt;&lt;BR /&gt;fit pit /outest=test3 ;&lt;BR /&gt;solve pit /data=pit out=test4;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;In the excel i am fixing the value if PIT and find out the value of intercept.&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Aug 2017 18:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Validate-the-output-of-goal-seek-in-excel-amp-SAS/m-p/391294#M66217</guid>
      <dc:creator>shekhar_148</dc:creator>
      <dc:date>2017-08-28T18:21:10Z</dc:date>
    </item>
  </channel>
</rss>

