Goodard v. Google, Inc.

Filing 158

Download PDF
Goodard v. Google, Inc. Doc. 158 EXHIBIT M Dockets.Justia.com Untitled Page Moving average Wikipedia, the free encyclopedia Page 1 o f 7 - Page 1 of 7 From Wikipedia, the free encyclopedia In statistics, a moving average, also called a rolling merage and sometimes a running average, refers to a statistical technique used to analyze a set of data points by creating an average of one subset of the full data set at a time with each number in the subset given an equal statistical weight. So a moving average is not a single number, but it is a set of numbers, each of which is the average of the corresponding subset of a larger set of data points. A simple example is if you had a data set with 100 data points, the first value of the moving average might be the arithmetic mean (one simple type of average) of data points 1 through 25. The next value would be this simple average of data points 2 through 26, and so forth, until the final value, which would be the same simple average of data points 76 through 100. The size of the subset being averaged is often constant, as in the previous example, but need not be. In particular, a cumulative average is a type of moving average where each value is the average of all previous data points in the full data set. So the size of the subset being averaged grows by one as each new value of the moving average is calculated. A moving average could also use a weighted average instead of a simple average, perhaps in order to place more emphasis on more recent data points than on other data points longer ago in time. A moving average can be applied to any data set, but is perhaps most commonly used with time series data to smooth out short-term fluctuations and highlight longer-term trends or cycles. The threshold between short-term and long-term depends on the application, and the parameters of the moving average will be set accordingly.For example, it is often used in technical analysis of financial data, like stock prices, returns or trading volumes. It is also used in economics to examine gross domestic product, employment or other macroeconomic time series Mathematically, a moving average is a type of convolution and SO it is also similar to the low-pass filter used in signal processing. When used with non-time series data, a moving average simply acts as a generic smoothing operation without any specific connection to time, although typically some kind of ordering is implied. s s s E s 1. I Prior moving average 1.2 Central moving average 2 CumuIative moving average 3 Weighted moving average 4 Exponential moving average 5 Other weightings 6 See also 7 Notes and references 8 Further reading 9 External links s B i ~ p ~~ o v averageg e ~~ Prior moving average http://en.wikipedia. orglwikihfoving-average 1211s/2ooa AMDOOI 989798 https://u7w5.dochunter.net/DHWeb/Innag~View~~ntImage.aspx?&DocHunterID=~2Olae7 ... 3/18/2009 Untitled Page Moving average - Wikipedia, the free encyclopedia Page 2 of 7 Page 2 of 7 A simple moving average (SMA) is the unweighted mean of the previous n data points. For example, a 10-day simple moving average of closing price is the mean of the previous 10 days' closing prices. If those prices are P M 7 PW3 > = I PM-9 then the formula is i- .- When calculating successive values, a new value comes into the sum and an old value drops out, meaning a full summation each time is unnecessary, In technical analysis there are various popular values for n, like 10 days, 40 days, or 200 days. The period selected depends on the kind of movement one is concentrating on, such as short, intermediate, or long term. In any case moving average levels are interpreted as support in a rising market, or resistance in a falling market. In all cases a moving average lags behitid the latest data point, simply from the nature of its smoothing. An SMA can lag to an undesirable extent, and can be disproportionately influenced by old data points dropping out of the average. This is addressed by giving extra weight to more recent data points, as in the weighted and exponential moving averages One characteristic of the SMA is that if the data have a periodic fluctuation, then applying an SMA of that period will eliminate that variation (the average always containing one complete cycle). But a perfectly regular cycle is rarely encountered in economics or finance.['] Central moving average For a number of applications it is advantageous to avoid the shifting induced by using only 'past' data. Hence a ceatral moving average can be computed, using both 'past' and 'future' data. The 'future' data in this case are not predictions, but merely data obtained after the time at which the average is to be computed. Weighted and exponential moving averages (see below) can also be computed centrally The cumulative moving average is also frequently called a running average or a long running average although the term running average is also used as synonym for a moving average.This article uses the term cumulative moving average or simply cumulative average since this term is more descriptive and unambiguous, In some data acquisition systems, the data arrives in an ordered data stream and the stastitician would like to get the average of all of the data up until the current data point. For example, an investor may want the average price of all of the stock transactions for a particular stock up until the current time. As http://en.wikipedia.org/wiki/Moving-average 12/18/2008 AMDOOI 989799 https://ww5 .dochunter.net/DHWeb/ImageView/PrintImage.aspx?&DocHunterlI>= 1ae7... 3118/2009 (20 Untitled Page Moving average - Wikipedia, the free encyclopedia Page 3 of 7 Page 3 of 7 each new transaction occurs, the average price at the time of the transaction can be calculated for all of the transactions up to that point using the cumulative average. This is the cumulative average, which is typically an unweighted average of the sequence of i values xl, ..., xi up to the current time: CAi = XI c .** 4- Xi 2 The brute force method to calculate this would be to store all of the data and catculate the sum and divide by the number of data points every time a new data point arrived. However, it is possible to simply update cumulative averagea as a new value becomes available, using the formula: where CA, can be taken to be equal to 0. Thus the current cumulative average for a new data point is equal to the previous cumulative average plus the difference between the latest data point and the previous average divided by the number of points received so far. When all of the data points arrive ( i = N), the cumulative average will equal the final average. The derivation of the cumulative average formula is straightforward Using ~1 +- + 1 ** = iGfA4I and similarly for i + 1, it is seen that Solving this equation for CAi+l results in: A weighted average is any average that has multiplying factors to give different weights to different data points. Mathematically,the moving average is the convolution of the data points with a moving average function; in technical analysis, a weighted moving average (WMA) has the specific meaning of weights which decrease arithmetically.in an n-day WMA the latest day has weight n, the second latest n - 1, etc, down to zero. The denominator is a triangle number, and can be easily computed as - _- http:llen.wikipedia.orglwikifMoving-average 12/18/2008 AMDOOI989800 https://ww5.dochunter,netlDH'Web/ImageViewlPrintIma~e.aspx?&DocHunterID= 1ae7... 3/18/2009 (20 Untitled Page Moving average - Wikipedia, the free encyclopedia Page 4 of 7 Page 4 of 7 The graph at the right shows how the weights decrease, from highest weight for the most recent data points, down to zero. It can be compared to the weights in the exponential moving average which follows. An exponeritial moving average @MA), sometimes also called an factors which decrease exponentially The weighting for each older data point decreases exponentially, giving much more importance to recent observations while still not discarding older observations entirely The graph at right shows an example of the weight decrease exponentially weighted moving average (EWMA), applies weighting ,. I/ I The degree of weighing decrease is expressed as a constant smoothing factor a, a number between 0 and 1. a may be expressed as a = percentage, so a smoothing factor of 10% is equivalent to a O I Alternatively, a may be expressed in terms of N time periods, where i EMA weights N=15 a=- 2 N+ 1 For example, N=l9 is equivalent to a O 1 The half-life of the weights (the interval over = which the weights decrease by a factor of two) is approximately __ (within 1% if N X ) N 2.8854 The observation at a time period t is designated Yt, and the value of the E M at any time period t is designated S, S, is undefined S, may be initialized in a number of different ways, most commonly by setting S, to Y,, though other techniques exist, such as setting S, to an average of the first 4 or 5 observations. The prominence of the S, initialization's effect on the resultant moving average depends on a, smaller a values make the choice of S, relatively more important than larger a values, since a higher a discounts older observations faster. The formula for calculating the EMA at time periods t=2 is http ://en.wikipedia.org/wikifMoving-average 12/18/2008 AMDOOI989801 https://ww5. d o c h u n t e r . n e ~ H W e b ~ m a g e V i e w ~ n n t ~ a g e . a s p x ? & D o c H ~ t eae7,.= 3/18/2009 (20 1r ~ ~ . Untitled Page Moving average - Wikipedia, the free encyclopedia Page 5 of 7. Page 5 of 7 This formulation is according to Hunter (1986)f2].The wei ts will obey a * (1 - a" * Y(-(,.+ ) alternate approach by Roberts (1959) uses Y , in lieu of Y,-l : S , c # r= a t,d&n & x ut -f- (1 - 0)x st-i 9 1 An This formula can also be expressed in technical analysis terms as follows, showing how the EMA steps towards the latest data point, but only by a proportion of the difference (each time):[4] Expanding out E&fApstorday each time results in the following power series, showing how the weighting factor on each data pointpl, p2, etc, decrease exponentially: In theory this is an infinite sum, but because 1-a is less than 1, the terms become smaller and smaller, and can be ignored once small enough. The denominator approaches l/a, that value can be used and instead of adding up the powers, provided one is using enough terms that the omitted portion is negligible. The N periods in an N-day EMA only specifl the a factor. Nis not a stopping point for the calculation in the way it is in an SMA or WMA. The first N data points in an EMA represent about 86% of the total weight in the calculation. The power formula above gives a starting value for a particular day, after which the successive days formula shown first can be applied. The question of how far back to go for an initial value depends, in the worst case, on the data If there are hugep price values in old data then they'll have an effect on the total even if their weighting is very small. Eone assumes prices don't vary too wildly then just the weighting can be considered. The weight omitted by stopping after k terms is (a - CY>,, -I- (1 which is +- ** , (1 - allz x (1 Le. a fraction + (4 -a)t (1 -a)"*-) (1 - C u y a http://en.vvikipedia.org/wiki/Moving-average 12118/2008 AMDOOI 989802 https://ww5. dochunter.net/DHMeb/ImageView/PrintImage. aspx?&DocHunterID={20 1ae7... 3/18/2009 Untitled Page Moving average - Wikipedia, the free encyclopedia Page 6 of 7 Page 6 of 7 out of the total weight For example, to have 99.9% of the weight, k= Iog(O.ao1 x a) log(1 - a) -2 - a> approaches Jv-t- 1 terms should be used. Since log (1 as N increases, this simplifies to approximately iE = 3.45 x (Iv dp I) s for this example (99.9% weight). Other weighting systems are used occasionally - for example, in share trading a volume weighting will weight each time period in proportion to its trading volume. A hrther weighting, used by actuaries, is Spencer's 15-Point Moving Average['] (a central moving average). Moving average convergenceldivergence Exponential smoothing Window function = Steklov function es 1. 2, A A NISTISEMATECH e-Handbook of Statistical Methods: Single Exponential Smoothing at the National Institute of Standards and Technology 3. A NIST/SEMATECH e-Handbook of Statistical Methods: E M Control Charts at the National Institute of Standards and Technology 4. A Moving Averages page at StockCharts.com 5, A Spencer's IS-Point Moving Average from Wolfram MathWorld Slafislical AnaZysis, Ya-lun Chou, Holt International, 1975, ISBN 0030894220 , section 17.9. - http://en.wikipedia.org/wiki/Moving-average 12/18/2008 AMDOOI 989803 https://ww5 .dochunter.net/DHWeb/ImageView/PrintImage.aspx?&DocHunterID=(20 1ae7... 3/18/2009 Untitled Page Moving average - Wikipedia, the free encyclopedia Page 7 of 7 Page 7 of 7 m I Demonstration of calculation of Moving Average at analyzerxl.com Calculation of Moving Average using Excel at spreadsheetml.com m MA DemoLearn how MA works at analyzerxl.com Discussion of span and shift for prior MA Discussion of prior MA and central MA Retrieved from "http://en.wikipedia.ordwiki/Moving_average" Categories: Statistical charts and diagrams 1 Time series analysis 1 Mathematical finance 1 Technical analysis Hidden categories: All articles with unsourced statements I Articles with unsourced statements since September 2008 I Articles with unsourced statements since August 2007 I Statistics articles with f i This page was last modified on 16 December 2008, at 04.13. Ail text is available under the terms of the GNU Free Documentation License (See Copyrights for details.) WikipediaB is a registered trademark of the Wikimedia Foundation, Inc., a U.S. registered 501(c) (3) tax-deductible nonprofit charity. http:llen.wikipedia.orglwiki/Moving-average 12/1Sf2008 AMDOOI 989804 https://ww5 .dochunter.net/DHWeb/ImageView~~nt~age.~px?&DocH~ter~= . 3/18/2009 (20 1ae7..

Disclaimer: Justia Dockets & Filings provides public litigation records from the federal appellate and district courts. These filings and docket sheets should not be considered findings of fact or liability, nor do they necessarily reflect the view of Justia.


Why Is My Information Online?