INTERVIEW PREP

数学与非代码面试题

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

题目
4169
领域
8
当前筛选
340

3 / 17

非代码面试题

显示 20 / 340 道匹配题目

答题状态:未尝试未正确已正确
1666Exact Bootstrap Variance of a Two-Point MeanA sample is a,b . In the nonparametric bootstrap, a resample of size 2 is drawn with replacement. Derive the variance of the bootstrap sample mean.统计简单derivation未尝试免费1667Bootstrap Bias of the Sample Maximum on a Tiny SampleA sample is 1,4 . Under the nonparametric bootstrap with resample size 2, compute the bootstrap expectation of the sample maximum and the resulting bootstrap bias estimate for the original maximum statistic.统计简单derivation未尝试免费1668Bootstrap Variance of a Bernoulli Mean From the Plug-In LawA sample of size n has empirical success rate p hat. Under the nonparametric bootstrap, what is the variance of the resampled sample mean conditional on the observed data?统计简单derivation未尝试免费1669When the Bootstrap Median Is Forced to Equal One of Two ValuesA sample is 0,0,10 . Under the nonparametric bootstrap with resample size 3, what values can the bootstrap median take, and what condition determines which one occurs?统计中等derivation未尝试面试订阅1670m-out-of-n Bootstrap Variance Scaling for a MeanIf a statistic is the sample mean and you use an m-out-of-n nonparametric bootstrap instead of an n-out-of-n bootstrap, how does the conditional variance of the resampled mean scale with m?统计简单derivation未尝试免费1671Why the Naive Bootstrap Misses a BoundaryAn estimator is constrained to be nonnegative and lands exactly at 0 on the observed sample. Why can the naive nonparametric bootstrap badly misrepresent uncertainty near that boundary?统计简单derivation未尝试免费1672Pairs Bootstrap Versus Residual Bootstrap in Heteroskedastic DataWhy can a residual bootstrap be invalid for regression under heteroskedasticity while a pairs bootstrap remains defensible?统计中等derivation未尝试面试订阅1673When the Bootstrap Unit Should Be a Cluster, Not a RowWhy should a practitioner resample accounts, users, or securities rather than individual rows when observations inside each group share latent shocks?统计中等essay未尝试面试订阅1674Why the Percentile Interval Can Drift Off-CenterWhy can a percentile bootstrap interval end up noticeably off-center relative to the original estimate when the statistic is skewed?统计中等essay未尝试面试订阅1675Why the Basic Interval Reflects the Bootstrap Around the EstimateWhat conceptual idea makes the basic bootstrap interval differ from the percentile interval?统计中等essay未尝试面试订阅1676Why the Bootstrap Cannot Invent Unseen Tail EventsWhy is the nonparametric bootstrap often too optimistic about tail risk when the observed sample contains no truly extreme events?统计简单essay未尝试免费1677Why Studentization Can Improve Interval CalibrationWhy can studentizing a bootstrap statistic improve interval accuracy in skewed or scale-varying problems?统计困难essay未尝试面试订阅1678Why Block Bootstrap Is About Dependence, Not Just Bigger ChunksWhy is the point of a block bootstrap not merely to resample larger chunks, but to preserve local serial dependence?统计简单essay未尝试免费1679When a Parametric Bootstrap Beats a Nonparametric OneWhen can a parametric bootstrap be more informative than a nonparametric bootstrap?统计中等essay未尝试面试订阅1680Why Reusing the Same Bootstrap Draws for Many Design Choices Can MisleadWhy can a bootstrap study itself become overfit if you repeatedly choose tuning knobs by looking at the same resampled diagnostics?统计简单essay未尝试免费1681One-Sample z-Test with Known VolatilityA signal's average daily alpha over 25 days is 0.8, and the daily standard deviation is known to be 2. Test H 0: =0 against a two-sided alternative at the 5% level using a z-test.统计简单derivation未尝试免费1682One-Sided t-Test on a Small SampleFor n=10 independent observations, the sample mean is 1.5 and the sample standard deviation is 2. Test H 0: =0 against H 1: >0 at the 5% level using a t-test.统计简单derivation未尝试免费1683Two-Sample z-Test for Mean DifferenceTwo independent books produce average daily PnL of 102 and 100 over 100 days each. The daily standard deviation is known to be 5 for each book. Test whether the means are equal using a two-sided z-test.统计中等derivation未尝试面试订阅1684Chi-Square Goodness-of-Fit for a DieA six-sided die is rolled 60 times, and the counts are (14,8,11,9,10,8). Test fairness using a chi-square goodness-of-fit test.统计简单derivation未尝试免费1685Power of a One-Sided z-TestConsider testing H 0: =0 versus H 1: >0 with known =10 and sample size n=25 at significance level =0.05. What is the power when the true mean is =4?统计中等derivation未尝试面试订阅