Understanding 'Absolutely Fair' in Statistics & Probability

  • Context: Undergrad 
  • Thread starter Thread starter Biosyn
  • Start date Start date
  • Tags Tags
    Probability Statistics
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
Biosyn
Messages
114
Reaction score
0
What does the term 'absolutely fair' in statistics & probability mean?

Does it mean that the probability for each variable* is 0.
And that the expected value is 0. I did a search on Google and the only thing I came up with was this:
http://mathworld.wolfram.com/AbsolutelyFair.html
 
Last edited:
Physics news on Phys.org
Hey Biosyn.

To add to Stephen Tashi's comments, I think you should consider the context of what the random variable is in.

One way of assessing "fair" is that probabilities are equal in a random variable. If this is discrete uniform with N states then P(X = x) = 1/N can be considered "fair" as can a continuous uniform with P(X = x) = 1/N in the interval [a,a+N].

In finance, we consider fair to be one where there is no risk of arbitrage or a "free lunch" under specific assumptions (which may not be right in practice).

We also consider fairness in the context of unpredictability or pure-randomness where no information at all helps predict the outcome and this is a case of maximum entropy which when used in the proper context (i.e. for discrete random variables with a finite number of outcomes) yields the uniform distribution in discrete state-space.
 
In finance one has the idea of a fair game. The naive model is a random walk or a Brownian motion but more generally the model is called a martingale. This is a game where the current value of a random variable(e.g. the price of a security) gives you the best estimate of its future value after you have accounted for all of the relevant information about it.

This means that any change in value e.g. change in the price of a stock is completely unpredicatable. The game would be unfair if some players had special information that was not generally available that enabled them to get an edge in the betting.For instance insider trading or knowledge of price patterns that were difficult to find and not generally seen by the marketplace.
 
Last edited:
Biosyn said:
I did a search on Google and the only thing I came up with was this:
http://mathworld.wolfram.com/AbsolutelyFair.html

which says:

Absolutely Fair

A sequence of random variates [itex]X_0, X_1, ...[/itex] is called absolutely fair if for [itex]n=1, 2, ...,[/itex]
[itex]<X_1>=0[/itex]

and
[itex]<X_{n+1}|X_1,...,X_n>=0[/itex]

(Feller 1971, p. 210).

That definition is expressed in terms of "expectations" of random variables rather than probabilities. It has a misprint since the first condition should say [itex]<X_n> = 0[/itex] instead of [itex]<X_1> = 0[/itex]. The notation [itex]<X_n>[/itex] refers to the expected value of [itex]X_n[/itex].

This definition differs from the definition of a martingale.
 
Stephen Tashi said:
which says:



That definition is expressed in terms of "expectations" of random variables rather than probabilities. It has a misprint since the first condition should say [itex]<X_n> = 0[/itex] instead of [itex]<X_1> = 0[/itex]. The notation [itex]<X_n>[/itex] refers to the expected value of [itex]X_n[/itex].

This definition differs from the definition of a martingale.

Steve it seems to me that this definition is the same as a type of Martingale. If one takes the new process which is the sum of the X's then the expectation of the sum in the next period is its current value.