Geometric mean, harmonic mean and loss functions
$begingroup$
Consider a sequence $(x_i)_{i in I}$ of real numbers indexed on a set $I$. The mode of the series is the minimizing argument for the $L_0$ loss
$$ text{mode}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^0 $$
The median is the minimizing argument for the $L_1$ loss
$$ text{median}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^1 $$
The arithmetic mean is the minimizing argument for the $L_2$ loss
$$ text{arithmetic mean}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^2 $$
Can we find similar results for the harmonic mean or the geometric mean?
Thanks!
statistics average means
$endgroup$
add a comment |
$begingroup$
Consider a sequence $(x_i)_{i in I}$ of real numbers indexed on a set $I$. The mode of the series is the minimizing argument for the $L_0$ loss
$$ text{mode}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^0 $$
The median is the minimizing argument for the $L_1$ loss
$$ text{median}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^1 $$
The arithmetic mean is the minimizing argument for the $L_2$ loss
$$ text{arithmetic mean}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^2 $$
Can we find similar results for the harmonic mean or the geometric mean?
Thanks!
statistics average means
$endgroup$
add a comment |
$begingroup$
Consider a sequence $(x_i)_{i in I}$ of real numbers indexed on a set $I$. The mode of the series is the minimizing argument for the $L_0$ loss
$$ text{mode}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^0 $$
The median is the minimizing argument for the $L_1$ loss
$$ text{median}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^1 $$
The arithmetic mean is the minimizing argument for the $L_2$ loss
$$ text{arithmetic mean}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^2 $$
Can we find similar results for the harmonic mean or the geometric mean?
Thanks!
statistics average means
$endgroup$
Consider a sequence $(x_i)_{i in I}$ of real numbers indexed on a set $I$. The mode of the series is the minimizing argument for the $L_0$ loss
$$ text{mode}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^0 $$
The median is the minimizing argument for the $L_1$ loss
$$ text{median}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^1 $$
The arithmetic mean is the minimizing argument for the $L_2$ loss
$$ text{arithmetic mean}[ ; (x_i)_{i in I} ; ] = argmin_{u in mathbb{R}} ; ; sum_{i in I} ; | x_i - u|^2 $$
Can we find similar results for the harmonic mean or the geometric mean?
Thanks!
statistics average means
statistics average means
edited Mar 5 at 20:02
mikado
1217
1217
asked Jul 27 '16 at 16:48
Estienne GranetEstienne Granet
1213
1213
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A simple manipulation of the relationship between arithmetic and geometric mean gives the following expression for the geometric mean
$$arg min_{u in mathbb{R}^+} sum_{i in I}|log frac{x_i}{u}|^2$$
Interestingly, this might be generalised to complex values.
$endgroup$
add a comment |
Your Answer
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%2f1873009%2fgeometric-mean-harmonic-mean-and-loss-functions%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$
A simple manipulation of the relationship between arithmetic and geometric mean gives the following expression for the geometric mean
$$arg min_{u in mathbb{R}^+} sum_{i in I}|log frac{x_i}{u}|^2$$
Interestingly, this might be generalised to complex values.
$endgroup$
add a comment |
$begingroup$
A simple manipulation of the relationship between arithmetic and geometric mean gives the following expression for the geometric mean
$$arg min_{u in mathbb{R}^+} sum_{i in I}|log frac{x_i}{u}|^2$$
Interestingly, this might be generalised to complex values.
$endgroup$
add a comment |
$begingroup$
A simple manipulation of the relationship between arithmetic and geometric mean gives the following expression for the geometric mean
$$arg min_{u in mathbb{R}^+} sum_{i in I}|log frac{x_i}{u}|^2$$
Interestingly, this might be generalised to complex values.
$endgroup$
A simple manipulation of the relationship between arithmetic and geometric mean gives the following expression for the geometric mean
$$arg min_{u in mathbb{R}^+} sum_{i in I}|log frac{x_i}{u}|^2$$
Interestingly, this might be generalised to complex values.
edited Mar 4 at 23:09
answered Mar 4 at 22:56
mikadomikado
1217
1217
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%2f1873009%2fgeometric-mean-harmonic-mean-and-loss-functions%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