Questions tagged [distributions]
A distribution is a mathematical description of probabilities or frequencies.
9,759 questions
1
vote
0
answers
9
views
How should distribution shift in docking-derived energy features be handled when ligand size changes?
I’m using docking-derived binding energy values as input features in a machine-learning model.
All of the original data was generated from molecules of similar size, but our new dataset contains much ...
1
vote
1
answer
111
views
Maximize the expected distance
I am working with a random variable $X$ taking values in $\mathbb{R}^p$ and with a unique center of symmetry $c. $
I want to check if, for any distribution $\mathbb{P}_X$, the following equality is ...
0
votes
0
answers
20
views
Conditioning on X to obtain distribution of parameter estimators in simple linear regression [duplicate]
Consider the simple linear regression model with the following assumptions:
I am trying to verify that $\dfrac{\hat{B}_1 - B_1}{\sigma / \sqrt{\sum_{i=1}^n (X_i - \bar{X})^2}}
\;\Big|\; X_1,\ldots,...
0
votes
0
answers
19
views
Example of Distribution which is a Base Distribution for the Proportional Hazard family as well as Reversed Hazard rate family of Distribution
Let $X$ and $Y$ be two random variables one belongs to proportional hazard rate family and another is proportional reverse hazard rate family of distribution. Now my concern is whether there exists ...
0
votes
0
answers
29
views
How to improve my understanding and intuition of Graphical Models
I am currently taking a course on graphical models. When understanding lecture material and attempting questions, I often find myself stuck as I cannot clearly see the link between a graph and the ...
7
votes
2
answers
366
views
Chi-squared random variable
Given a random variable $X$ which is $\chi^2_{n}$, can I define $n$ independent standard normal random variables $Z_{1,...,n}$ on the probability space such that $X = Z_1^2 + Z_2^2 + ... + Z_n^2$ ...
15
votes
7
answers
2k
views
Why isn't this sum normal?
Define $A, B \overset{iid}{\sim} N(0, 1)$, and define $X=\vert A\vert$ and $Y = -\vert B\vert$. This answer on Math.SE shows why $X+Y$ is not Gaussian.
Huh? The $X$ and $Y$ cut a Gaussian in half, and ...
2
votes
0
answers
50
views
How can negative log likelihood be properly compared between two sets with different sample sizes?
I have a dataset that I have divided into training and testing data, with approximately 160 samples in the training set and 40 in the testing set. I fitted a probability distribution to each dataset ...
7
votes
1
answer
269
views
How to find confidence intervals for binary outcome probability?
I'm doing stats for medical chart review research. The binary outcomes vary in probability from less than 0.05 to greater than 0.5 depending on risk factors. For relatively more common outcomes like ...
1
vote
1
answer
69
views
Density Estimation?
I'm not sure if the following question of mine sound silly. I thought I would just go ahead and ask. The question is the following. We often find in probability text books questions, for example, of ...
0
votes
0
answers
51
views
The Expectation of the Difference of Sample Quantile and Population Quantile
Suppose a distribution function $F(\cdot)$ is continuous. For some $\tau \in (0, 1)$, the $\tau$th quantile is defined as
$$
Q_\tau = \inf \{ x : F(x) \ge \tau \}.
$$
For an i.i.d. sample $X_1, \dots, ...
4
votes
1
answer
128
views
What is the statistics term for overlapping populations
Given this image from another question:
I have two populations, from which some software has given me the x̄ and s. I want to quantify the overlap, preferably with an equation or formula that can be ...
3
votes
1
answer
148
views
Teaching Poisson approximation to Binomial still relevant?
Convergence of Binomial to Poisson:
If $X_n\sim \text{Bin}(m_n,p_n)$ and if $m_n\to\infty$ and $p_n\to 0$ such that $m_np_n\to\lambda$, then $X_n\stackrel{d}{\to}\text{Poi}(\lambda)$
The above result ...
2
votes
1
answer
126
views
What is distribution of gaps between activated sites in a Bernoulli sequence?
Consider a sequence of $n$ independent Bernoulli random variables $X_1,\dots,X_n$, where each $X_i=1$ (site is on) with probability $p_i$, and $X_i=0$ (site is off) with probability $1-p_i$.
After ...
1
vote
0
answers
54
views
Asymptotic Distribution of Weighted Empirical Distribution
Suppose that we observe an i.i.d. sample $(X_1, Y_i), ..., (X_n, Y_n)$ from $(X, Y)$. We assume that $X_i$ is bounded by $B$ and $E(X) = 0$. For some $\tau \in (0, 1)$, define the $\tau$th quantile of ...