<?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: Get local fits after Kernel Smoothing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236532#M46678</link>
    <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I think this is not exactly&amp;nbsp;what I am looking for.&lt;/P&gt;&lt;P&gt;With the linear Kernel Smoother every&amp;nbsp;area is fitted with the equation y=a+bx. And I want to get the values at least for b.&lt;/P&gt;&lt;P&gt;Is it possible to get these values?&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;BR, Teresa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 14:45:45 GMT</pubDate>
    <dc:creator>Teresa_</dc:creator>
    <dc:date>2019-11-26T14:45:45Z</dc:date>
    <item>
      <title>Get local fits after Kernel Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236435#M46662</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I smoothed my data with the Kernel Smoother / Local Smoother (Local Fit: Linear, Weight funtion: tricube). My aim is now to extract the equations of all the local fits, which was done by the Kernel Smoother.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there somebody who could give me some advise on how to best set this up?&lt;/P&gt;&lt;P&gt;I am really struggeling with this problem. &amp;nbsp;I would be really grateful if someone could help me here.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 08:34:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236435#M46662</guid>
      <dc:creator>Teresa_</dc:creator>
      <dc:date>2019-11-26T08:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Get local fits after Kernel Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236510#M46673</link>
      <description>&lt;P&gt;If you are using the smoother in graph builder:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Red triangle &amp;gt; show control panel&lt;BR /&gt;Under the smoother section that appears below the column list&lt;BR /&gt;Red triangle &amp;gt; save formula&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If you are using the smoother in fit y by x:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Red triangle (next to "Local smoother" under the chart) &amp;gt; save prediction formula&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Either of the above will add a formula column to the datatable as the rightmost column, containing the smoother formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Will&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:07:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236510#M46673</guid>
      <dc:creator>wgardnerQS</dc:creator>
      <dc:date>2019-11-26T14:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Get local fits after Kernel Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236515#M46674</link>
      <description>&lt;P&gt;Using Big Class and Bivariate Fit of height by weight. You can use the kernel smoother and get a fit report as well a red hotspot next to the fit legend:&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="bivariate.JPG" style="width: 272px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/20469iE3EF000E89E98268/image-size/medium?v=v2&amp;amp;px=400" role="button" title="bivariate.JPG" alt="bivariate.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;There you can save the coefficients (X Loess, Y Loess), as well as the prediction formula. The formula will be harder understand if you just look into the formula editor&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="formula.JPG" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/20470iD7ADD12163E875E1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="formula.JPG" alt="formula.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;, but double clicking in the formula will show you the full formula:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Interpolate(
	:height,
	[51, 55, 58, 60, 62, 64, 66, 68, 70],
	[66.4237610962498, 77.9887711985387, 87.676320121761, 99.4642495608787, 100.773120401001, 105.139185406223, 117.30361698686, 130.514041992402, 144.259907247776]
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;The values used are the coefficients again. Based on your sampling Delta you may get more/less coefficients.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that what you are looking for?&lt;/P&gt;
&lt;DIV class="defText"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:19:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236515#M46674</guid>
      <dc:creator>martindemel</dc:creator>
      <dc:date>2019-11-26T14:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get local fits after Kernel Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236532#M46678</link>
      <description>&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;I think this is not exactly&amp;nbsp;what I am looking for.&lt;/P&gt;&lt;P&gt;With the linear Kernel Smoother every&amp;nbsp;area is fitted with the equation y=a+bx. And I want to get the values at least for b.&lt;/P&gt;&lt;P&gt;Is it possible to get these values?&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;&lt;P&gt;BR, Teresa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 14:45:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Get-local-fits-after-Kernel-Smoothing/m-p/236532#M46678</guid>
      <dc:creator>Teresa_</dc:creator>
      <dc:date>2019-11-26T14:45:45Z</dc:date>
    </item>
  </channel>
</rss>

