INTERVIEW PREP

数学与非代码面试题

覆盖数学、概率、统计、脑筋急转弯、机器学习和金融。这里负责筛选和进入单题;编程题使用独立的 LeetCode 式 coding lab。

题目
4169
领域
8
当前筛选
16

1 / 1

非代码面试题

显示 16 / 16 道匹配题目

答题状态:未尝试未正确已正确
3141Posterior After HHTTA Bernoulli success probability has prior Beta (1,1). Data arrive sequentially with outcome string `HHTT` where each non-`T` symbol is a success and each `T` is a failure. What is the posterior after processing the full sequence, and what is the posterior predictive probability of success on the next trial?统计中等derivation未尝试面试订阅3146Daily Count Posterior After Three DaysA Poisson rate has prior Gamma (2,1) in shape-rate form. You observe sequential unit-time counts [3, 4, 2]. What is the final posterior for , and what is its posterior mean after the last update?统计中等derivation未尝试面试订阅3147Posterior Rate After Four Trading SessionsA Poisson rate has prior Gamma (1,2) in shape-rate form. You observe sequential unit-time counts [1, 0, 2, 3]. What is the final posterior for , and what is its posterior mean after the last update?统计中等derivation未尝试面试订阅3148Online Call-Rate UpdateA Poisson rate has prior Gamma (4,1) in shape-rate form. You observe sequential unit-time counts [5, 6]. What is the final posterior for , and what is its posterior mean after the last update?统计中等derivation未尝试面试订阅3150Posterior Mean After Five Intraday BucketsA Poisson rate has prior Gamma (2,2) in shape-rate form. You observe sequential unit-time counts [0, 1, 2, 1, 3]. What is the final posterior for , and what is its posterior mean after the last update?统计中等derivation未尝试面试订阅3151Posterior Mean After Two Streaming MeasurementsA latent mean has prior N(0,4). Observations arrive one by one with known noise variance 2=1 and realized values [2, 4]. After processing the full stream sequentially, what are the final posterior mean and variance?统计中等derivation未尝试面试订阅3152Posterior Mean After Three Sequential Forecast ErrorsA latent mean has prior N(5,9). Observations arrive one by one with known noise variance 2=4 and realized values [6, 5, 3]. After processing the full stream sequentially, what are the final posterior mean and variance?统计中等derivation未尝试面试订阅3153Online Update of a Latent DriftA latent mean has prior N(-1,16). Observations arrive one by one with known noise variance 2=1 and realized values [0, 2]. After processing the full stream sequentially, what are the final posterior mean and variance?统计中等derivation未尝试面试订阅3155Posterior Mean After Four Noisy SignalsA latent mean has prior N(10,25). Observations arrive one by one with known noise variance 2=4 and realized values [12, 11, 8, 9]. After processing the full stream sequentially, what are the final posterior mean and variance?统计中等derivation未尝试面试订阅3156Posterior Odds After Three Independent SignalsA binary hypothesis has prior probability 1 2 . Independent signals arrive sequentially with Bayes factors [2, Fraction(1, 2), 3] in favor of the hypothesis. What is the final posterior probability after multiplying all evidence?统计中等derivation未尝试面试订阅3157Posterior Odds Under Mixed EvidenceA binary hypothesis has prior probability 1 3 . Independent signals arrive sequentially with Bayes factors [4, Fraction(1, 5)] in favor of the hypothesis. What is the final posterior probability after multiplying all evidence?统计中等derivation未尝试面试订阅3158Posterior Probability After Bayes Factors 5 and 2A binary hypothesis has prior probability 2 5 . Independent signals arrive sequentially with Bayes factors [5, 2] in favor of the hypothesis. What is the final posterior probability after multiplying all evidence?统计中等derivation未尝试面试订阅3161Trade Only If Posterior Regime Probability Exceeds 70%A latent profitable regime has prior probability 1 2 . Independent signals arrive sequentially; each `H` doubles the odds of the regime and each `T` halves them. After the signal string `HH`, should you act if the required posterior threshold is 7 10 ? Also report the posterior probability.统计中等derivation未尝试面试订阅3162Allocate Capital Only Above a 60% PosteriorA latent profitable regime has prior probability 2 5 . Independent signals arrive sequentially; each `H` doubles the odds of the regime and each `T` halves them. After the signal string `HHT`, should you act if the required posterior threshold is 3 5 ? Also report the posterior probability.统计中等derivation未尝试面试订阅3164Stop Trading Unless the Posterior Stays Above 55%A latent profitable regime has prior probability 3 5 . Independent signals arrive sequentially; each `H` doubles the odds of the regime and each `T` halves them. After the signal string `HTT`, should you act if the required posterior threshold is 11 20 ? Also report the posterior probability.统计中等derivation未尝试面试订阅3165Turn On the Hedge Above 65% PosteriorA latent profitable regime has prior probability 1 4 . Independent signals arrive sequentially; each `H` doubles the odds of the regime and each `T` halves them. After the signal string `HHHT`, should you act if the required posterior threshold is 13 20 ? Also report the posterior probability.统计中等derivation未尝试面试订阅