Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
TomH488  
View profile  
 More options Oct 9 2012, 3:36 pm
Newsgroups: comp.ai.neural-nets
From: TomH488 <tom...@gmail.com>
Date: Tue, 9 Oct 2012 12:36:30 -0700 (PDT)
Local: Tues, Oct 9 2012 3:36 pm
Subject: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
Is this a sound rule?

Would be very handy to determine if an input should be differenced.

But regarding differencing, what about the Constant?

I have found a fuzzy relationship where stock indices which are slower moving, favor no-differencing, while commodities, which are faster moving, favor differencing.

Then there are twice differenced inputs.  Again what about the Constant?

If the net needs the constant information, how is that incorporated into the inputs?

Thanks
Tom


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Heath  
View profile  
 More options Oct 10 2012, 3:29 am
Newsgroups: comp.ai.neural-nets
From: Greg Heath <g.he...@verizon.net>
Date: Wed, 10 Oct 2012 00:29:12 -0700 (PDT)
Local: Wed, Oct 10 2012 3:29 am
Subject: Re: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
On Oct 9, 3:36 pm, TomH488 <tom...@gmail.com> wrote:

> Is this a sound rule?

> Would be very handy to determine if an input should be differenced.

> But regarding differencing, what about the Constant?

> I have found a fuzzy relationship where stock indices which are slower moving, favor no-differencing, while commodities, which are faster moving, favor differencing.

> Then there are twice differenced inputs.  Again what about the Constant?

> If the net needs the constant information, how is that incorporated into the inputs?

> Thanks
> Tom

Not familiar with PACF.

Greg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasso  
View profile  
 More options Oct 10 2012, 5:11 am
Newsgroups: comp.ai.neural-nets
From: "Tomasso" <t...@sso.com.au>
Date: Wed, 10 Oct 2012 20:11:10 +1100
Local: Wed, Oct 10 2012 5:11 am
Subject: Re: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)

Probably Approximately Correct (framework)? (Fuzzy)?

How come the work "spike" is in the Subject: line, but not in the posting?

T.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Heath  
View profile  
 More options Oct 10 2012, 11:02 am
Newsgroups: comp.ai.neural-nets
From: Greg Heath <g.he...@verizon.net>
Date: Wed, 10 Oct 2012 08:02:34 -0700 (PDT)
Local: Wed, Oct 10 2012 11:02 am
Subject: Re: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
On Oct 10, 5:11 am, "Tomasso" <t...@sso.com.au> wrote:

Partial AutoCorrelation Functions help determine the significant
feedback lags in time series. "Partial" takes into account previously
incorporated lags in a stepwise procedure. (see Wikipedia for a very
brief explanation).

I assume that Partial CrossCorrelation Functions would help determine
the significant input lags in a time series.

Perhaps a good reference will explain which is done first or are both
considered simultaneously?

Hope this helps.

Greg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Heath  
View profile  
 More options Oct 10 2012, 11:33 am
Newsgroups: comp.ai.neural-nets
From: Greg Heath <g.he...@verizon.net>
Date: Wed, 10 Oct 2012 08:33:42 -0700 (PDT)
Local: Wed, Oct 10 2012 11:33 am
Subject: Re: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
On Oct 9, 3:36 pm, TomH488 <tom...@gmail.com> wrote:

> Is this a sound rule?

> Would be very handy to determine if an input should be differenced.

> But regarding differencing, what about the Constant?

> I have found a fuzzy relationship where stock indices which are slower moving, favor no-differencing, while commodities, which are faster moving, favor differencing.

> Then there are twice differenced inputs.  Again what about the Constant?

> If the net needs the constant information, how is that incorporated into the inputs?

> Thanks
> Tom

Constants only affect biases and, if large, can affect numerical
accuracy. That is why I try to standarize (zero-mean, unit variance)
variables before combining them.

Classical time series analysis assumes partial stationarity. That is,
a certain number of low order summary statistics are constant
throughout the series. If not, differencing can remove linear trends,
second differencing can remove quadratic trends, etc.

Removing non-stationarity and normalization should be done before
determining significant lags via partial correlations.

I'm not sure, if this is necessary for nonlinear time series using
NNs.
That's because I don't know if correlation functions are useful when
nonstationarity is present.

Hope this helps.

Greg


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
TomH488  
View profile  
 More options Oct 10 2012, 3:44 pm
Newsgroups: comp.ai.neural-nets
From: TomH488 <tom...@gmail.com>
Date: Wed, 10 Oct 2012 12:44:48 -0700 (PDT)
Local: Wed, Oct 10 2012 3:44 pm
Subject: Re: PACF "Cut-Off Phenomenon:" Huge Lag 1 Spike => Differencing Required (?)
NON-LINEAR STATIONARITY:

"That's because I don't know if correlation functions are useful when
nonstationarity is present."

I wonder if Nonstationarity is responsible for predictions which have the proper shape but have a "DC" offset from the actual values?

Suppose a NN is trained with results that are from a stationary interval, but the inputs span backwards in time, a number of stationary intervals?

What if there were Stationary Type Flag Columns?  Suppose you can say stationaryity changes no faster than by Quarter (3 month period)?  So if you are using 4 years of data for the project, you would provide for the possibility of 4x4=16 regions of uniform stantionarity.  This would involve 16 columns with a unit step for each region.

However, how would you deal with cases that use 2 years of previous history?  or 8 Stat intervals?  It almost like you need a 2nd dimension for each column to show what interval that column came from?  Would this be something you would hand with a Complex Number Nnet?

Still, if a case had the stationarity flag associated with the prediction, it would still set up a matrix of "weight switches" that could only help predictions.
_________________________

CONTRADICTION (?):  Output Lags in Input are Highly Correlated (Cxx).

If Output = P (price), it is customary to have input columns that are lags of P.

This results in both high Cxx and Cxy violates the desire to have no high Cxx.

Is this a problem or should Lags of Outputs be omitted from Cxx review?

Is it possible to get lags such that they have low Cxx and high Cxy?

I see that being an issue.  One possible approach:
________________________

If Cxx and Cxy input culling is legitimate, might that not also hold for ACF and PACF cullings?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »