IS Math-2022-03

题目来源Problem 3 日期:2024-07-07 题目主题:Math-概率论

具体题目

Consider hiring the best part-time worker by interviewing applicants, where . It is assumed that the absolute ranking (rank 1, rank 2, , rank ) of the applicants is determined in advance, and that the relative ranking of the applicants already interviewed is available. The applicants are interviewed one by one, but the order of applicants is random and unknown. In the selection process, the decision to accept or reject an applicant is based on the relative ranking of the applicants already interviewed, and the following conditions are imposed:

  • Immediately after an interview, the interviewed applicant is either accepted or rejected.
  • Once an applicant is accepted, the selection process terminates.
  • Previously rejected applicants cannot be recalled or accepted.
  • If no applicants are accepted in the first interviews, the -th applicant is accepted unconditionally.

Suppose that we use the following hiring strategy, where .

  • Reject the first applicants unconditionally.
  • Hereafter, accept the first subsequent applicant who is better than the best applicant among the above applicants (the applicant with the relative rank 1).

Let be the probability of accepting the applicant with the absolute rank 1 in this strategy. Answer the following questions.

  1. Calculate .
  2. Show that .
  3. Derive the probability of accepting the applicant with the absolute rank 1 among applicants at the -th interview. Note that .
  4. Consider the following recursive relation

Express and by and some constants.

  1. Let . Explain that approximately becomes when is large enough. Moreover, calculate the value of that maximizes . Note that stands for natural logarithm.

正确解答

1. Calculate

To calculate , we follow the strategy of rejecting the first applicant unconditionally and then accepting the first applicant who is better than the best applicant among the first 1 applicant.

  • The absolute rank 1 applicant must appear in positions 2, 3, or 4 for us to accept them, as we reject the first applicant.

Let’s consider the possible scenarios:

  1. If the rank 1 applicant appears in position 2, they are accepted immediately.
  2. If the rank 1 applicant appears in position 3, they are accepted if the applicant in position 2 is worse than the applicant in position 1.
  3. If the rank 1 applicant appears in position 4, they are accepted if the best applicant among the first three is worse than the applicant in position 1.

We calculate the probabilities for each scenario:

  • Probability of rank 1 being in position 2:
  • Probability of rank 1 being in position 3: (half the time, the applicant in position 2 is worse than the applicant in position 1)
  • Probability of rank 1 being in position 4: (one third of the time, the best applicant among the first three is worse than the applicant in position 1)

Adding these probabilities:

2. Show that

For , we reject the first applicants unconditionally and then accept the first subsequent applicant who is better than the best applicant among the first applicants. The absolute rank 1 applicant must appear in positions for us to accept them.

The probability of the absolute rank 1 applicant being accepted when appearing in position is:

because the rank 1 applicant must be better than the best of the first applicants, and this has to hold for positions .

Summing these probabilities for to :

3. Derive the probability of accepting the applicant with the absolute rank 1 among applicants at the -th interview

The probability of accepting the absolute rank 1 applicant at the -th interview, where , is the probability that the rank 1 applicant appears in position and is better than all the first applicants. This can be expressed as:

where is the probability that the rank 1 applicant is in position , and is the probability that the best of the first applicants is better than others of the first applicants.

Summing this for all possible :

4. Express and by and some constants

Given the recursive relation:

We need to express and in terms of , , and constants. From the previous derivation, we know:

For :

Using the recursive relation:

Thus, and can be identified as:

5. Approximation of as and maximizing

Let . When is large, the sum can be approximated by the integral:

Then:

To find the value of that maximizes , we take the derivative and set it to zero:

So, the value of that maximizes is .

知识点

概率论最优停止问题积分近似法递归

难点解题思路

这道题目的难点在于理解和推导递推关系式 ,以及利用积分近似法进行大 情况下的概率近似计算。

解题技巧和信息

对于类似的最优停止问题,可以通过以下步骤解决:

  1. 分析问题条件和决策策略。
  2. 计算特定情形下的概率。
  3. 推导一般情形下的概率公式。
  4. 使用递推关系进行简化和计算。
  5. 在大规模情况下,使用积分近似进行计算。

重点词汇

accept 接受

reject 拒绝

probability 概率

optimal 最优的

strategy 策略

recursive 递归的

approximate 近似的

natural logarithm 自然对数

参考资料

  1. Sheldon Ross, “A First Course in Probability”, Chapter 5: The Odds Algorithm
  2. Thomas Ferguson, “Optimal Stopping and Applications”, Chapter 1: The Secretary Problem