<?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 nlin - input model function in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/proc-nlin-input-model-function/m-p/355975#M10674</link>
    <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/06/08/fit-circle.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2015/06/08/fit-circle.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 14:06:45 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2017-05-04T14:06:45Z</dc:date>
    <item>
      <title>proc nlin - input model function</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-nlin-input-model-function/m-p/355897#M10673</link>
      <description>&lt;P&gt;I am trying to find a functino that find the best-fit function according to some data points that I have. I am doing that with proc nlin, and have succeeded at computing it with a logarithmic model function. Currently I am trying to do it with a different model function* but I haven't managed to make it work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I may be inputting the function with the wrong expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* The model function is the Weibull distribution whose expression is f(t) = 1 - e^(-(t/a)^b);&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC NLIN DATA=aux_&amp;amp;s
	MAXITER=500
	CONVERGE=1E-05
	SINGULAR=1E-08
	MAXSUBIT=30
	OUTEST=coeficientes_segmento&amp;amp;s &lt;BR /&gt;	NOITPRINT
	;
	model segmento11 = (1 - (EXP(-(t/a)**b))); *Weibull distribution function;
	;
	PARMS
	a=0.4
	b=0.5
;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 May 2017 09:19:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-nlin-input-model-function/m-p/355897#M10673</guid>
      <dc:creator>pablorodriguez1</dc:creator>
      <dc:date>2017-05-04T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc nlin - input model function</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/proc-nlin-input-model-function/m-p/355975#M10674</link>
      <description>&lt;P&gt;&lt;A href="http://blogs.sas.com/content/iml/2015/06/08/fit-circle.html" target="_blank"&gt;http://blogs.sas.com/content/iml/2015/06/08/fit-circle.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 14:06:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/proc-nlin-input-model-function/m-p/355975#M10674</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-05-04T14:06:45Z</dc:date>
    </item>
  </channel>
</rss>

