<?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 Linear (Holt) Exponential Smoothing in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/382812#M63348</link>
    <description>&lt;P&gt;My experience with Time Series in JMP is relatively short, so forgive me if this question seems basic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Forecasting in the covid environment can be challenging at times due to lockdowns in various parts of the country. I’m trying to run the Linear (Holt) Exponential Smoothing for +2K locations based on most recent trends using Time Series – Autocorrelation by location. The results give me a time series by location but when I hold the shift +ctrl keys down, select simple smoothing, select linear exponential smoothing I have to set the predictive interval “0.95” and Constraints “Zero to One” for each location (+2K times).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Is there a way to set this prompt once for all +2K locations?&lt;BR /&gt;Product Used: JMP (not JMP Pro)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 00:33:20 GMT</pubDate>
    <dc:creator>bab02rs1</dc:creator>
    <dc:date>2023-06-09T00:33:20Z</dc:date>
    <item>
      <title>Linear (Holt) Exponential Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/382812#M63348</link>
      <description>&lt;P&gt;My experience with Time Series in JMP is relatively short, so forgive me if this question seems basic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Forecasting in the covid environment can be challenging at times due to lockdowns in various parts of the country. I’m trying to run the Linear (Holt) Exponential Smoothing for +2K locations based on most recent trends using Time Series – Autocorrelation by location. The results give me a time series by location but when I hold the shift +ctrl keys down, select simple smoothing, select linear exponential smoothing I have to set the predictive interval “0.95” and Constraints “Zero to One” for each location (+2K times).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: Is there a way to set this prompt once for all +2K locations?&lt;BR /&gt;Product Used: JMP (not JMP Pro)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 00:33:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/382812#M63348</guid>
      <dc:creator>bab02rs1</dc:creator>
      <dc:date>2023-06-09T00:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Linear (Holt) Exponential Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/382872#M63354</link>
      <description>&lt;P&gt;If the 'broadcast' modifier key isn't working in this case, you should be able to get what you want through some small changes to the script that the Time Series platform generates automatically. For example (and with only two levels of the 'By' variable in this case):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);

dt = Open("$SAMPLE_DATA/Big Class.jmp");
ts = dt &amp;lt;&amp;lt; Time Series(
			Y( :height ),
			By( :sex ),
			// Add a line to specify the smoothing method and its parameters
			Simple Exponential Smoothing( Zero to One )
		);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 14:40:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/382872#M63354</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2021-05-06T14:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Linear (Holt) Exponential Smoothing</title>
      <link>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/383015#M63363</link>
      <description>&lt;P&gt;Ian, this was very helpful. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 19:30:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Linear-Holt-Exponential-Smoothing/m-p/383015#M63363</guid>
      <dc:creator>bab02rs1</dc:creator>
      <dc:date>2021-05-06T19:30:37Z</dc:date>
    </item>
  </channel>
</rss>

