I am having a problem on which I have 4 players bidding in second price auction with reserved price (r). I need to find the expected value of 2nd bigger number when there are 3 players or 4 bidding over r, bid>r. For example, if 3 players bids over r, I need to find the expected value of the second bigger bid. So far I've found that when 2 players bids over r the expected value is equal to $a + (b-a)/3$ when we have uniform distribution in [a,b]. So in my example in [r,1] will be equal to $ r + (1-r)/3 $ I need the expected value of 2nd bigger value of n values. Haven't thought a way to do so. Found this but didn't help me Expected value of 2nd-smallest out of 3 random variables. Thanks in advance and sorry if my question is amateur.
2026-04-22 21:01:15.1776891675
Expected value of 2nd-bigger number out of n independent random variables in uniform distribution [r,1], r>0
1.1k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GAME-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Perfect Information Game and Chance node
- Valid operations to the value of a matrix game
- Rook Game Problem Solving
- Proof of Axiom of Transparency in Aumman's model of knowledge
- Sion's MinMax theorem over matrices
- Can Zermelo's theorem be extended to a game which always has a winner?
- a risk lover agent behave as if risk natural.
- How to prove that a strategy profile is a Proper Equilibrium?
Related Questions in ORDER-STATISTICS
- What does it mean to say that one random variable is "greater" than another?
- Fermi/Bose gases
- Calculating integral using pdf's $\int_0^1x^r(1-x)^{n-r}dx$
- Expectation of sample median, general uniform case
- Distribution of the maximum of independent RV
- Order statistics, unclear derivation of the distribution function, uniform df
- find joint distribution $\min (X,Y)$ and $W$, where W is a discrete distribution
- Prove that regression beta of order statistics converges to 1?
- Probability based on position
- Understanding functional equation for order statistics
Related Questions in AUCTION-THEORY
- Tackling freeloader problem of a "group auction"
- is $\frac{g(x)}{h(x)}>\frac{1-G(x)}{1-H(x)}$ true if $G(x) > H(x) > x$ on (0,1)?
- How to show that a selection $b_1(v)$ is always less than another selection $b_2(v)$
- Game Theory: Auction Bidding
- How to show that bids are in ex post equilibrium in a Vickrey auction?
- Question on first and second price sealed bid auction
- bribing in second price auctions
- If H(b) $\leq$ b then $\int_0^k (v-b)h(b) - [1-H(b)]db \leq \int_0^k (v-b) - [1-b]db $?
- If $H(b) ≤ b$ then $\int_0^k(v−b)h(b)−[1−H(b)]db≤0 $?
- Confused about what exactly constitutes an optimal auction
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
I think the expected value of the second highest value in $n$ uniform random variables on $[a,b]$ is $a + (b-a)\frac{n-1}{n+1}$.
You can first consider $n$ uniform random variables on $[0,b-a]$, then the pdf of the second highest value is $$f(x) = \frac{n!}{(n-2)!}(\frac{x}{b-a})^{n-2}(1-\frac{x}{b-a}),$$ which has mean value $(b-a)(\frac{n-1}{n+1})$.
Maybe you can see https://i.stack.imgur.com/UFfYC.jpg and Expected value of $2$nd highest draw from uniform dist out of n draws for detailed discussion.