<?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: How does JMP construct confidence interval for spline fit in Graph Builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/380404#M63081</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can't find much in the way of documentation on this. What I do know is that the confidence interval is constructed using bootstrap estimation. You should be able to find general information about bootstrap estimation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically:&lt;/P&gt;
&lt;P&gt;1. Create a bootstrap sample with replacement. That is, randomly draw rows of data. Each time you draw a row you make that row available in the next draw. Keep drawing until you have as many rows as in the original data. Some rows will be duplicated, triplicated, etc. Other rows will not be in the bootstrap sample.&lt;/P&gt;
&lt;P&gt;2. Fit the smoother to the bootstrap sample.&lt;/P&gt;
&lt;P&gt;3. Repeat steps 1 and 2 many times.&lt;/P&gt;
&lt;P&gt;4. Construct the confidence interval such that it contains 95% of the smoother fits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
    <pubDate>Wed, 28 Apr 2021 13:53:38 GMT</pubDate>
    <dc:creator>Phil_Kay</dc:creator>
    <dc:date>2021-04-28T13:53:38Z</dc:date>
    <item>
      <title>How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/378572#M62835</link>
      <description>&lt;P&gt;I have a method to get the predicted Y from X value using Spline Fitting, but I want to quantify the confidence interval. I noticed it's not possible to do it in Bivariate plots but Graph builder can do this. How does Graph Builder to it (in terms of algorithm)? I want to do the same for bivariate plots fitted with spline fit.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 353px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/32252iF06F154A993BA4E8/image-dimensions/353x358?v=v2" width="353" height="358" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jun 2023 11:13:17 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/378572#M62835</guid>
      <dc:creator>shaira</dc:creator>
      <dc:date>2023-06-11T11:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/380404#M63081</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I can't find much in the way of documentation on this. What I do know is that the confidence interval is constructed using bootstrap estimation. You should be able to find general information about bootstrap estimation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically:&lt;/P&gt;
&lt;P&gt;1. Create a bootstrap sample with replacement. That is, randomly draw rows of data. Each time you draw a row you make that row available in the next draw. Keep drawing until you have as many rows as in the original data. Some rows will be duplicated, triplicated, etc. Other rows will not be in the bootstrap sample.&lt;/P&gt;
&lt;P&gt;2. Fit the smoother to the bootstrap sample.&lt;/P&gt;
&lt;P&gt;3. Repeat steps 1 and 2 many times.&lt;/P&gt;
&lt;P&gt;4. Construct the confidence interval such that it contains 95% of the smoother fits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 13:53:38 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/380404#M63081</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2021-04-28T13:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/380647#M63110</link>
      <description>Thanks Phil! I'll look into bootstrap sampling.</description>
      <pubDate>Thu, 29 Apr 2021 00:39:23 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/380647#M63110</guid>
      <dc:creator>shaira</dc:creator>
      <dc:date>2021-04-29T00:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/871644#M103560</link>
      <description>&lt;P&gt;Hi Phil,&lt;/P&gt;
&lt;P&gt;Even in the current version of the documentation there seems to be no further explanation regarding the confidence of fit in JMP's Graph Builder.&lt;/P&gt;
&lt;P&gt;Please provide at least a confimation that the confidence of fit could be considered as a 95%-confidence band around the Spline.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Winfried&lt;/P&gt;</description>
      <pubDate>Mon, 05 May 2025 10:10:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/871644#M103560</guid>
      <dc:creator>winfriedkoch0</dc:creator>
      <dc:date>2025-05-05T10:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/871990#M103594</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/2188"&gt;@winfriedkoch0&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Sorry, I'm not able confirm. Please contact JMP Technical Support (&lt;A href="mailto:support@jmp.com" target="_blank"&gt;support@jmp.com&lt;/A&gt;) for any questions that you feel are not properly addressed in the documentation.&lt;/P&gt;
&lt;P&gt;I hope that helps,&lt;/P&gt;
&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 10:36:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/871990#M103594</guid>
      <dc:creator>Phil_Kay</dc:creator>
      <dc:date>2025-05-06T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How does JMP construct confidence interval for spline fit in Graph Builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/919970#M107901</link>
      <description>&lt;P&gt;from&amp;nbsp;&amp;nbsp;&lt;LI-MESSAGE title="Graph &amp;gt; Graph builder &amp;gt; Addition of spline 'smoother'" uid="919759" url="https://community.jmp.com/t5/Discussions/Graph-gt-Graph-builder-gt-Addition-of-spline-smoother/m-p/919759#U919759" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hogi_0-1765921383732.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/89067iA38FD243240CD245/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hogi_0-1765921383732.png" alt="hogi_0-1765921383732.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2025 21:43:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-does-JMP-construct-confidence-interval-for-spline-fit-in/m-p/919970#M107901</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2025-12-16T21:43:15Z</dc:date>
    </item>
  </channel>
</rss>

