Meaning of Delta Notation
$begingroup$
I was reading a paper (https://arxiv.org/pdf/1609.03891.pdf), and on the first page the author's write the following line:
$$
mu^sigma = frac{1}{n} sum_{i = 1}^n delta_{left(frac{2i}{n} - 1, frac{2sigma(i)}{n} -1right)}.
$$
Here, $sigma$ is in the symmetric group on $n$ letters. The authors write that $mu^sigma$ is supposed to be a probability measure on $[-1, 1]^2$. I'm having trouble parsing the expression. Is the delta supposed to be the Kroenecker delta? I don't think so, because the subscript ${left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}$ doesn't seem to make sense (it would be equivalent to saying $i = sigma(i)?$). Also, why is the domain $[-1, 1]^2$?
Could someone help me understand this expression?
probability probability-theory notation
$endgroup$
add a comment |
$begingroup$
I was reading a paper (https://arxiv.org/pdf/1609.03891.pdf), and on the first page the author's write the following line:
$$
mu^sigma = frac{1}{n} sum_{i = 1}^n delta_{left(frac{2i}{n} - 1, frac{2sigma(i)}{n} -1right)}.
$$
Here, $sigma$ is in the symmetric group on $n$ letters. The authors write that $mu^sigma$ is supposed to be a probability measure on $[-1, 1]^2$. I'm having trouble parsing the expression. Is the delta supposed to be the Kroenecker delta? I don't think so, because the subscript ${left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}$ doesn't seem to make sense (it would be equivalent to saying $i = sigma(i)?$). Also, why is the domain $[-1, 1]^2$?
Could someone help me understand this expression?
probability probability-theory notation
$endgroup$
add a comment |
$begingroup$
I was reading a paper (https://arxiv.org/pdf/1609.03891.pdf), and on the first page the author's write the following line:
$$
mu^sigma = frac{1}{n} sum_{i = 1}^n delta_{left(frac{2i}{n} - 1, frac{2sigma(i)}{n} -1right)}.
$$
Here, $sigma$ is in the symmetric group on $n$ letters. The authors write that $mu^sigma$ is supposed to be a probability measure on $[-1, 1]^2$. I'm having trouble parsing the expression. Is the delta supposed to be the Kroenecker delta? I don't think so, because the subscript ${left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}$ doesn't seem to make sense (it would be equivalent to saying $i = sigma(i)?$). Also, why is the domain $[-1, 1]^2$?
Could someone help me understand this expression?
probability probability-theory notation
$endgroup$
I was reading a paper (https://arxiv.org/pdf/1609.03891.pdf), and on the first page the author's write the following line:
$$
mu^sigma = frac{1}{n} sum_{i = 1}^n delta_{left(frac{2i}{n} - 1, frac{2sigma(i)}{n} -1right)}.
$$
Here, $sigma$ is in the symmetric group on $n$ letters. The authors write that $mu^sigma$ is supposed to be a probability measure on $[-1, 1]^2$. I'm having trouble parsing the expression. Is the delta supposed to be the Kroenecker delta? I don't think so, because the subscript ${left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}$ doesn't seem to make sense (it would be equivalent to saying $i = sigma(i)?$). Also, why is the domain $[-1, 1]^2$?
Could someone help me understand this expression?
probability probability-theory notation
probability probability-theory notation
edited Dec 26 '18 at 23:55
MJD
47.3k29213396
47.3k29213396
asked Dec 26 '18 at 23:47
ProbablyProbably
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Note that
$$
{left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}
$$
is a point in $[-1,1]^2$.
So $delta$ with that subscript is a unit point mass at that point.
Add $n$ point masses and divide by $n$, we get a probability measure.
$endgroup$
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
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%2f3053440%2fmeaning-of-delta-notation%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$
Note that
$$
{left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}
$$
is a point in $[-1,1]^2$.
So $delta$ with that subscript is a unit point mass at that point.
Add $n$ point masses and divide by $n$, we get a probability measure.
$endgroup$
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
add a comment |
$begingroup$
Note that
$$
{left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}
$$
is a point in $[-1,1]^2$.
So $delta$ with that subscript is a unit point mass at that point.
Add $n$ point masses and divide by $n$, we get a probability measure.
$endgroup$
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
add a comment |
$begingroup$
Note that
$$
{left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}
$$
is a point in $[-1,1]^2$.
So $delta$ with that subscript is a unit point mass at that point.
Add $n$ point masses and divide by $n$, we get a probability measure.
$endgroup$
Note that
$$
{left(frac{2i}{n} - 1, frac{2sigma(i) }{n} -1right)}
$$
is a point in $[-1,1]^2$.
So $delta$ with that subscript is a unit point mass at that point.
Add $n$ point masses and divide by $n$, we get a probability measure.
edited Dec 26 '18 at 23:59
MJD
47.3k29213396
47.3k29213396
answered Dec 26 '18 at 23:55
GEdgarGEdgar
62.5k267171
62.5k267171
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
add a comment |
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
That seems to be what the diagrams in the middle of page 4 are about; they are maps of where the point masses are.
$endgroup$
– MJD
Dec 26 '18 at 23:58
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
@MJD So $mu^sigma$ places $n$ masses of $1/n$ in the square $[-1, 1]^2$ and assigns measure $0$ to every other point. Is that the right way to interpret the expression?
$endgroup$
– Probably
Dec 27 '18 at 0:01
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
$begingroup$
Yes. A measure is a function on sets. The pdf is a distribution. That's the Dirac delta in $mathbb{R}^2$ : $delta(x,y) = delta(x)delta(y)$ the latter being the usual Dirac delta in $mathbb{R}$ @Probably
$endgroup$
– reuns
Dec 27 '18 at 1:00
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%2f3053440%2fmeaning-of-delta-notation%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