Open Mind

Hurst

June 10, 2008 · 27 Comments

When doing trend analysis, one of the most common ways to compensate for autocorrelation in the data is to compute an “effective number” of data points when estimating the uncertainty of the trend value, rather than simply use the raw number of data. To compute the effective number, we begin by computing the number of data points per degree of freedom as

\nu = 1 + 2 \sum_{j=1}^\infty \rho_j,

where \rho_j is the autocorrelation at lag j. We then divide the number of data points N by the number of data points per degree of freedom \nu to get the effective number

N_{(eff)} = N / \nu.

Then, when computing the uncertainty in our estimated trend rate, we substitute N_{(eff)} for N.


If the random part of the time series is a 1st-order autoregressive (AR1) process, then the autocorrelation coefficients are given by

\rho_j = \alpha^j,

where \alpha is the autoregressive parameter. In this case the number of data points per degree of freedom can be estimated as

\nu = 1 + 2 \sum_{j=1}^\infty \alpha^j = 1 + 2 \alpha / (1-\alpha) = (1 + \alpha) / (1 - \alpha).

This is why, when estimating the uncertainty in a trend rate of a time series for which the random part is assumed to be AR1, we change the number of data points N to the effective number N(1-\alpha)/(1+\alpha). Such a procedure is probably the most common way of compensating for autoregression in trend analysis of geophysical data.

The original formula is based on the fact that when we estimate the probable error in some parameter (like an average, or a trend rate), we can in fact compensate for autocorrelation by computing a number of data points of freedom per degree of freedom

\nu = 1 + 2 \sum_{j=1}^{N-1} \rho_j f_j,

where f_j is some factor (between -1 and +1) which depends on the nature of the parameter we’re estimating.

For most parameters (including averages and linear regression trend rates), the factors f_j are close to 1 at low lags j, and if the autoregressive coefficient \alpha is not too big, then by the time the factors f_j get much less than 1, their coefficients \rho_j=\alpha^j are very small indeed. Hence we can approximate the sum by simply approximating f_j = 1 for all lags j. Also, for lags j greater than N-1 (the limit of the actual sum), the coefficients \rho_j are quite small, so we can extend the sum to infinity without changing the result very much. Setting all the factors f_j equal to 1, and extending the sum to infinity, this formula becomes the first equation in this post. It’s only an approximation, but the infinite sum with all f_j=1 will be greater than the true sum, so it’s a conservative (i.e., safe) approximation.

We can apply the first equation of this post even if the autocorrelation coefficients \rho_j do not behave as an AR1 process. They might behave according to a 2nd-order autoregressive (AR2) process, or an autoregressive-moving-average (ARMA) process, or any number of other possibilities, but the original equation can still be applied to give an approximate estimate of the number of data points per degree of freedom. For most random processes (like all ARMA processes), this is no problem. But there’s a class of random processes for which the sum

\sum_{j=1}^\infty \rho_j,

does not converge; it’s infinite. A time series of such a process is said to exhibit long-range dependence and is called an LRD time series. For an AR1 (or any ARMA) time series the sum will converge (i.e., be finite), but for an LRD process it’s infinite.

This of course will wreak havoc with application of the original equation in this post! If the number of data points per degree of freedom is infinite, then the “effective number” of data points is zero and the uncertainty in our estimated parameter is infinite. That’s not a good thing, if we want to estimate the parameter with any degree of reality.

One of the first to investigate the nature of LRD was Harold Edwin Hurst, who noted long-range dependence in hydrology data related to the flow of the Nile river. He noted that the autocorrelation coefficients didn’t diminish as rapidly as they do for most random processes. The autocorrelation coefficients \rho_j should diminish at greater lags j; the “degree” of divergence of their sum depends on just how rapidly (perhaps I should say, how slowly) they diminish. For an AR1 process they go as \rho_j = \alpha^j, i.e., they decay exponentially; that’s plenty fast enough decay for the sum to be finite. But for LRD processes we can often model the decay as

\rho_j \approx C j^{-\alpha}.

I’ve used the symbol \approx to indicate “assymptotically equal to,” i.e., as lag j gets very large the equation becomes a better and better approximation. The constant C is just some constant, and the factor -\alpha is the power to which we raise the lag to get the autocorrelation coefficient. For the autocorrelations to be realistic (i.e., to diminish at greater lags) the parameter \alpha must be greater than zero.

When \alpha is greater than 1, the sum converges and the time series does not show long-range dependence. When \alpha is exactly 1, the sum diverges logarithmically. When \alpha is less than 1, it diverges even faster. The decay of the autocorrelation coefficients can also be characterized by the Hurst parameter

H = 1 - \alpha/2.

Since LRD time series are characterized by \alpha between 0 and 1, they’re characterized by Hurst parameter H between 1/2 and 1.

Is this the death-knell for estimating trend rates using linear regression for LRD time series? Not at all! Remember that the first equation in this post is only an approximation. The correct equation involves a finite sum rather than an infinite one, and involves factors f_j depending on the parameter we’re estimating, which are less than 1. For example, if we’re estimating the average of the time series, then the factors are given by

f_j = 1 - j/N.

This has some interesting consequences, particularly the fact that if we estimate the average using a number N of data points, the variance (square of the probable error) of our estimated average decreases slowly. When there’s no autocorrelation, the variance of an average over N data points tends to be proportional to 1/N, i.e., doubling the number of data cuts the variance in half (so the probable error is 1/\sqrt{2} what it was before). But for a time series with LRD, the variance of an average over N data points decreases as N^{-\alpha}, and for \alpha less than 1 (the condition for LRD) this means our uncertainty declines more slowly.

We can take our sample of N data points and split it into blocks of k data points each, computing the average for each k-point block. We can then measure the variance of these values as an estimate of the variance inherent in a k-point average of the time series. This variance should be proportional to k^{-\alpha}. So if we study how the variance depends on the number k of data points per block, we can get an estimate of the parameter \alpha. This then enables us to estimate the Hurst parameter H = 1 - \alpha/2. In fact this is one method for estimating the Hurst parameter (the “aggregated variance” method).

Of course, we want the blocks to be reasonably large (to generate as precise estimates as possible), and we want as many of them as we can get (for a more precise estimated variance of the averages themselves), and we want to be able to do so over a wide range of k values so we can precisely estimate the relationship between the variance of k-point averages and k. All this means that to get anything like a precise estimate of the Hurst parameter, we need lots of data. This is not unusual in some situations (e.g. telecommunications network traffic) but is next to impossible in other situations (most of science). Hence if we have evidence of LRD in a time series, often one of the most difficult problems is to quantify it with any degree of precision. This emphasizes the difficulty obtaining reliable estimates of the behavior of time series (especially short ones) which exhibit LRD.

As simple as the aggregated-variance method is, and as many other methods as are available, estimates of the Hurst parameter are tricky even with a pure LRD process and lots of data, and are plagued by uncertainty when the time series is anything other than pure. For example, adding AR1 noise to the series will corrupt most estimates, as will adding a trend or a cyclic signal. Even when trends/cycles are estimated and removed, corruption of the estimate of the Hurst parameter remains. To quote from Clegg (2005, arXiv:math/0610756v1)


… measuring the Hurst parameter, even in artificial data, is very hit and miss. In the artificial data with no corrupting noise, some estimators performed very poorly indeed. Confidence intervals given should certainly not be taken at face value (indeed should be considered as next to worthless).

Corrupting noise can affect the measurements badly and different estimators are affected in by different types of noise. In particular, frequency domain estimators (as might be expected) are robust to the addition of sinusoidal noise or a trend. All estimators had problems in some circumstances with the addition of a heavy degree of short-range dependence even though this, in theory, does not change the longrange dependence of the time series.

When considering real data, researchers are advised to use extreme caution. A researcher relying on the results of any single estimator for the Hurst parameter is likely to be drawing false conclusions, no matter how sound the theoretical backing for the estimator in question. While simple filtering techniques are suggested in the literature for improving the performance of Hurst parameter estimation, they had little or no effect on the data analysed in this paper.

One small “saving grace” is that the nature of trend analysis makes it less susceptible to LRD than many other parameters we try to estimate. This is because the factors f_j for an estimated trend rate from linear regression are

f_j = (1-j/N) [ (1-j/N)^2 - 3(j/N)^2 - 1/N^2] / (1 - 1/N^2).

For very low lags j this is close to 1, but for larger lags (for lags greater than about one third of the number of data points) the factor becomes negative. Here’s a plot of the factor f_j, as a function of lag j, with N=1000 data points:

The fact that the factors become negative means that if the autocorrelations at lags greater than about one third of the number of data points are large (as is the case with LRD), they will actually decrease the uncertainty in our estimated trend rate! It also means that increasing the Hurst parameter doesn’t necessarily make an estimated trend more uncertain; when the Hurst parameter exceeds a “critical value” the uncertainty in an estimated trend actually decreases. In fact I’m glad the issue of LRD was raised here, because it’s spurred me to investigate the effect of LRD on estimated trend rates, and how their uncertainty changes with the Hurst parameter.

Of course LRD is still a great difficulty in time series analysis; it makes estimates of even the most fundamental quantities (like the mean value of the time series) far more uncertain, and getting a handle on the characteristics of the LRD (like the Hurst parameter) is always uncertain and calls for very large quantities of data. But LRD is not an insurmountable problem for time series analysis. It calls to mind the old maxim, that every challenge is also an opportunity.

Categories: Global Warming

27 responses so far ↓

  • steven mosher // June 10, 2008 at 11:19 pm | Reply

    thanks for this post.

  • kim // June 11, 2008 at 1:41 am | Reply

    Amusant.
    ======

  • Gavin's Pussycat // June 11, 2008 at 4:02 am | Reply

    I find this post extremely interesting and useful, and am considering using parts of it in an upcoming lecture.

    One question: in the IPCC reports (don’t remember precise place) there are plots of temperature variability (PSD?) in units of C^2/yr against time scale. They are log-log plots, and seem to suggest a 1/f dependence (like random walk) of temperature variability with frequency (although horizontal axis used is actually time scale).

    I never really understood those plots. Precisely what do they show, and do they establish a near-LTP/LRD character for these temperature time series?

  • sidd // June 11, 2008 at 6:10 am | Reply

    this reminds me of phase transitions where the correlation lengths and times for order parameter fluctuations diverge also

  • Luke // June 11, 2008 at 6:57 am | Reply

    So where does the Hurst phenomenon leave us. If there is a long drought sequence in the Nile or Murray or whatever river system – won’t sceptics just say “Hurst!” and walk off?

  • george // June 11, 2008 at 1:41 pm | Reply

    When you say you need “lots of” data to “precisely estimate the Hurst parameter, how much is “lots” and what does “precise” mean?

    [Response: There's no definitive answer, but I'd say 1000 is a reasonable "practical" minimum. One or two hundred isn't very many in this context. Especially if the time series is not pure LRD, but is, say, an LRD process plus AR1 noise, then one has to explore the behavior at *very* large lags to get beyond the short-range (in this case AR1) stuff.]

    How do you know when you have enough data?

    [Response: Again, there's no definitive answer. Basically you have enough when the results "stabilize." This means that different parts of the data give results that agree with each other. If, for example, you can split the data in two, analyze each separately, and get the same basic result from each, then you *probably* have enough. Probably!]

    Is there only one way of estimating the parameter? If not, do the different methods always yield consistent results? if not, how do you choose between methods?

    [Response: There are many ways. In addition to the aggregated-variance method, there's the R/S method, where you split the data into blocks (like the aggregated-variance method) and study the behavior of the ratio R/S (R=range of block, S=standard deviation of block) as block size changes. There are also "frequency domain" methods, based on the idea that the power spectral density of LRD time series is proportional to 1/f (f=frequency) as the frequency goes to zero (and diverges at zero, just as the sum of the autocorrelation coefficients diverges). Recently wavelet methods have been applied.

    A good recommendation is to apply *several* estimation methods, and note whether they tend to agree with each other. The ones that agree can be considered to give a more reliable estimate.]

    What does a particular value of the parameter actually mean? For example, if i estimate that the Hurst parameter = 0.75, for a particular temperature time series, what does that tell me in practical terms?

    [Response: H=0.5 means there's no LRD (barely). H=1 means total LRD, and is actually impossible. The higher the H value, the more slowly the autocorrelations decline as lag increases. In practical terms, increased H means that a lot of measures (like the average) require more data to get sufficiently precise.]

    Does it simply tell me whether the “noise” is random or not? Is there a difference between 0.75 and 0.85 in practical terms?

    [Response: It takes longer for the average to "converge" to the true value for H=0.85 than it does for H=0.75. In fact, in general it takes longer for most estimates to converge. The "noise" is always random -- that's kinda the definition of noise. If it's not random, it's signal rather than noise.]

    Could I somehow “factor’ the Hurst parameter into a climate model to more accurately project future temperature development?

    [Response: Generally it doesn't enable you to make more accurate predictions, but it does enable you to get a better idea of how precise your predictions might be (i.e., how large the probable error is).]

    Perhaps it is just my ignorance of the subject, but it is not at all clear to me what the actual value of this Hurst parameter is.

    [Response: Most processes do *not* exhibit LRD, so the Hurst parameter will be H=0.5. If the process shows LRD, but the autocorrelations decay as rapidly as possible while still showing LRD, then H will be barely over 0.5. If the autocorrelations decay with infuriating slowness, then H will be close to 1.]

  • george // June 11, 2008 at 4:31 pm | Reply

    Thanks so much for the answers and for the original post. Excellent, as usual.

  • Christopher // June 11, 2008 at 6:18 pm | Reply

    I really enjoyed this. I came across Hurst on a tangent before re-finding it in climate modeling and have always wanted to”try it out”. I’ve got lots of data, half-hourly measurements for 10+ years, c. 175000 observations. My question is what next? I have yet to find some canned way of calculating H. I’ve found numerous tidbits via google but nothing like, say, a routine in R or Matlab. I was wondering if you had a recommendation? Part of me thinks the iffy nature of the whole thing is likely why there is (to my knowledge at least) no “H <- hurst(data)” function out there. Thanks again for the post, I really found the answers to george’s first post useful too.

    [Response: Probably this paper would be a good place to get more info on methods to estimate H.]

  • steven mosher // June 11, 2008 at 8:15 pm | Reply

    Luke,

    No they just won’t walk off.

    http://www.climateaudit.org/?p=469

    As tamino notes when you have LDR or LTP, more data is lovely. that’s a twofold problem.

    1. the quality of historical data.
    2. Can we afford to wait for future data.

    interstingly, Oke also used the hurst exponent in his study of microsite bias, I can fish up the cite, but I vaguely recall his notion was that changes in the hurst exponent would indicate that the site had been altered. a novel thought. so instead of doing a change point analysis Oke looked at changes in the hurst exponent. thats one to think about.
    ( I think he had daily data, so lots of N)

  • steven mosher // June 11, 2008 at 8:42 pm | Reply

    Luke, here is Oke.

    http://ams.allenpress.com/perlserv/?request=get-abstract&doi=10.1175%2FJCLI3663.1

    He has a fascinating selection of papers, more metereology than climatology.

  • William Connolley // June 11, 2008 at 9:09 pm | Reply

    And when the AC is -ve? You increase the dof? Don’t believe it…

    [Response: "Degrees of freedom" is just a phrase. If the autocorrelation is negative (say for an AR1 process with negative autoregression parameter) the probable error in a trend rate (or average, or many other statistics) is *less* than that for a white-noise process. Believe it.]

  • steven mosher // June 11, 2008 at 10:36 pm | Reply

    some history

    http://www.realclimate.org/index.php?p=228

    cohn and lin, hurst and hydrology.

    Don’t want to re open this particular fight, but just to put it in perspective.

  • Rattus Norvegicus // June 12, 2008 at 2:55 am | Reply

    You know Mosher, there just isn’t a lot of evidence that temp processes have LDR. However, hydrology may well have *some* LDR given the fact that it takes some time to recharge aquifers, moisten soil, etc after a period of drought before river flows will increase. This is something that is clearly understood.

    Temps and rainfall are not hydrology.

  • steven mosher // June 12, 2008 at 12:38 pm | Reply

    Rattus,

    I don’t think I’ve made that claim. I noted that Oke used Hurst exponent to identify changes in temp records. An intesrestin excercise.

    Also, for those of you know R, it has a package
    called fractdiff that estimates the hurst exponent

  • blue // June 15, 2008 at 7:04 pm | Reply

    Which climate time series are suspected to show / not show LRD?

  • Don Fontaine // June 20, 2008 at 6:32 pm | Reply

    The use of statistics on pages 127 to 132 in the climate change science program report. Appendix A Statistical Trend Analysis Coordinating Lead Author: Richard L. Smith, Univ. N.C., Chapel Hill seems to tackle confidence intervals for trend estimates without mentioning Hurst. I’ve heard different opinions of AIC. Do you have one?
    The use of square root and cube root transforms of the response variable prior to fitting seem to lack any physical justification. It makes the density distribution more symmetrical, why is this enough justification for the the transform? http://www.climatescience.gov/Library/sap/sap3-3/final-report/default.htm

  • Alejandro // June 21, 2008 at 3:35 pm | Reply

    Anybody, anycountry, really ready to change life? How to go to bed and wake up with the hens and chickens? . To have NO night activity except hospitals and similars?, No daylike ilumination except the minimum for security?. Any guess how much energy we will save?

  • Barton Paul Levenson // June 22, 2008 at 11:26 am | Reply

    Alejandro writes:

    Anybody, anycountry, really ready to change life? How to go to bed and wake up with the hens and chickens? . To have NO night activity except hospitals and similars?, No daylike ilumination except the minimum for security?. Any guess how much energy we will save?

    Anyone in their right mind think this is what environmentalists are actually advocating? Any guess why denialists insist on this “the greens want you all to live in caves” trope? Any chance Alejandro hasn’t heard that the solution to global warming is mainly to switch to renewable sources of energy, NOT to decrease the standard of living? Any change of convincing him of that?

  • Gavin's Pussycat // June 24, 2008 at 3:38 pm | Reply

    Steve Mosher, I read the Runnals-Oke article, but I do not think you are right in stating that they use the Hurst exponent for detecting discontinuities. Rather, they first cleverly construct a time series of “cooling ratios” between stations, and then draw a curve of cumulative values from that — or rather, from its deviations from the mean. Then, this curve is re-scaled to span the unit interval, and visually inspected.

    This is certainly a good way to detect skips (which turn up as “inflection points” in the curve), but has nothing to do with Hurst. The Hurst exponent seems to be used only as a diagnostic of something “fishy” with the time series.

    If you look at the Vancouver figure in the paper, you’ll see that the original time series is very much of the equilibrium-seeking kind. Only, the equilibrium itself undergoes long-term changes, which indeed may be called long-term persistence and produces a high H — in this case, 0.78. But it is not your typical random walk like thingy.

    BTW was this paper published? I find it on the authors’ web site, and abstracts of it for AGU/EGU meetings.

  • steven mosher // June 24, 2008 at 5:22 pm | Reply

    Thanks Gavin,

    I was never quite clear on what Oke was doing with Hurst. Your read helps a lot.

  • Joseph // June 26, 2008 at 11:53 pm | Reply

    This is OT, but a commenter on my blog sent me here are suggested this post might interest you.

  • Marion Delgado // July 1, 2008 at 4:17 am | Reply

    A little voice is telling me this is why I lost interest in string theory.

  • Aslak Grinsted // August 12, 2008 at 6:13 am | Reply

    Christopher: I just uploaded my hurst.m file to matlab central. You can take a look. It can also compare the results to an AR1 model.

    http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=21028&objectType=file

  • K. Hamed // August 12, 2008 at 6:59 pm | Reply

    “One small “saving grace” is that the nature of trend analysis makes it less susceptible to LRD than many other parameters we try to estimate.”

    Just a comment on the above statement and the analysis following it:

    Although your general conclusion is correct, i.e. that the effect decreases at some high value of H, the picture is a little different if you look at the actual numbers.

    For the exact calculation and values of actual variance inflation factors for linear trend please check:

    Matalas, N.C., and Sankarasubramanian, A., (2003). Effect of persistence on trend detection via regression. Water Resour. Res., 39(12) 1342, doi: 10.1029/2003WR002292.

    The paper can be downloaded at

    http://www.ce.ncsu.edu/research/hydroclimatology/people/sankar/pubs/2003WR002292.pdf

    Example: at N = 1000 observations, the variance inflation factor (Table 1 in the above paper) is 36.98 for LRD data (FGN) with r1 (r1 and H are related as shown in paper)= 0.7 (that is the variance of the linear trend estimator is 37 times what can be found in a random process!) and decreases to 33.92 at r1=0.9, then to 5.16 at r1 =0.99, still very high (five times that for random data).
    Note also that the numbers always increase vertically as N increases for a given H (no matter how large).

    Conclusion: Trend slope is “highly susceptible” to LRD and susceptibility increases dramatically as N increases (if 37 times the variance is not convincing, try N = 10,000!).

    [Response: It should be noted that the variance inflation factor is the square of the standard deviation inflation factor, so the uncertainty in a trend estimate for N=1000 data points of a Fractional Gaussian Noise (FGN) process with rho_1 = 0.7 is inflated by a factor of 6.08, not 36.98. It should also be noted that the analysis of Matalas and Sankarasubramanian is specifically for the case of a Fractional Gaussian Noise process; not all LRD processes exhibit the same autocorrelation structure. And while the inflation factor increases as N increases, the white-noise variance decreases, so that higher N generally improves the accuracy of a trend slope indicator.

    I agree that trend analysis is highly susceptible to LRD, but it's by no means an insurmountable problem.]

  • K. Hamed // August 12, 2008 at 9:13 pm | Reply

    Thank you for your your response. I agree with your notes. However, I would like also to note that higher N generally improves the accuracy of a trend slope indicator relative to a smaller N of the same series, but it would still be much higher than the random data case. I am saying this because I noted a couple of publications where it was claimed that persistence (short- or long-range) can be ignored if the time series is long enough. However, in trend testing, a factor of 6 in standard deviation can make a 1 in 5 chance trend appear as 1 in 5,000,000! A factor of 2 can make a 1 in 10 chance trend appear as 1 in 200. (Assuming Normal distribution, I hope I have done the math correctly!)

    [Response: I assume your numbers are correct, and your point is certainly correct. Treating time series as signal + white noise is, alas, not a rare mistake in scientific publications (probably less common in geophysics than other sciences).]

  • Alexander Harvey // August 24, 2008 at 11:21 pm | Reply

    Whether it be LRD or LTP the adjective LONG must always beg a question. “How long is long”?

    I suspect he pragmatic response is “How long have you got”?

    Ultimately a persistent data series either has persistence or it has not. But in the medium term it may exhibit LTP/LRD, to flatter only to deceive.

    Does the climate exhibit persistence?

    I do not know, because the question is inadequately defined.

    If I may I will use signal colour as an illustrative concept.

    White is neutral, red (brown) is persistent and blue (purple) is anti-persistent.

    Where the colour represents the relative balance of high and low frequency components.

    Persistent series posses a relative excess of low frequency components, anti-persistent series a relative excess of high frequency components.

    If one takes the continuous temperature record at a specific point it show persistence on an hourly time frame. If one takes daily averages they show persistence on a monthly time frame but what about the continuous record on a centennial timeframe?

    Well the strongest signals are the diurnal and annual. They far outweigh the drifts and multiyear variations. In the centennial time frame the signal is I think biased to the higher (relative to the time frame) frequency end. The signal is anti-persistent. I think that is why the sub-annual data must be averaged to produce over year persistence. But if one is going to discard the diurnal and annual why not also other detectable traits.

    The answer is that one can do as one wishes. Objectively, if the term is meaningful, one should use the most detailed data that is available. Result, anti-persistence. To extract meaning one could be subjective and use annualised data and detrended data. It depends what one wishes to see.

    I suspect all I am trying to say just now is never to take Hurst coefficient values as meaningful without their precise context being held in the mind. And finally to remember that many different types of series have the same Hurst coefficients. In particular a series and its negation.

    Best Wishes

    Alexander Harvey

    [Response: It seems to me that you've spent a great many words to say nothing at all.]

  • Alexander Harvey // August 30, 2008 at 1:13 pm | Reply

    Dear Response,

    Perhaps nothing of interest to you but sometimes a lesson to the circumspect.

    I feel it be of benefit for one to understand the roles that noise and periodic signals play in both the calculation of the Hurst Coefficient and the AR(n) processes.

    Any periodic signal that is not identified may appear to show strong peristence in short time frames and strong anti-persisence in long time frames.

    Also AR(n) processes, in seeking a solution with minimal residues, do not necessarily handle periodic (sinusoidal) signals as one might wish. With n>2 no unique solution exists. This contrasts with noise.

    Also when seeking minimal residuals one can not necessarily assume that the model, one has in mind, is characterised by the AR found. This is where colouration comes in. If you consider that the model colours an input one needs to question the true colour of the input.

    For the colour of the data reflects both the colouration introduced by the model and the colour of the signal. If it turns out that the signal is bluish AR will underestimate the effects of the model. If the signal is pinkish AR will overestimate the effects of the model.

    Best Wishes

    Alexander Harvey

Leave a Comment