<?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: Proc NLP, choice of covariance matrix &amp;amp; confidence interval in Mathematical Optimization, Discrete-Event Simulation, and OR</title>
    <link>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917478#M4112</link>
    <description>&lt;P&gt;I have been thru the documentation.&amp;nbsp; It may be a deficit in my knowledge, but seeing the definitions of the covariance estimators doesn't suggest much too me in terms of useful information.&amp;nbsp; &amp;nbsp; I opted for one of the simpler ones, as the problem isn't big.&amp;nbsp; As for NLP v OPTMODEL, NLP is working and is so much less messy than OPTMODEL, that I'll stick with it for this project.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2024 22:11:53 GMT</pubDate>
    <dc:creator>gp4</dc:creator>
    <dc:date>2024-02-22T22:11:53Z</dc:date>
    <item>
      <title>Proc NLP, choice of covariance matrix &amp; confidence interval</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917402#M4110</link>
      <description>&lt;P&gt;I am using proc nlp for a fairly simple minimization problem.&amp;nbsp; Only two parameters are being estimated, the sample size is &amp;lt; 40 so I accept the SAS default NRRIDG optimization.&amp;nbsp; &amp;nbsp;However, I am unsure how one makes the best choice for approximate covariance matrix of the parameters, &amp;amp; the choice between Wald and Profile confidence intervals.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran the problem with each of the six covariance matrix options.&amp;nbsp; There are some substantial differences in the standard errors for the methods.&amp;nbsp; Also, 2 of the 6 covariance methods do not produce profile confidence intervals.&amp;nbsp; My question is, other than just running all combinations and picking the one that gives the smallest SE or narrowest confidence interval, is there guidance on how one chooses these settings?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 17:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917402#M4110</guid>
      <dc:creator>gp4</dc:creator>
      <dc:date>2024-02-22T17:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLP, choice of covariance matrix &amp; confidence interval</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917457#M4111</link>
      <description>&lt;P&gt;I don't have a recommendation about when to use which COV= formula, but I want to point out that PROC NLP is a legacy procedure that was last documented in SAS/OR 14.1 (released in 2015).&amp;nbsp; That doc has a section on Covariance:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/ormplpug/68158/HTML/default/viewer.htm#ormplpug_nlp_details41.htm" target="_blank"&gt;Covariance Matrix :: SAS/OR(R) 14.1 User's Guide: Mathematical Programming Legacy Procedures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It also has an example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/ormplpug/68158/HTML/default/viewer.htm#ormplpug_nlp_examples06.htm" target="_blank"&gt;Example 6.6 Maximum Likelihood Weibull Estimation :: SAS/OR(R) 14.1 User's Guide: Mathematical Programming Legacy Procedures&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC NLP users are encouraged to instead use the NLP solver in PROC OPTMODEL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The corresponding documentation links are:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_048/casmopt/casmopt_nlpsolver_details11.htm" target="_blank"&gt;SAS Help Center: Covariance Matrix&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/v_048/casmopt/casmopt_nlpsolver_examples07.htm" target="_blank"&gt;SAS Help Center: Maximum Likelihood Weibull Estimation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The PROC NLP doc also has a section about migrating to PROC OPTMODEL:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/ormplpug/68158/HTML/default/viewer.htm#ormplpug_nlp_details64.htm" target="_blank"&gt;Rewriting NLP Models for PROC OPTMODEL :: SAS/OR(R) 14.1 User's Guide: Mathematical Programming Legacy Procedures&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 21:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917457#M4111</guid>
      <dc:creator>RobPratt</dc:creator>
      <dc:date>2024-02-22T21:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc NLP, choice of covariance matrix &amp; confidence interval</title>
      <link>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917478#M4112</link>
      <description>&lt;P&gt;I have been thru the documentation.&amp;nbsp; It may be a deficit in my knowledge, but seeing the definitions of the covariance estimators doesn't suggest much too me in terms of useful information.&amp;nbsp; &amp;nbsp; I opted for one of the simpler ones, as the problem isn't big.&amp;nbsp; As for NLP v OPTMODEL, NLP is working and is so much less messy than OPTMODEL, that I'll stick with it for this project.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 22:11:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Mathematical-Optimization/Proc-NLP-choice-of-covariance-matrix-amp-confidence-interval/m-p/917478#M4112</guid>
      <dc:creator>gp4</dc:creator>
      <dc:date>2024-02-22T22:11:53Z</dc:date>
    </item>
  </channel>
</rss>

