Centered and bounded implies subgaussian
$begingroup$
There's a result that any $B$-bounded centered random variable $X$ (i.e., $mathbb{E}(X)=0$ and $|X|<B$) is sub-Gaussian with parameter $B sqrt{2 pi}$.
Does it still true in $n$-dimensions? If yes can we calculate its parameter?
probability probability-theory statistics random-variables cryptography
$endgroup$
add a comment |
$begingroup$
There's a result that any $B$-bounded centered random variable $X$ (i.e., $mathbb{E}(X)=0$ and $|X|<B$) is sub-Gaussian with parameter $B sqrt{2 pi}$.
Does it still true in $n$-dimensions? If yes can we calculate its parameter?
probability probability-theory statistics random-variables cryptography
$endgroup$
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22
add a comment |
$begingroup$
There's a result that any $B$-bounded centered random variable $X$ (i.e., $mathbb{E}(X)=0$ and $|X|<B$) is sub-Gaussian with parameter $B sqrt{2 pi}$.
Does it still true in $n$-dimensions? If yes can we calculate its parameter?
probability probability-theory statistics random-variables cryptography
$endgroup$
There's a result that any $B$-bounded centered random variable $X$ (i.e., $mathbb{E}(X)=0$ and $|X|<B$) is sub-Gaussian with parameter $B sqrt{2 pi}$.
Does it still true in $n$-dimensions? If yes can we calculate its parameter?
probability probability-theory statistics random-variables cryptography
probability probability-theory statistics random-variables cryptography
asked Jan 18 at 12:42
C.S.C.S.
235
235
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22
add a comment |
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Suppose that $mathbf X=(X_1,dots,X_n)^T$ is bounded in the sense that for any $i$, $|X_i|leq B_i$ for some $mathbf B=(B_1,dots,B_n)^T$, suppose also that $mathbb E[mathbf X]=mathbf 0$.
Then for any unit vector $mathbf u$, $X_{mathbf u}=langle mathbf X,mathbf urangle$ is such that $mathbb E[X_{mathbf u}]=0$ by linearity and using triangular inequality
begin{align*}
|X_{mathbf u}|&leq sum_{i} |u_i| |X_i|\
&leq sum_i |u_i| B_i\
&:= B_{mathbf u}
end{align*}
Hence $X_{mathbf u}$ is sub-Gaussian with parameter $B_{mathbf u}sqrt{2pi}$.
Now I'm not sure about what the parameter is in your definition but I'm pretty sure it can be found easily at this point.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3078198%2fcentered-and-bounded-implies-subgaussian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Suppose that $mathbf X=(X_1,dots,X_n)^T$ is bounded in the sense that for any $i$, $|X_i|leq B_i$ for some $mathbf B=(B_1,dots,B_n)^T$, suppose also that $mathbb E[mathbf X]=mathbf 0$.
Then for any unit vector $mathbf u$, $X_{mathbf u}=langle mathbf X,mathbf urangle$ is such that $mathbb E[X_{mathbf u}]=0$ by linearity and using triangular inequality
begin{align*}
|X_{mathbf u}|&leq sum_{i} |u_i| |X_i|\
&leq sum_i |u_i| B_i\
&:= B_{mathbf u}
end{align*}
Hence $X_{mathbf u}$ is sub-Gaussian with parameter $B_{mathbf u}sqrt{2pi}$.
Now I'm not sure about what the parameter is in your definition but I'm pretty sure it can be found easily at this point.
$endgroup$
add a comment |
$begingroup$
Suppose that $mathbf X=(X_1,dots,X_n)^T$ is bounded in the sense that for any $i$, $|X_i|leq B_i$ for some $mathbf B=(B_1,dots,B_n)^T$, suppose also that $mathbb E[mathbf X]=mathbf 0$.
Then for any unit vector $mathbf u$, $X_{mathbf u}=langle mathbf X,mathbf urangle$ is such that $mathbb E[X_{mathbf u}]=0$ by linearity and using triangular inequality
begin{align*}
|X_{mathbf u}|&leq sum_{i} |u_i| |X_i|\
&leq sum_i |u_i| B_i\
&:= B_{mathbf u}
end{align*}
Hence $X_{mathbf u}$ is sub-Gaussian with parameter $B_{mathbf u}sqrt{2pi}$.
Now I'm not sure about what the parameter is in your definition but I'm pretty sure it can be found easily at this point.
$endgroup$
add a comment |
$begingroup$
Suppose that $mathbf X=(X_1,dots,X_n)^T$ is bounded in the sense that for any $i$, $|X_i|leq B_i$ for some $mathbf B=(B_1,dots,B_n)^T$, suppose also that $mathbb E[mathbf X]=mathbf 0$.
Then for any unit vector $mathbf u$, $X_{mathbf u}=langle mathbf X,mathbf urangle$ is such that $mathbb E[X_{mathbf u}]=0$ by linearity and using triangular inequality
begin{align*}
|X_{mathbf u}|&leq sum_{i} |u_i| |X_i|\
&leq sum_i |u_i| B_i\
&:= B_{mathbf u}
end{align*}
Hence $X_{mathbf u}$ is sub-Gaussian with parameter $B_{mathbf u}sqrt{2pi}$.
Now I'm not sure about what the parameter is in your definition but I'm pretty sure it can be found easily at this point.
$endgroup$
Suppose that $mathbf X=(X_1,dots,X_n)^T$ is bounded in the sense that for any $i$, $|X_i|leq B_i$ for some $mathbf B=(B_1,dots,B_n)^T$, suppose also that $mathbb E[mathbf X]=mathbf 0$.
Then for any unit vector $mathbf u$, $X_{mathbf u}=langle mathbf X,mathbf urangle$ is such that $mathbb E[X_{mathbf u}]=0$ by linearity and using triangular inequality
begin{align*}
|X_{mathbf u}|&leq sum_{i} |u_i| |X_i|\
&leq sum_i |u_i| B_i\
&:= B_{mathbf u}
end{align*}
Hence $X_{mathbf u}$ is sub-Gaussian with parameter $B_{mathbf u}sqrt{2pi}$.
Now I'm not sure about what the parameter is in your definition but I'm pretty sure it can be found easily at this point.
answered Jan 18 at 13:22
P. QuintonP. Quinton
1,8511213
1,8511213
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3078198%2fcentered-and-bounded-implies-subgaussian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
what is your definition of sub-gaussianity for higher dimensions ? Something like there exists $C$, $v$ such that $mathbb P[lVert X rVert>t]leq C e^{-v t^2}$. Or maybe being sub-gaussian component wise ?
$endgroup$
– P. Quinton
Jan 18 at 12:47
$begingroup$
@P.Quinton . In higher dimension, $X$ is sub-Gaussian if $langle X, mathbf{u} rangle$ is sub-Gaussian, for all unit vectors $mathbf{u}$ .
$endgroup$
– C.S.
Jan 18 at 12:50
$begingroup$
what would be the parameter then ?
$endgroup$
– P. Quinton
Jan 18 at 13:22