第 2 / 3 页
非代码面试题
显示 20 / 50 道匹配题目
答题状态:未尝试未正确已正确
ID题目领域难度题型进度权限
471Binomial Tail with Continuity CorrectionA fair coin is flipped n = 144 times. Let S be the number of heads. **(a)** Using the CLT (without continuity correction), approximate P(S \ge 80). **(b)** Repeat with the continuity correction. You may use \Phi(1.33) \approx 0.9082 and \Phi(1.25) \approx 0.8944.概率简单数值题未尝试免费472Sample Size for Desired Estimation AccuracyA random variable X has mean = 5 and standard deviation = 2. You observe n independent copies X 1, \ldots, X n and compute X n. Using the CLT, find the smallest n such that P(| X n - 5| > 0.3) < 0.05. You may use \Phi(1.96) \approx 0.975.概率简单数值题未尝试免费473Probability of Negative Portfolio Return via CLTA portfolio consists of n = 50 stocks with equal weight 1/n. The annual returns R 1, \ldots, R 50 are independent, each with mean = 0.08 (i.e., 8\%) and standard deviation = 0.20. The portfolio return is R = 1 50 \sum i=1 50 R i. **(a)** State what the LLN implies about R as n . **(b)** Using the CLT, approximate P( R < 0). You may use \Phi(2.83) \approx 0.9977.概率中等数值题未尝试免费474Sample Size for a Tail Probability GuaranteeLet X 1, X 2, \ldots be i.i.d.\ Exp (1) (mean 1, variance 1). A system designer requires that the sample mean X n exceeds 1.1 with probability less than 1\%. Using the CLT, find the smallest n satisfying P( X n > 1.1) < 0.01. You may use \Phi(2.33) \approx 0.9901.概率中等数值题未尝试免费475CLT with Estimated Variance via Slutsky's TheoremLet X 1, \ldots, X n be i.i.d.\ with mean and finite variance 2 > 0. Define the sample variance S n 2 = 1 n-1 \sum i=1 n (X i - X n) 2 and the studentized statistic T n = n \,( X n - ) S n . **(a)** Using the LLN and Slutsky's theorem, show that T n \xrightarrow d N(0,1). **(b)** In a study with n = 100 observations, you find X 100 = 12.5 and S 100 = 3.0. Assuming the true mean is \mu 0 = 12, approximate P( X 100 > 12.5) using T n. You may use \Phi(1.67) \approx 0.9525.概率困难derivation未尝试免费2866Markov Bound for Daily SlippageA nonnegative slippage random variable L has mean E[L]=2 basis points. Give the best Markov upper bound you can on P(L\ge 10).概率简单derivation未尝试面试订阅2867A Generalized Markov Bound from the Fourth MomentSuppose X is any random variable with E[X 4]=81. Use Markov's inequality on a suitable nonnegative variable to bound P(|X|\ge 6).概率中等derivation未尝试面试订阅2868Recovering Chebyshev from MarkovDerive Chebyshev's inequality from Markov's inequality. In other words, show that for any random variable X with mean and variance 2, \[ P(|X- |\ge a)\le 2 a 2 . \]概率简单derivation未尝试面试订阅2869Chebyshev for a Monte Carlo MeanAn unbiased Monte Carlo estimator averages n=100 i.i.d. draws with variance 9. Use Chebyshev's inequality to bound the probability that the sample mean deviates from its target by at least 0.5.概率简单derivation未尝试面试订阅2870Which Bound Is Better Here?A nonnegative random variable X satisfies E[X]=1 and Var (X)=4. Compare the Markov and Chebyshev upper bounds on P(X\ge 5), and say which one is tighter.概率中等derivation未尝试面试订阅2871Hoeffding for a Bernoulli MeanLet X 1,\dots,X n be i.i.d. Bernoulli(p) and let X n be the sample mean. Use Hoeffding's inequality to bound \[ P( X n-p\ge \varepsilon). \]概率简单derivation未尝试面试订阅2872How Many Bernoulli Trials for 99% Accuracy?You estimate a Bernoulli success probability by the sample mean of n i.i.d. trials. How large must n be to guarantee, via Hoeffding's inequality, that \[ P(| X n-p|\ge 0.02)\le 0.01? \]概率中等derivation未尝试面试订阅2873Hoeffding Versus Chebyshev for 65 Heads in 100 TossesA fair coin is tossed 100 times. Compare the Hoeffding and Chebyshev upper bounds on the event that the fraction of heads is at least 0.65.概率中等derivation未尝试面试订阅2874Hoeffding for Bounded Daily PnLSuppose daily centered PnL increments X 1,\dots,X 50 are independent and each lies almost surely in [-2,3]. Bound \[ P\! ( 1 50 \sum i=1 50 X i\ge 0.5 ) \] using Hoeffding's inequality.概率中等derivation未尝试面试订阅2875Monte Carlo Pricing Error with Bounded PayoffsA Monte Carlo pricer averages 500 i.i.d. discounted payoff samples, each in [0,1]. Use Hoeffding's inequality to bound the probability that the estimated price differs from the true price by at least 0.05.概率简单derivation未尝试面试订阅2876Sub-Gaussian Tail from an MGF AssumptionSuppose a centered random variable X satisfies \[ E[e tX ]\le e 2 t 2/2 \qquad for all t\in R. \] Use exponential Markov to prove that \[ P(X\ge x)\le e -x 2/(2 2) . \]概率中等derivation未尝试面试订阅2877Rademacher-Sum Upper TailLet X 1,\dots,X 100 be i.i.d. with P(X i=1)=P(X i=-1)=1/2. Use a Chernoff-style bound to estimate \[ P (\sum i=1 100 X i\ge 20 ). \]概率中等derivation未尝试面试订阅2878Poisson Upper Tail in Multiplicative FormLet N\sim Poisson ( ). Show that for any >0, \[ P(N\ge (1+ ) )\le \exp\! (- \bigl((1+ )\ln(1+ )- \bigr) ). \]概率中等derivation未尝试面试订阅2879Numerical Poisson Overload BoundAn exchange gateway receives N\sim Poisson (100) messages in a fixed interval. Use the Poisson Chernoff upper-tail bound to estimate P(N\ge 130).概率中等derivation未尝试面试订阅2880Poisson Lower Tail BoundLet N\sim Poisson ( ). Show that for 0< <1, \[ P(N\le (1- ) )\le \exp\! (- \bigl( +(1- )\ln(1- )\bigr) ). \]概率中等derivation未尝试面试订阅