Skip to main content

Questions tagged [sampling-theory]

For questions related to sampling theory. Sampling theory is the field of statistics that is involved with the collection, analysis and interpretation of data gathered from random samples of a population under study.

0 votes
1 answer
49 views

How might one estimate the number of samples in a uniform distribution given only the sample range?

Let's say we have a fair roulette wheel with 2^256 segments, each printed with a unique integer in the range 0 to 2^256 - 1. Let's say that the wheel is hidden from us and that Trevor spins it ...
Lee's user avatar
  • 149
0 votes
0 answers
20 views

Estimating KL Divergence from Multiple Independent Samples

I'm working with two discrete probability distributions, (P) and (Q), and exploring different ways to measure the divergence between them using Kullback-Leibler (KL) divergence. Specifically, I'm ...
klion's user avatar
  • 11
0 votes
1 answer
29 views

Drawing random samples from statistical distribution

I'm looking for a list of methods to draw random samples from Pareto distributions. I already found : Inverse transform sampling Rejection sampling Metropolis–Hastings algorithm Gibbs Sampling Are ...
NoNameBoyy's user avatar
0 votes
0 answers
18 views

Transformation of random variables to get a sample for another probability density function

Question: Let $\mathcal{D}$ be a two dimensional unit disk, given by $\mathcal{D}=\{(x,y):x^2+y^2\leq 1\}$. Using rejection sampling algorithm, I managed to generate a two dimensional random vector $(...
Nothing's user avatar
  • 1,718
0 votes
0 answers
15 views

mathmatical formulation for missing information due to sampling

I want to define a mathematical model (formula) to design missing information from sampling. In my problem, I have real events whose value is binary (0, 1) which might change every second. For a given ...
emerson's user avatar
  • 13
0 votes
0 answers
26 views

Efficient Method for Uniform Sampling from the Space of Increasing Vectors in $[0, 1]$

I am seeking advice on methods for uniformly sampling from the space of increasing vectors within the interval $[0, 1]$. Specifically, I require an efficient algorithm that can handle high-dimensional ...
Nadav Kuniev's user avatar
0 votes
1 answer
23 views

Relation T-Distribution between chi-square and normal

Theorem. Let $Z\sim N(0,1)$ and $Y\sim \chi^2(v)$ are two independent random variabels. Then, $$T = \frac{Z}{\sqrt{Y/v}} \sim t-student$$ with degrees of freedom $v$. Is it the converse always true? ...
Wildan B. W.'s user avatar
2 votes
1 answer
52 views

What is the intuition behind the single-pass algorithm (Welford's method) for the corrected sum of squares?

The corrected sum of squares is the sum of squares of the deviations of a set of values about its mean. $$ S = \sum_{i=1}^k\space\space(x_i - \bar x)^2 $$ We can calculate the mean in a streaming ...
Foobar's user avatar
  • 175
1 vote
0 answers
47 views

Why is the demonstration of the "sample" standard deviation somehow more exact than the classic standard deviation, if $\frac{x}{n} ≠ \frac{x}{n-1}$?

I cannot see why to use the "sample standard deviation" instead of the classic "standard deviation" (the "population") ever, most explanations I find are just prescribing ...
algo's user avatar
  • 21
2 votes
1 answer
36 views

Doubt about sampling without replacement

A problem consists of five numbers $2,3,6,8 and 11$. Consider all possible sample space of size 2 that can be drawn with and without replacement from this population then find (a) mean of the ...
math student's user avatar
  • 1,277
0 votes
1 answer
20 views

Getting my concepts confused with sampling

Let me first set the scene. This is how we learned the variables and their names and symbols. We have the sugar content of 77 different cereal brands. It firsts asks "estimate the true average ...
S Keshavarz's user avatar
0 votes
0 answers
31 views

Sufficiency in sampling theory

Introduction We have a finite population $U$ with $N$ individuals, namely $U:=\{1,\dots,N\}$. Each individual stores a secret fixed value, so let's write $y_i$ for the value corresponding to the $i$-...
Álvaro G. Tenorio's user avatar
1 vote
1 answer
84 views

Two boys paradox

I have a question regarding how to form the sample space in this famous paradox. Usually the sample space is defined as (B,B), (G,B), (B,G) and (G,G). However if I express it as (B1,B2), (G,B) and (G1,...
jolulop's user avatar
  • 13
1 vote
0 answers
70 views

An one dimensional sampling version of Penrose tiles in 2D

I was initially interested in aperiodic sampling for signals to address the problem of aliasing in the frequency domain. A design like Penrose tiling in 2D (which is non-repeating) can be very ...
CfourPiO's user avatar
  • 109
-2 votes
1 answer
31 views

Sampling a cosine [closed]

If you sample a cosine of fundamental period 0.1 milliseconds with a sampling rate of 10^5 samples per second, how much phase difference is there between two consecutive samples? I can't solve this ...
zedyjy's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
10