Skip to main content

Questions tagged [conditional-probability]

The probability that an event A will occur, when another event B is known to occur or to have occurred. It is commonly denoted by P(A|B).

Filter by
Sorted by
Tagged with
0 votes
0 answers
14 views

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,...
secretrevaler's user avatar
4 votes
2 answers
115 views

Let $(\Omega, \mathcal{A}, P)$ be a probability space and let $X:(\Omega, \mathcal{A})\rightarrow (\Omega_1, \mathcal{A}_1)$, $Y:(\Omega, \mathcal{A})\rightarrow (\Omega_2, \mathcal{A}_2)$ and $f:(\...
guest1's user avatar
  • 975
5 votes
1 answer
142 views

I'm analyzing the function class: $$ \mathcal{F} = \left\{ (x, z, y) \mapsto \mathbb{1}\{ y \leq z\alpha + x^\top\beta \} : \alpha \in \mathbb{R}, \beta \in \mathbb{R}^d \right\}. $$ Let $\mathbb{G}_n(...
Stan's user avatar
  • 724
11 votes
2 answers
435 views

I'm working with a sequence of i.i.d. observations $$ X_1, X_2, \dots, X_n \sim \mathcal{N}(\mu, \sigma^2), $$ where both $\mu$ and $\sigma^2$ are unknown. Define the studentized mean (i.e., the t-...
Stan's user avatar
  • 724
1 vote
0 answers
87 views

I have the following definition for a mean preserving spread. If $F,G$ are distributions on $\mathbb{R}$, then $G$ is a mean-preserving spread of $F$ if There exists random variables $X,Y$ such that ...
user124910's user avatar
4 votes
1 answer
115 views

The question is related to Puzzled by the definition of sufficient statistics in Mood, Graybill, and Boes For a random sample $X_1, X_2, X_3, \dotsc, X_n$ from a distribution $f( ;\theta)$, a ...
LrM's user avatar
  • 73
2 votes
0 answers
47 views

I am interested in finding P(A|B ∩ C) when I have P(A|B) and P(A|C). This question has been answered under the assumption that B and C are conditionally independent given A. My question is two fold: ...
nomorelies's user avatar
1 vote
2 answers
207 views

I'm trying to understand if I should use conditional logistic regression in non matched data. If so, why? What information is lost? Or what assumptions are we making? When looking at the likelihood, I ...
Maverick Meerkat's user avatar
4 votes
1 answer
91 views

I am looking to derive the formula for the conditional probability distribution of a beta-binomial random variable $W$ conditional on value of a gamma random variable that drives the beta. The ...
user469097's user avatar
2 votes
1 answer
210 views

I have a pretty simple question. I just wanted to make sure I understand conditional expectations correctly. In particular if $X$ is a discrete random variable and $Y$ is continuous, we can write: $$ ...
DarkenExcalibur's user avatar
3 votes
2 answers
179 views

I am brushing up on conditional probability and ran into these lecture notes. However I got stuck on the highlighted portion below under the section, Conditional independence. Could you clarify why ...
heretoinfinity's user avatar
0 votes
0 answers
48 views

Suppose we have a sample of $n$ i.i.d. random variables $\{X_i\}$ with expectation $\mathbb{E}[X_i] = 0$ and variance $\mathbb{V}[X_i] = \sigma^2$. Assuming $n$ is ``large'' such that the CLT is ...
bodhi's user avatar
  • 31
0 votes
0 answers
65 views

Suppose $F(\cdot \ ,\cdot)$ is a distribution function and $f(\cdot \ , \cdot)$ is its density function. Let $g_i(x_i | x_j)$ and $h_i(v_i)$ denote the conditional and marginal densities derived from $...
mystic's user avatar
  • 1
2 votes
0 answers
112 views

While studying Monte Carlo methods, I learned that the full conditionals $P(x_j \mid x_1, \ldots, x_{j-1}, x_{j+1}, \ldots, x_p)$ determine the joint distribution under some conditions. This result ...
iia9's user avatar
  • 21
3 votes
1 answer
119 views

Let $A$ and $B$ be random variables and $f:\mathbb{R} \to \mathbb{R}$ one-to-one. Then, is $p(A|B=b) = p(A|f(B)=f(b))$? Intuitively, it seems that $f$ can neither destroy nor create our belief in the ...
Hilton Santana's user avatar
0 votes
0 answers
50 views

Say that I have 3 variables, X1 X2 and X3 and I want to fit a vine copula model to this dataset. In R, using the package VineCopula, I can do this using the function RVineStructureSelect. With 3 ...
Giotocchi's user avatar
10 votes
4 answers
1k views

Here in my textbook, it says (I) A randomly selected high school senior eats breakfast (II) A randomly selected teenager is a high school senior who eats breakfast (III) A randomly selected teenager ...
Junsu Kim's user avatar
  • 203
1 vote
0 answers
118 views

In Schervish (1995), Definition 1.22 states Let $(S, \mathcal{A}, \mu)$ be a probability space, and let $(\mathcal{X}, \mathcal{B})$ and $(\Omega, \tau)$ be Borel spaces. Let $X: S \rightarrow \...
wol's user avatar
  • 81
7 votes
1 answer
333 views

According to this answer, the law of the unconscious statistician implies $$E[h(X) \mid Z=z]=\int h(x) g(x\mid z) ~\mathrm{d}x.$$ But what about $$E[h(X \mid Y) \mid Z=z]?$$ Is it true that $$E[h(X \...
wol's user avatar
  • 81
3 votes
2 answers
233 views

Consider two real-valued random variables $X$ and $Y$ with full support. Let $f:\mathbb{R}\rightarrow \mathbb{R}$. Assume that $$ X\mid f(Y) \sim N(\mu_{f(Y)}, \sigma_{f(Y)}) $$ That is: $X$ ...
Star's user avatar
  • 1,016
1 vote
0 answers
60 views

I have this dataset a b c K 1 0 1 1 1 1 1 1 0 1 1 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 I'm trying to calculate the probability of P(K=1 ∣ a=1 ∧ b=1 ∧ c=0) using a Naive Bayes Classifier If I ...
imcakmak's user avatar
2 votes
2 answers
133 views

The standard bigram model, (for example defined here) defines a probability distribution over a corpus $V$ based on the following principles: The marginal probability of a word $w$ is defined as its ...
olives's user avatar
  • 93
15 votes
4 answers
1k views

Paraphrasing Casella and Berger (2002): A hypothesis test is defined by a null hypothesis $H_0: \theta \in \Theta_0 $ and an alternative hypothesis $H_1: \theta \in \Theta_0^c = \bar{H_0}$, where $\...
Abhishek Divekar's user avatar
2 votes
1 answer
130 views

I want to prove or disprove the following result: let $(\Omega, \mathcal F, \mathbb P)$ be a probability space and $X, Y, Z : \Omega \to \mathbb R$ be mutually independent, $(\mathcal F, \mathcal B(\...
user8171079's user avatar
2 votes
2 answers
118 views

In the course "Introduction to probability" John Tsitsiklis states the following: "When we construct conditional probabilities, ..., the relative proportions of probabilities remain ...
ChrisL's user avatar
  • 494

1
2 3 4 5
51