4 Matching Annotations
  1. Last 7 days
    1. Each wave surveys a fresh sample of respondents rather than tracking the same individuals, so the results reflect population-level changes rather than changes within the same people.

      【局限】研究采用独立样本而非追踪同一组受访者,这意味着结果反映的是人群层面的变化而非个体变化。这种方法无法捕捉个人使用习惯的演变,也无法确定用户增长是来自新用户还是现有用户增加使用频率。

  2. Jan 2022
    1. Generally, bootstrap involves the following steps:
      1. A sample from population with sample size n.
      2. Draw a sample from the original sample data with replacement with size n, and replicate B times, each re-sampled sample is called a Bootstrap Sample, and there will totally B Bootstrap Samples.
      3. Evaluate the statistic of θ for each Bootstrap Sample, and there will be totally B estimates of θ.
      4. Construct a sampling distribution with these B Bootstrap statistics and use it to make further statistical inference, such as:
        • Estimating the standard error of statistic for θ.
        • Obtaining a Confidence Interval for θ.
  3. Mar 2021
  4. Sep 2020