<?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: Sine function fitting in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2494#M2494</link>
    <description>Quote from From Bowerman and O'Connell, "Forecasting and Time Series: an Applied Approach", 1993, 3rd edition, page 324:&lt;BR /&gt;&lt;BR /&gt;"...the authors feel that dummy variable regression (and other methods presented later) are usually superior to trigonometric models for modeling seasonal variation.  This is because dummy variable models (and other techniques) use a different parameter to model the effect of each different season in a year".&lt;BR /&gt;&lt;BR /&gt;The "other methods" they refer to are formal time series model, like ARIMA.  JMP has the capability to fit time series models, but they can be quite complicated.  I'd try the dummy variable method first, then venture into ARIMA models if you need more complexity.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Tue, 19 Oct 2010 14:15:34 GMT</pubDate>
    <dc:creator>mfisher</dc:creator>
    <dc:date>2010-10-19T14:15:34Z</dc:date>
    <item>
      <title>Sine function fitting</title>
      <link>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2493#M2493</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an excel spreadsheet that I loaded into JMP. I wish to fit the XY data  to check seasonal effect via a Sine function fitting. I'm not sure how I can do this. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thx</description>
      <pubDate>Sat, 16 Oct 2010 12:42:10 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2493#M2493</guid>
      <dc:creator />
      <dc:date>2010-10-16T12:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sine function fitting</title>
      <link>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2494#M2494</link>
      <description>Quote from From Bowerman and O'Connell, "Forecasting and Time Series: an Applied Approach", 1993, 3rd edition, page 324:&lt;BR /&gt;&lt;BR /&gt;"...the authors feel that dummy variable regression (and other methods presented later) are usually superior to trigonometric models for modeling seasonal variation.  This is because dummy variable models (and other techniques) use a different parameter to model the effect of each different season in a year".&lt;BR /&gt;&lt;BR /&gt;The "other methods" they refer to are formal time series model, like ARIMA.  JMP has the capability to fit time series models, but they can be quite complicated.  I'd try the dummy variable method first, then venture into ARIMA models if you need more complexity.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 19 Oct 2010 14:15:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2494#M2494</guid>
      <dc:creator>mfisher</dc:creator>
      <dc:date>2010-10-19T14:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sine function fitting</title>
      <link>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2495#M2495</link>
      <description>If you wish to try the sine function approach (e.g. don't have regularly spaced data for time series), and you want to forego the other advice about dummy variables...&lt;BR /&gt;&lt;BR /&gt;Given a date "date_col" in each row&lt;BR /&gt;&lt;BR /&gt;Make two columns&lt;BR /&gt;Sine&lt;BR /&gt;   Sine((Day Of Year(:date_col) / 365) * (2 * Pi()))&lt;BR /&gt;90 degrees offset Sine&lt;BR /&gt;    Sine((Day Of Year(:date_col) / 365+ 91 / 365) * (2 * Pi()))&lt;BR /&gt;&lt;BR /&gt;Add these to fit model, evaluate significance.&lt;BR /&gt;If significance is found,  use the coefficients and simplify down to a single function by setting the phase offset&lt;BR /&gt;&lt;BR /&gt;Whichever method is selected, if you suspect seasonality- be sure to review residuals by day of year</description>
      <pubDate>Fri, 29 Oct 2010 14:43:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Sine-function-fitting/m-p/2495#M2495</guid>
      <dc:creator>gflex</dc:creator>
      <dc:date>2010-10-29T14:43:56Z</dc:date>
    </item>
  </channel>
</rss>

