Inverted Bell Curve



I'm clear on the fact that the sum of a random sampling from a range of
numbers say, 0 to 4, will distribute itself in the form of the bell
curve. That is, taking more numbers per sample increases the
likelihood of their sum being near the middle. Is there a different
function or relation besides 'sum' that I could use to set up a
situation where the extremes of 0 and 4 have the highest probability,
and the center has the lowest chance of being hit? I want to make it
in this example so that the probability of getting 0 or 4 is very high,
and the probability of getting 2 is very low.

Standard bell curve;
____#____
____#____
__#_#_#__
#_#_#_#_#
0_1_2_3_4

What I w ant:
#_______#
#_______#
#_#___#_#
#_#_#_#_#
0_1_2_3_4

.



Relevant Pages

  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... the question is why the standard system can't accomodate the infinite case, ... The probability of each is 0 in standard analysis, ...
    (sci.math)
  • Re: Calculus XOR Probability
    ... probability of choosing a finite integer. ... the finite naturals don't comprise an internal ... and this sum does not exist as a nonstandard real. ... we're talking about an infinite sum. ...
    (sci.math)
  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... If you can establish a uniform probability distribution, ... the question is why the standard system can't accomodate the infinite case, ...
    (sci.math)
  • Re: Calculus XOR Probability
    ... the sum of a countable number of 0's; he simply "wants" it to be 1. ... then the probability of one being chosen is 1. ... If you can establish a uniform probability distribution, ... even if n is infinite. ...
    (sci.math)
  • Re: Probability Problem
    ... What is the probability the two sums are 390 ... I think the sum would come close to a normal distribution. ... Suppose you combine the first entry of the first row with each entry of ...
    (comp.lang.python)