<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>CDS513 S242 - Week 12: Class activity 2 by nurintanraihana</title>
      <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4</link>
      <description>Post your response by clicking the plus button below.</description>
      <language>en-us</language>
      <pubDate>2025-06-09 08:36:53 UTC</pubDate>
      <lastBuildDate>2025-06-09 12:38:27 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f4ac.png</url>
      </image>
      <item>
         <title></title>
         <author>intanraihana</author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483301623</link>
         <description><![CDATA[<p><strong>[YOUR NAME]</strong></p><p><br/></p><p><em>Questions:</em></p><ol><li><p><em>What are PACF and ACF for?</em></p></li><li><p><em>Which one is used for AR and MA, respectively?</em></p></li><li><p><em>What is residual?</em></p></li></ol><p><br/></p><p><strong>Your answer:</strong></p><ol><li><p>......</p></li><li><p>......</p></li><li><p>......</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 08:36:53 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483301623</guid>
      </item>
      <item>
         <title></title>
         <author>angpeiying</author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483420596</link>
         <description><![CDATA[<p>1. </p><p>They both measure the correlation between a time series and its lagged values. But ACF shows how past values affect current values and PACF shows the direct influence of a lag after accounting for shorter lags after removing the effect of shorter lags. </p><p><br/></p><p>2. </p><p>-PACF is used to identify the order of AR, as it shows the direct effect of a lag.</p><p>-ACF is used to determine the order of MA, as it shows the overall correlation between the current and lagged values. </p><p><br/></p><p>3. </p><p>Residual is the error between actual value and predicted value. The model's error.</p><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:33:42 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483420596</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483420867</link>
         <description><![CDATA[<p>Teoh Zhi Qiang</p><p><br/></p><p><strong>1. </strong>PACF and ACF used to identify the order of AR and MA models.</p><p><br/></p><p><strong>2. </strong>PACF is used to determine the number of AR terms (p) while ACF is used to determine the number of MA terms (q).</p><p><br/></p><p><strong>3. </strong>Residual is the difference between the actual value and the predicted value from a model. In time series, residuals represent the errors left after the model has explained the structure in the data.</p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:34:06 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483420867</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421016</link>
         <description><![CDATA[<ol><li><p>ACF is autocorrelation function. It shows the correlation between a time series and its own past values at different lags. ACF is useful to identify MA components. Similar to ACF, it shows the correlation between a time series and its past values at different lags but it also removes the effect of the values in between. </p></li><li><p>AR uses PACF to determine the order (p). On the other hand, MA uses ACF to determine the order (q).</p></li><li><p>Residual is the difference between actual observed value and the predicted value. It is basically the leftover error after fitting the model.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:34:19 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421016</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421393</link>
         <description><![CDATA[<ol><li><p>ACF measure the correlation between time series and lag value. it shows both direct and indirect effects. determine q order</p><p><br/></p><p>PACF measures correlation between time series and its lagged value after remove the effect of intermediate lags. it shows direct effect only. determine p order</p></li></ol><p><br/></p><ol start="2"><li><p>ACF is used for MA(q)</p><p>PACF is used for AR(p)</p></li></ol><p><br/></p><ol start="3"><li><p>residual is differences in value between the actual and the predicted value.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:34:45 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421393</guid>
      </item>
      <item>
         <title></title>
         <author>suntao1</author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421627</link>
         <description><![CDATA[<p>SUN TAO</p><ul><li><p><strong>PACF (Partial Autocorrelation Function)</strong> and <strong>ACF (Autocorrelation Function)</strong> are used to analyze the correlation between current and past values in a time series. ACF shows the overall correlation with all previous lags, while PACF shows the direct correlation between the current value and a specific lag, excluding the effects of the intermediate lags.</p></li><li><p><strong>PACF</strong> is typically used to identify the appropriate number of lags for an <strong>AR (Auto-Regressive)</strong> model, while <strong>ACF</strong> is used to identify the lags for an <strong>MA (Moving Average)</strong> model.</p></li><li><p><strong>Residual</strong> refers to the difference between the actual observed value and the value predicted by the model. It represents the error or the part of the data not explained by the model. Ideally, residuals should look random and show no clear pattern if the model fits well.</p></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:07 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421627</guid>
      </item>
      <item>
         <title></title>
         <author>reeveenesh</author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421675</link>
         <description><![CDATA[<p>Reeveenesh </p><ol><li><p>ACF = Tells how the time series is correlated with its on past value at different time lags. </p><p>PACF = Tells the correlation between the series and its lagged version, without indirect effects. </p></li><li><p>For AR, significant PACF is used, up to lag p then it is dropped. </p><p>For MA, significant ACF is used, up to lag q then it is dropped. </p></li><li><p>Residual is the difference between actual and predicted value from the model.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:13 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421675</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421708</link>
         <description><![CDATA[<p>AM</p><p><br/></p><ol><li><p>ACF looks at the overall connection with previous days, while PACF focuses on the direct relationship with one specific past day, ignoring the one in between.</p></li><li><p>We use PACF to find out how many AR terms to include because it shows the direct effect of past values. We use ACF to decide the number of MA terms because it shows how past errors affect current values.</p></li><li><p>A residual is just the difference between what actually happened and what the model guessed would happen.</p></li></ol><p><br/></p><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:16 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421708</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421751</link>
         <description><![CDATA[<p>Question 1</p><ul><li><p>ACF (Auto-Correlation Function)</p><p>- the correlation bet observation at the current time spot and the observations at previous time spots</p><p>- identifying MA order (q)</p><p><br/></p></li><li><p>PACF (Partial Auto-Correlation Function)</p><p>- the correlation bet observations at 2 time spots given that we consider both observations are correlated to the day before yesterday, and yesterday can also be correlated to the day before yesterday</p><p>- identifying AR order (p)</p></li></ul><p><br/></p><p>Question 2</p><ul><li><p>ACF - used for MA</p></li><li><p>PACF - used for AR</p></li></ul><p><br/></p><p>Question 3</p><ul><li><p>Residual is the difference bet actual and predicted value</p></li></ul><p>residual = actual value - predicted value</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:21 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421751</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421786</link>
         <description><![CDATA[<ol><li><p>ACF shows how current values relate to past values (overall correlation).</p><p>PACF shows direct correlation between current and lagged values (removing indirect effects).</p></li><li><p>Use PACF for AR — cutoff in PACF tells AR order.</p><p>Use ACF for MA — cutoff in ACF tells MA order.</p></li><li><p>Residual = Actual value - Predicted value; tells if the model fits well.</p><p><br/></p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:25 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483421786</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422391</link>
         <description><![CDATA[<p>WU XIAOFENG</p><ol><li><p>PACF and ACF are used to analyze the autocorrelation structure of time series data. They help us identify the correlation patterns between observations at different lag orders in the series, and then provide a basis for judging the characteristics of the time series (such as whether there is a trend or periodicity) and determining the appropriate order when building models like AR and MA.</p></li><li><p>PACF is used to determine the order of the AR (Autoregressive) model, and ACF is used to determine the order of the MA (Moving Average) model.</p></li><li><p>Residual is the difference between the actual observed value and the model - predicted value in a time - series (or other prediction) model. It represents the unexplained data fluctuations of the model and can be used to test the model’s fitting effect.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:34 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422391</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422616</link>
         <description><![CDATA[<p>1. PACF shows partial correlation with lags, removing effects of intermediate lags.</p><p>ACF shows overall correlation between current and lagged values.</p><p>2. PACF is used for identifying AR order.</p><p>ACF is used for identifying MA order.</p><p>3. Residual is the difference between actual and predicted values.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:48 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422616</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422668</link>
         <description><![CDATA[<p>Gao Huan</p><p><br/></p><p><strong>1. What are PACF and ACF for?</strong></p><ul><li><p>ACF Measures the correlation between a time series and its lagged values.</p></li><li><p>PACF Measures the correlation between a time series and its lagged values after removing the effects of shorter lags.</p></li></ul><p><strong>2. Which one is used for AR and MA, respectively?</strong></p><ul><li><p>AR Use PACF to determine the number of lags.</p></li><li><p>MA Use ACF to determine the number of lags.</p></li></ul><p><strong>3. What is residual?</strong><br>A residual is the difference between the observed value and the predicted value from a model. </p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:35:55 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483422668</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483428164</link>
         <description><![CDATA[<p>1. ACF (Autocorrelation Function)</p><p> - Shows how current values are related to past values</p><p><br/></p><p> PACF (Partial Autocorrelation Function)</p><p>-Checks the relationship with the past, but removes the effect of the middle steps.</p><p><br/></p><p>2. -Use ACF to find the ‘MA’ (Moving Average) part of ARIMA.</p><p>MA model → Use ACF to find q.</p><p><br/></p><p> - Use PACF to find the ‘AR’ (AutoRegressive) part of ARIMA.</p><p>AR model → Use PACF to find p.</p><p><br/></p><p>3. Residual is the difference between the actual value and the predicted value in a model. It tells us how much the model's prediction missed the real data.</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 11:42:40 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483428164</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483457590</link>
         <description><![CDATA[<ol><li><p>ACF measures the correlation between a time series and its lagged versions, while PACF measures the partial correlation, removing the influence of shorter lags.</p></li><li><p>PACF for AR, ACF for MA</p></li><li><p>Difference between the actual value and the predicted values.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 12:17:28 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483457590</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483462588</link>
         <description><![CDATA[<p>Tee Li Hong</p><p><br/></p><ol><li><p>Both help identify patterns and guide model selection. ACF shows correlation between current value and its past values or lags. PACF shows correlation between current value and lagged values after removing effects of intermediate lags.</p></li></ol><p><br/></p><ol start="2"><li><p>Use PACF to determine AR and ACF to determine MA.</p></li></ol><p><br/></p><ol start="3"><li><p>Residuals tell how well the model fits the data. Good models have residuals that look like random noise.</p></li></ol><p><br/></p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 12:23:37 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483462588</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483469405</link>
         <description><![CDATA[<ol><li><p>PACF and ACF help analyze how a value in a time series is related to its past values. ACF shows how each value is correlated with all previous lags, while PACF shows the direct correlation with a specific lag, after removing the influence of shorter lags.</p></li><li><p>PACF is used to determine the order of AR models, since AR models rely on past actual values. ACF is used to determine the order of MA models, since MA models rely on past errors (residuals).</p></li><li><p>A residual is the difference between the actual observed value and the value predicted by the model. In other words, it shows how much the model failed to capture or explain.</p></li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 12:31:50 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483469405</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483476494</link>
         <description><![CDATA[<p>1) </p><p>ACF-  Auto Correlation Funtion refers to the correlation between time series and its lagged version</p><p>PACF- Partial Auto Correlation Function refers to the correlation between time series and a lagged version of itself, controlling for the effects of jntermediate lags.</p><p><br/></p><p>2) </p><p>ACF-Used for MA as it cuts off after lag q</p><p>PACF-Used for AR as it cut offs after lag p</p><p><br/></p><p>3)</p><p>Residual is the difference between observed value and value predicted by time series model. The residuals helps to evaluate model accuracy (smaller residuals means better model), derect model problems (trends, seasonality or autocorrelation) and ensure randomness (good residuals like white noise).</p>]]></description>
         <enclosure url="" />
         <pubDate>2025-06-09 12:38:26 UTC</pubDate>
         <guid>https://padlet.com/cs_usm/xn6pida59q9cq7t4/wish/3483476494</guid>
      </item>
   </channel>
</rss>
