Questions tagged [bounds]
Bounds represent the points with which data cannot exceed, such as minima or maxima.
297 questions
0
votes
0
answers
36
views
Interpreting lower- vs upper-boundary hits in phylogenetic hidden-state models (corHMM): model inadequacy or weak estimability?
I am fitting hidden-rate discrete-trait models (HMMs) for phylogenetic comparative analysis using corHMM (v2.8). The models include two rate regimes (“slow” and “fast”), with regime-specific ...
2
votes
1
answer
56
views
How does uniform weak convergence of an empirical process carry to probability bounds at an estimated parameter?
Let $ \mathcal{F} = \{ f_\theta : \theta \in \Theta \} $ be a class of functions indexed by $ \theta $. If $ \mathcal{F} $ is a Donsker class, then the empirical process $ \mathbb{G}_n(f_\theta) = \...
1
vote
1
answer
74
views
theilslopes upper and lower bounds
How are the lower and upper bands computed in scipy.stats.theilslopes?
https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.theilslopes.html
I looked at the main reference
P.K. Sen, “...
0
votes
0
answers
116
views
Tail bounds for bivariate binomial distribution
I'm interested in estimating the joint upper tail probability of two correlated binomial random variables, say:
$$
X \sim \mathrm{Bin}(n, p_1), \quad Y \sim \mathrm{Bin}(n, p_2),
$$
such that $corr_{...
0
votes
1
answer
103
views
How to calculate confidence intervals for single side bounded proportion
I have aggregated data on disease occurence for two time intervals, time A and time B say, in different countries.
I am interested in the relative change from time A to time B relative to time A. (...
0
votes
0
answers
43
views
Cramér-Rao Lower Bounds for angles and other bounded estimators
The Cramér-Rao lower bound gives a lower bound on the variance of unbiased estimators. However, I have only ever seen it used on variables that can take on any value in $\mathbb{R}$. Is there a ...
2
votes
1
answer
93
views
Upper bound for expected value of product of two random variables [closed]
Given two non-negative random variables $X$ and $Y$. We have that $X(\omega)<c$ for some constant $c$ and $\forall \omega \in \Omega$. Is the following statement correct:
$$
E[XY] \leq c E[Y]
$$
Do ...
2
votes
0
answers
53
views
Markov chain that does random walk
Let y(t) be a Markov chain with a discrete state space, starting from t = 0 up until t = d (a fixed value) it behaves like a proper Markov chain. However, starting from t = d+1, the chain tosses a ...
1
vote
0
answers
59
views
Upper Bound for a Permutation-Based Sum of Ordered Differences
I have a problem that I have been thinking about for many days but without any useful results. I am sharing it with you to seek help.
Suppose we have $X = (X_1, \dots, X_{2n})$, where $X_i \in \...
1
vote
1
answer
116
views
Probability of false positive error in an all-or-nothing multiple hypothesis testing
Given I have $m$ hypothesis pairs $(H^j_0,H_j)$ where $j=1,\dots,m$. I do a Bonferroni correction and reject each null hypothesis at a significant level of $\alpha/m$. I am looking at a procedure that ...
1
vote
0
answers
92
views
Concentration of softmax transform of i.i.d. gaussians
Consider $n$ i.i.d. standard Gaussian random variables, denoted by $X_1, \ldots, X_n$. I am looking to characterise the concentration of functions like $\sum_{i=1}^n X_i e^{-X_i/\tau}$ and $\sum_{i=1}^...
6
votes
1
answer
164
views
Suppose $Z_i$ are i.i.d. $N(0, 1).$ And let $M_n = \max\{Z_1, \ldots, Z_n\}$, show that $P(M_n > t) \leq n(1 - \Phi(t))$
Show that $P(M_n > t) \leq n(1 - \Phi(t))$
My work:
\begin{align}
& P(M_n > t) \leq P\left(\bigcup_{i=1}^n (Z_i > t) \right) \\ \leq {} & \sum_{i=1}^n P(Z_i > t)= n(1 - \Phi(t))
\...
4
votes
1
answer
224
views
Ratio of Normal pdf to cdf
I want to show that
$$\Bigl\lvert \frac{\phi(a)}{\Phi(a)} - \frac{\phi(b)}{\Phi(b)} \Bigr\rvert \leq |a-b|$$
where $\phi$ is the standard normal pdf, and $\Phi$ is the standard normal cdf.
0
votes
1
answer
49
views
Conditions for a Random Variable to Satisfy a Probability Bound on Boundary Points
Let $X$ be a random variable supported on $\mathcal{X}\subset\mathbb{R}^{d}$, and let $\mathcal{X}$ be compact. Consider $ f $ as the probability density of $ X $.
My question is: What conditions ...