Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137272
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137272 Number of paths of the simple random walk on condition that the median applied to the partial sums S_0=0, S_1,...,S_n, n even (n=8 in this example), is equal to k, -n/2<=k<=n/2. +0
1
6, 10, 32, 45, 70, 45, 32, 10, 6 (list; graph; listen)
OFFSET

0,1

COMMENT

1) Suppose n is even, the convolution of the probability distribution of the minimum and the maximum of a simple random walk up to n/2 is equal to the probability distribution of the median (see mathematica program and references).

2) The median taken on partial sums of the simple random walk represents the market price in a simulation model wherein a single security among non-cooperating and asymetrically informed traders is traded (see Pfeifer et al. 2008).

3) Transformation T007 gave a match with first differences of A089877 (superseeker).

REFERENCES

Feller, W., (1968) An Introduction to Probability Theory and its Applications I. New York: Wiley

Pfeifer, C., Schredelseker, K. and Seeber G. U. H., (2008) On the negative value of information in informationally inefficient markets. Calculations for large number of traders. European Journal of Operational Research, in press.

Wendel, J. G., (1960) Order Statistics of Partial Sums, 31 Ann.Math.Statist. 31, pp. 1034-1044.

EXAMPLE

The possible different paths (sequences of partial sums) in the case n=2:

{0,-1,-2}; median=-1

{0,-1,0}; median=0

{0,1,0}; median=0

{0,1,2}; median=1

Sequence of integers in the case n=2: 1,2,1

MATHEMATICA

(*calculation of distribution of median single random walk*) p[n_, r_] := If[Floor[(n + r)/2] - (n + r)/2 == 0, Binomial[n, (n + r)/2], 0] maximum[n_, r_] := p[n, r] + p[n, r + 1]; (*prob. maximum*) minimum[n_, r_] := p[n, -r] + p[n, -r + 1]; (*prob. minimum*) median[n_] := ((*distr. median*) listmin = Table[If[r < -(n/2) || r > 0, 0, minimum[n/2, r]], {r, -n, n}](*distr. minimum*); listmax = Table[If[r > n/2 || r < 0, 0, maximum[n/2, r]], {r, -n, n}](*distr. maximum*); listmedian = ListConvolve[listmax, listmin, {1, -1}](*convolution*); listmedian[[3 n/2 + 1 ; ; 5 n/2 + 1]]); (*result median*) Table[median[2 n], {n, 1, 7}](*result up to n=14*)

CROSSREFS

Cf. A089877.

Adjacent sequences: A137269 A137270 A137271 this_sequence A137273 A137274 A137275

Sequence in context: A025129 A093559 A130440 this_sequence A121801 A032740 A025629

KEYWORD

easy,fini,nonn,uned

AUTHOR

Christian Pfeifer (christian.pfeifer(AT)uibk.ac.at), Mar 13 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research