Is a sample of size $N$ uniquely described by $N$ sample moments?
$begingroup$
I have the intuition that a sample of size $n$ should be able to be described uniquely by just N moments. But I don't know if that's true.
The idea is that, first, it is obvious that a sample of $n = 1$ can be uniquely describe by just the sample mean. For $n = 2$, knowing the first two (uncentered) moments is also enough because (if I did my maths correctly)
$$
X_1 = 2overline{X} - X_2
$$
and
$$
M_2 = 1/2X_2^2 - 2M_1X_2+2M_1^2
$$
From which I can solve for $X_2$ and then $X_1$ by knowing $M_1$ and $M_2$.
It seems intuitive that this must hold on for $n > 2 $. The generalization for a sample of size $n$ and $m$ moments would be
begin{matrix}
x_1 + x_2 + ... + x_n = nM_1\
x_1^2 + x_2^2 + ... + x_n^2 = nM_2 \
vdots \
x_1^m + x_2^m + ... + x_n^m = nM_m
end{matrix}
It these were linear equations, they would only have an unique solution for $n = m$ if the system described a full rank matrix. But they aren't, so... no dice.
From an information theory standpoint it seems to me (again, intuitively) that you shouldn't need more than $N$ numbers to represent any other $N$ numbers.
Note that I'm not trying to estimate the population distribution by the sample moments. I'm talking about describing a specific vector of $n$ values.
Also note that I assume that the order of samples does not matter so that $(x_1, x_2)$ and $(x_2, x_2)$ would be treated as the same solution.
Any hints on this problem?
statistics
$endgroup$
add a comment |
$begingroup$
I have the intuition that a sample of size $n$ should be able to be described uniquely by just N moments. But I don't know if that's true.
The idea is that, first, it is obvious that a sample of $n = 1$ can be uniquely describe by just the sample mean. For $n = 2$, knowing the first two (uncentered) moments is also enough because (if I did my maths correctly)
$$
X_1 = 2overline{X} - X_2
$$
and
$$
M_2 = 1/2X_2^2 - 2M_1X_2+2M_1^2
$$
From which I can solve for $X_2$ and then $X_1$ by knowing $M_1$ and $M_2$.
It seems intuitive that this must hold on for $n > 2 $. The generalization for a sample of size $n$ and $m$ moments would be
begin{matrix}
x_1 + x_2 + ... + x_n = nM_1\
x_1^2 + x_2^2 + ... + x_n^2 = nM_2 \
vdots \
x_1^m + x_2^m + ... + x_n^m = nM_m
end{matrix}
It these were linear equations, they would only have an unique solution for $n = m$ if the system described a full rank matrix. But they aren't, so... no dice.
From an information theory standpoint it seems to me (again, intuitively) that you shouldn't need more than $N$ numbers to represent any other $N$ numbers.
Note that I'm not trying to estimate the population distribution by the sample moments. I'm talking about describing a specific vector of $n$ values.
Also note that I assume that the order of samples does not matter so that $(x_1, x_2)$ and $(x_2, x_2)$ would be treated as the same solution.
Any hints on this problem?
statistics
$endgroup$
1
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25
add a comment |
$begingroup$
I have the intuition that a sample of size $n$ should be able to be described uniquely by just N moments. But I don't know if that's true.
The idea is that, first, it is obvious that a sample of $n = 1$ can be uniquely describe by just the sample mean. For $n = 2$, knowing the first two (uncentered) moments is also enough because (if I did my maths correctly)
$$
X_1 = 2overline{X} - X_2
$$
and
$$
M_2 = 1/2X_2^2 - 2M_1X_2+2M_1^2
$$
From which I can solve for $X_2$ and then $X_1$ by knowing $M_1$ and $M_2$.
It seems intuitive that this must hold on for $n > 2 $. The generalization for a sample of size $n$ and $m$ moments would be
begin{matrix}
x_1 + x_2 + ... + x_n = nM_1\
x_1^2 + x_2^2 + ... + x_n^2 = nM_2 \
vdots \
x_1^m + x_2^m + ... + x_n^m = nM_m
end{matrix}
It these were linear equations, they would only have an unique solution for $n = m$ if the system described a full rank matrix. But they aren't, so... no dice.
From an information theory standpoint it seems to me (again, intuitively) that you shouldn't need more than $N$ numbers to represent any other $N$ numbers.
Note that I'm not trying to estimate the population distribution by the sample moments. I'm talking about describing a specific vector of $n$ values.
Also note that I assume that the order of samples does not matter so that $(x_1, x_2)$ and $(x_2, x_2)$ would be treated as the same solution.
Any hints on this problem?
statistics
$endgroup$
I have the intuition that a sample of size $n$ should be able to be described uniquely by just N moments. But I don't know if that's true.
The idea is that, first, it is obvious that a sample of $n = 1$ can be uniquely describe by just the sample mean. For $n = 2$, knowing the first two (uncentered) moments is also enough because (if I did my maths correctly)
$$
X_1 = 2overline{X} - X_2
$$
and
$$
M_2 = 1/2X_2^2 - 2M_1X_2+2M_1^2
$$
From which I can solve for $X_2$ and then $X_1$ by knowing $M_1$ and $M_2$.
It seems intuitive that this must hold on for $n > 2 $. The generalization for a sample of size $n$ and $m$ moments would be
begin{matrix}
x_1 + x_2 + ... + x_n = nM_1\
x_1^2 + x_2^2 + ... + x_n^2 = nM_2 \
vdots \
x_1^m + x_2^m + ... + x_n^m = nM_m
end{matrix}
It these were linear equations, they would only have an unique solution for $n = m$ if the system described a full rank matrix. But they aren't, so... no dice.
From an information theory standpoint it seems to me (again, intuitively) that you shouldn't need more than $N$ numbers to represent any other $N$ numbers.
Note that I'm not trying to estimate the population distribution by the sample moments. I'm talking about describing a specific vector of $n$ values.
Also note that I assume that the order of samples does not matter so that $(x_1, x_2)$ and $(x_2, x_2)$ would be treated as the same solution.
Any hints on this problem?
statistics
statistics
edited Dec 10 '18 at 14:28
Elio Campitelli
asked Dec 10 '18 at 3:29
Elio CampitelliElio Campitelli
1235
1235
1
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25
add a comment |
1
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25
1
1
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
We can think of x_1,x_2, ...x_n as being the roots of a polynomial p of degree n.
From the Newton identities we can compute from the given moments M_1, M_2, ...,M_n the elementary symmetric polynomials in x_1,x_2,... x_n and hence the coefficients of the polynomial p. But the set of roots (without order) of p is determined by p. Hence, the values of x_1,x_2,...x_n are determined by M_1,M_2, ...,M_n except for a permutation of the values. This is the best that you can hope as the moments are invariant under such a permutation (as Elio example shows).
(Summing up a discussion with Elio via twiiter)
$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%2f3033407%2fis-a-sample-of-size-n-uniquely-described-by-n-sample-moments%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$
We can think of x_1,x_2, ...x_n as being the roots of a polynomial p of degree n.
From the Newton identities we can compute from the given moments M_1, M_2, ...,M_n the elementary symmetric polynomials in x_1,x_2,... x_n and hence the coefficients of the polynomial p. But the set of roots (without order) of p is determined by p. Hence, the values of x_1,x_2,...x_n are determined by M_1,M_2, ...,M_n except for a permutation of the values. This is the best that you can hope as the moments are invariant under such a permutation (as Elio example shows).
(Summing up a discussion with Elio via twiiter)
$endgroup$
add a comment |
$begingroup$
We can think of x_1,x_2, ...x_n as being the roots of a polynomial p of degree n.
From the Newton identities we can compute from the given moments M_1, M_2, ...,M_n the elementary symmetric polynomials in x_1,x_2,... x_n and hence the coefficients of the polynomial p. But the set of roots (without order) of p is determined by p. Hence, the values of x_1,x_2,...x_n are determined by M_1,M_2, ...,M_n except for a permutation of the values. This is the best that you can hope as the moments are invariant under such a permutation (as Elio example shows).
(Summing up a discussion with Elio via twiiter)
$endgroup$
add a comment |
$begingroup$
We can think of x_1,x_2, ...x_n as being the roots of a polynomial p of degree n.
From the Newton identities we can compute from the given moments M_1, M_2, ...,M_n the elementary symmetric polynomials in x_1,x_2,... x_n and hence the coefficients of the polynomial p. But the set of roots (without order) of p is determined by p. Hence, the values of x_1,x_2,...x_n are determined by M_1,M_2, ...,M_n except for a permutation of the values. This is the best that you can hope as the moments are invariant under such a permutation (as Elio example shows).
(Summing up a discussion with Elio via twiiter)
$endgroup$
We can think of x_1,x_2, ...x_n as being the roots of a polynomial p of degree n.
From the Newton identities we can compute from the given moments M_1, M_2, ...,M_n the elementary symmetric polynomials in x_1,x_2,... x_n and hence the coefficients of the polynomial p. But the set of roots (without order) of p is determined by p. Hence, the values of x_1,x_2,...x_n are determined by M_1,M_2, ...,M_n except for a permutation of the values. This is the best that you can hope as the moments are invariant under such a permutation (as Elio example shows).
(Summing up a discussion with Elio via twiiter)
answered Dec 10 '18 at 21:13
Pablo De NapoliPablo De Napoli
1795
1795
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%2f3033407%2fis-a-sample-of-size-n-uniquely-described-by-n-sample-moments%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
1
$begingroup$
It's not true that you can determine the values of each of $n$ variables with the first $n$ moments. You can certainly determine the set of values in the sample but you can't know what, for instance, $x_1$ happens to be. Consider a sample size of two with first and second raw moments 1/2 and 1. There are two solutions: $left(x_1to frac{1}{2} left(1-sqrt{3}right),x_2to frac{1}{2} left(sqrt{3}+1right)right)$ is one solution and $left(x_1to frac{1}{2} left(sqrt{3}+1right),x_2to frac{1}{2} left(1-sqrt{3}right)right)$ is another.
$endgroup$
– JimB
Dec 10 '18 at 6:26
$begingroup$
Fair point. I was implicitly assuming that the order didn't matter. (Although I intuit that if we defined each $x_i$ as a tuple $(X^a_i; X^b_i)$, then we could have an analogous situation but with the combined moments; covariance and the like).
$endgroup$
– Elio Campitelli
Dec 10 '18 at 14:25