Chernoff bound from theory to pratice
up vote
-2
down vote
favorite
i have a question about Chernoff bound.
I think that i understood the sense of the formula, but i m not sure how to apply for my case.
I have $x=(x(1),...x(d))$ that i-th component $ x(i) $ chosen uniformly random in $[0,1]$
d is a distance from two point and $Theta(d)$ is the largest possibile distance d.
i want to show that my squared euclidean distance between $x$ and $y$ is at least
$(1-epsilon)cd $ with probability $1-e^{Theta(epsilon^2 d)}$ with $c<1$.
i think that i need to apply Markov in this way
assuming that $X=(x-y)^2$
$Pr(X geq (1-epsilon)cd leq frac{E(X)}{1-epsilon})$
i calculated expectation of $E(X)$
but i dont know where I need to use the probability $1-e^{Theta(epsilon^2 d)}$
as i read here https://stats.stackexchange.com/questions/20108/link-between-variance-and-pairwise-distances-within-a-variable for my problem i can use this formula
$E(X_1−X_2)^2=2Var(X_1)$ for calculate the variance, but i see that variance need for Chebyshev inequality
Sameone can help me to understand how to apply this bound?
i m following this book https://www.cs.cornell.edu/jeh/book.pdf page 12 (cap 2.2)
probability probability-theory inequality probability-distributions
|
show 2 more comments
up vote
-2
down vote
favorite
i have a question about Chernoff bound.
I think that i understood the sense of the formula, but i m not sure how to apply for my case.
I have $x=(x(1),...x(d))$ that i-th component $ x(i) $ chosen uniformly random in $[0,1]$
d is a distance from two point and $Theta(d)$ is the largest possibile distance d.
i want to show that my squared euclidean distance between $x$ and $y$ is at least
$(1-epsilon)cd $ with probability $1-e^{Theta(epsilon^2 d)}$ with $c<1$.
i think that i need to apply Markov in this way
assuming that $X=(x-y)^2$
$Pr(X geq (1-epsilon)cd leq frac{E(X)}{1-epsilon})$
i calculated expectation of $E(X)$
but i dont know where I need to use the probability $1-e^{Theta(epsilon^2 d)}$
as i read here https://stats.stackexchange.com/questions/20108/link-between-variance-and-pairwise-distances-within-a-variable for my problem i can use this formula
$E(X_1−X_2)^2=2Var(X_1)$ for calculate the variance, but i see that variance need for Chebyshev inequality
Sameone can help me to understand how to apply this bound?
i m following this book https://www.cs.cornell.edu/jeh/book.pdf page 12 (cap 2.2)
probability probability-theory inequality probability-distributions
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14
|
show 2 more comments
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
i have a question about Chernoff bound.
I think that i understood the sense of the formula, but i m not sure how to apply for my case.
I have $x=(x(1),...x(d))$ that i-th component $ x(i) $ chosen uniformly random in $[0,1]$
d is a distance from two point and $Theta(d)$ is the largest possibile distance d.
i want to show that my squared euclidean distance between $x$ and $y$ is at least
$(1-epsilon)cd $ with probability $1-e^{Theta(epsilon^2 d)}$ with $c<1$.
i think that i need to apply Markov in this way
assuming that $X=(x-y)^2$
$Pr(X geq (1-epsilon)cd leq frac{E(X)}{1-epsilon})$
i calculated expectation of $E(X)$
but i dont know where I need to use the probability $1-e^{Theta(epsilon^2 d)}$
as i read here https://stats.stackexchange.com/questions/20108/link-between-variance-and-pairwise-distances-within-a-variable for my problem i can use this formula
$E(X_1−X_2)^2=2Var(X_1)$ for calculate the variance, but i see that variance need for Chebyshev inequality
Sameone can help me to understand how to apply this bound?
i m following this book https://www.cs.cornell.edu/jeh/book.pdf page 12 (cap 2.2)
probability probability-theory inequality probability-distributions
i have a question about Chernoff bound.
I think that i understood the sense of the formula, but i m not sure how to apply for my case.
I have $x=(x(1),...x(d))$ that i-th component $ x(i) $ chosen uniformly random in $[0,1]$
d is a distance from two point and $Theta(d)$ is the largest possibile distance d.
i want to show that my squared euclidean distance between $x$ and $y$ is at least
$(1-epsilon)cd $ with probability $1-e^{Theta(epsilon^2 d)}$ with $c<1$.
i think that i need to apply Markov in this way
assuming that $X=(x-y)^2$
$Pr(X geq (1-epsilon)cd leq frac{E(X)}{1-epsilon})$
i calculated expectation of $E(X)$
but i dont know where I need to use the probability $1-e^{Theta(epsilon^2 d)}$
as i read here https://stats.stackexchange.com/questions/20108/link-between-variance-and-pairwise-distances-within-a-variable for my problem i can use this formula
$E(X_1−X_2)^2=2Var(X_1)$ for calculate the variance, but i see that variance need for Chebyshev inequality
Sameone can help me to understand how to apply this bound?
i m following this book https://www.cs.cornell.edu/jeh/book.pdf page 12 (cap 2.2)
probability probability-theory inequality probability-distributions
probability probability-theory inequality probability-distributions
edited Dec 4 at 16:56
asked Dec 4 at 15:38
theantomc
11
11
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14
|
show 2 more comments
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14
|
show 2 more comments
active
oldest
votes
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',
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%2f3025719%2fchernoff-bound-from-theory-to-pratice%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3025719%2fchernoff-bound-from-theory-to-pratice%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
I am (partially) working on probability theory, and have used Chernoff bounds myself. With that being said, your post is very confusing, to the point that I don't understand your problems at all. Could you rephrase your sentences, please. It would increase the probability that you get a meaningful answer. E.g.: "I have uniformly at random variable (that is a condition to apply the Chernoff B.)" What does this mean?
– A. Pongrácz
Dec 4 at 15:44
I reorganize and add my link resource where i m studying the argument. , thanks for your answer @A.Pongrácz
– theantomc
Dec 4 at 15:53
In order to get an exponential inequality, you would need to use the fact that $mathbb{P}(X geq t) = mathbb{P}(e^{sX} geq e^{st}), ; forall s > 0$.
– VHarisop
Dec 4 at 16:44
@VHarisop i dont caught the hint
– theantomc
Dec 4 at 16:58
The "hint" is that directly using the Markov inequality on the probability $ mathbb{P}(X geq t)$ is going to give you too weak of a result.
– VHarisop
Dec 4 at 17:14