What is the name for the average of the largest and the smallest values in a given data set?What is the difference between “mean value” and “average”?What do you call an average that does not include outliers?How to generate random data that conforms to a given mean and upper / lower endpoints?Is there a better name than “average of the integral”?Comparison of average values of data setsTerminology for how “grouped” an ordered data set isAverage of values, their standard deviations and rangesWhat is the name for a single data point, captured over time?Is there a term for an average per equal amount of data?

Why are Democrats mostly focused on increasing healthcare spending, rarely mentioning any proposals for decreasing the costs of healthcare services?

Did medieval stores have names?

Was the whistle-blower's (12 Aug 2019) complaint deemed credible?

Surfacing out of a sunken ship/submarine - Survival Tips

What deck size is ideal?

Is a vector space naturally isomorphic to its dual?

Pi to the power y, for small y's

Effects of quantum computing on parallel universes

Where does the term "dropship" come from?

What is the role of Shutter Speed while using a Manual Flash?

Novel where a serial killer lives (almost) forever by swapping bodies

MS in Mathematics, having trouble finding work outside teaching algebra

Get the last dates from multiple columns

50k job is offering 90k worth of shares. Scam?

Is current (November 2019) polling about Democrats lead over Trump trustworthy?

Bash to check if directory exist. If not create with an array

Printing the bits of an integer using bitfields and union

"Cобака на сене" - is this expression still in use or is it dated?

What would make the internet go away?

Google just EOLed the original Pixel. How long until it's a brick?

What is the purpose of this single box found in Rome B&B room?

Ball-passing game with a surprise ending

Why does Smaug have 4 legs in the 1st movie but only 2 legs in the 2nd?

Getting health insurance with the highest deductible and putting the savings in HSA



What is the name for the average of the largest and the smallest values in a given data set?


What is the difference between “mean value” and “average”?What do you call an average that does not include outliers?How to generate random data that conforms to a given mean and upper / lower endpoints?Is there a better name than “average of the integral”?Comparison of average values of data setsTerminology for how “grouped” an ordered data set isAverage of values, their standard deviations and rangesWhat is the name for a single data point, captured over time?Is there a term for an average per equal amount of data?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









14














$begingroup$


What do you call a statistical mean that is calculated from upper and lower extremes in any given dataset?



For example, if you have a set:



 -2, 0 , 8, 9, 1, 50, -2, 6


The upper extreme of this set is 50 and lower extreme is -2. So, average of the extremes would be (-2 + 50 / 2) = 48/2 = 24



Is there a term for this kind of statistical mean?










share|cite|improve this question












$endgroup$










  • 11




    $begingroup$
    It's the "midrange".
    $endgroup$
    – jbowman
    Jul 18 at 22:07

















14














$begingroup$


What do you call a statistical mean that is calculated from upper and lower extremes in any given dataset?



For example, if you have a set:



 -2, 0 , 8, 9, 1, 50, -2, 6


The upper extreme of this set is 50 and lower extreme is -2. So, average of the extremes would be (-2 + 50 / 2) = 48/2 = 24



Is there a term for this kind of statistical mean?










share|cite|improve this question












$endgroup$










  • 11




    $begingroup$
    It's the "midrange".
    $endgroup$
    – jbowman
    Jul 18 at 22:07













14












14








14





$begingroup$


What do you call a statistical mean that is calculated from upper and lower extremes in any given dataset?



For example, if you have a set:



 -2, 0 , 8, 9, 1, 50, -2, 6


The upper extreme of this set is 50 and lower extreme is -2. So, average of the extremes would be (-2 + 50 / 2) = 48/2 = 24



Is there a term for this kind of statistical mean?










share|cite|improve this question












$endgroup$




What do you call a statistical mean that is calculated from upper and lower extremes in any given dataset?



For example, if you have a set:



 -2, 0 , 8, 9, 1, 50, -2, 6


The upper extreme of this set is 50 and lower extreme is -2. So, average of the extremes would be (-2 + 50 / 2) = 48/2 = 24



Is there a term for this kind of statistical mean?







mean terminology average range






share|cite|improve this question
















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jul 19 at 11:06









amoeba says Reinstate Monica

68.1k19 gold badges231 silver badges280 bronze badges




68.1k19 gold badges231 silver badges280 bronze badges










asked Jul 18 at 22:01









blackbeardblackbeard

734 bronze badges




734 bronze badges










  • 11




    $begingroup$
    It's the "midrange".
    $endgroup$
    – jbowman
    Jul 18 at 22:07












  • 11




    $begingroup$
    It's the "midrange".
    $endgroup$
    – jbowman
    Jul 18 at 22:07







11




11




$begingroup$
It's the "midrange".
$endgroup$
– jbowman
Jul 18 at 22:07




$begingroup$
It's the "midrange".
$endgroup$
– jbowman
Jul 18 at 22:07










1 Answer
1






active

oldest

votes


















18
















$begingroup$

It's called the midrange and while it's not the most widely used statistic in the world it does have some relevance to the uniform distribution.



Let's introduce the order statistic notation: if have $n$ i.i.d. random variables $X_1, ..., X_n$, then the notation $X_(i)$ is used to refer to the $i$-th largest of the set $X_1, ..., X_n$. Thus we have:



$$ X_(1) ≤ X_(2) ≤···≤ X_(n) tag1 $$



Where $X_(1)$ is the minimum and $X_(n)$ is the maximum element. Then range and midrange are defined as:



$$ beginalign
R & = X_(n) - X_(1) tag2 \
A & = fracX_(1) + X_(n)2 tag3 \
endalign
$$



These formulas are taken from CRC Standard Probability and Statistics Tables and Formulae, section 4.6.6.



If $X_i$ is assumed to have a uniform distribution $X_i sim U(alpha, beta)$, where $alpha$ and $beta$ are the lower and upper bounds respectively, then we can give the MLE estimates in terms of these formulas:



$$
beginalign
hatalpha & = X_(1) tag4 \
hatbeta & = X_(n) tag5
endalign
$$



The mean of the resulting distribution is the same as the midrange:



$$
beginalign
mu & = A = fracX_(1) + X_(n)2 tag6 \
endalign
$$



This is probably the only use for this particular statistic.






share|cite|improve this answer










$endgroup$










  • 3




    $begingroup$
    Historicaly, the mean air temperature of a day was given as the midrange.
    $endgroup$
    – Maxter
    Jul 19 at 17:05












Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "65"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f418171%2fwhat-is-the-name-for-the-average-of-the-largest-and-the-smallest-values-in-a-giv%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









18
















$begingroup$

It's called the midrange and while it's not the most widely used statistic in the world it does have some relevance to the uniform distribution.



Let's introduce the order statistic notation: if have $n$ i.i.d. random variables $X_1, ..., X_n$, then the notation $X_(i)$ is used to refer to the $i$-th largest of the set $X_1, ..., X_n$. Thus we have:



$$ X_(1) ≤ X_(2) ≤···≤ X_(n) tag1 $$



Where $X_(1)$ is the minimum and $X_(n)$ is the maximum element. Then range and midrange are defined as:



$$ beginalign
R & = X_(n) - X_(1) tag2 \
A & = fracX_(1) + X_(n)2 tag3 \
endalign
$$



These formulas are taken from CRC Standard Probability and Statistics Tables and Formulae, section 4.6.6.



If $X_i$ is assumed to have a uniform distribution $X_i sim U(alpha, beta)$, where $alpha$ and $beta$ are the lower and upper bounds respectively, then we can give the MLE estimates in terms of these formulas:



$$
beginalign
hatalpha & = X_(1) tag4 \
hatbeta & = X_(n) tag5
endalign
$$



The mean of the resulting distribution is the same as the midrange:



$$
beginalign
mu & = A = fracX_(1) + X_(n)2 tag6 \
endalign
$$



This is probably the only use for this particular statistic.






share|cite|improve this answer










$endgroup$










  • 3




    $begingroup$
    Historicaly, the mean air temperature of a day was given as the midrange.
    $endgroup$
    – Maxter
    Jul 19 at 17:05















18
















$begingroup$

It's called the midrange and while it's not the most widely used statistic in the world it does have some relevance to the uniform distribution.



Let's introduce the order statistic notation: if have $n$ i.i.d. random variables $X_1, ..., X_n$, then the notation $X_(i)$ is used to refer to the $i$-th largest of the set $X_1, ..., X_n$. Thus we have:



$$ X_(1) ≤ X_(2) ≤···≤ X_(n) tag1 $$



Where $X_(1)$ is the minimum and $X_(n)$ is the maximum element. Then range and midrange are defined as:



$$ beginalign
R & = X_(n) - X_(1) tag2 \
A & = fracX_(1) + X_(n)2 tag3 \
endalign
$$



These formulas are taken from CRC Standard Probability and Statistics Tables and Formulae, section 4.6.6.



If $X_i$ is assumed to have a uniform distribution $X_i sim U(alpha, beta)$, where $alpha$ and $beta$ are the lower and upper bounds respectively, then we can give the MLE estimates in terms of these formulas:



$$
beginalign
hatalpha & = X_(1) tag4 \
hatbeta & = X_(n) tag5
endalign
$$



The mean of the resulting distribution is the same as the midrange:



$$
beginalign
mu & = A = fracX_(1) + X_(n)2 tag6 \
endalign
$$



This is probably the only use for this particular statistic.






share|cite|improve this answer










$endgroup$










  • 3




    $begingroup$
    Historicaly, the mean air temperature of a day was given as the midrange.
    $endgroup$
    – Maxter
    Jul 19 at 17:05













18














18










18







$begingroup$

It's called the midrange and while it's not the most widely used statistic in the world it does have some relevance to the uniform distribution.



Let's introduce the order statistic notation: if have $n$ i.i.d. random variables $X_1, ..., X_n$, then the notation $X_(i)$ is used to refer to the $i$-th largest of the set $X_1, ..., X_n$. Thus we have:



$$ X_(1) ≤ X_(2) ≤···≤ X_(n) tag1 $$



Where $X_(1)$ is the minimum and $X_(n)$ is the maximum element. Then range and midrange are defined as:



$$ beginalign
R & = X_(n) - X_(1) tag2 \
A & = fracX_(1) + X_(n)2 tag3 \
endalign
$$



These formulas are taken from CRC Standard Probability and Statistics Tables and Formulae, section 4.6.6.



If $X_i$ is assumed to have a uniform distribution $X_i sim U(alpha, beta)$, where $alpha$ and $beta$ are the lower and upper bounds respectively, then we can give the MLE estimates in terms of these formulas:



$$
beginalign
hatalpha & = X_(1) tag4 \
hatbeta & = X_(n) tag5
endalign
$$



The mean of the resulting distribution is the same as the midrange:



$$
beginalign
mu & = A = fracX_(1) + X_(n)2 tag6 \
endalign
$$



This is probably the only use for this particular statistic.






share|cite|improve this answer










$endgroup$



It's called the midrange and while it's not the most widely used statistic in the world it does have some relevance to the uniform distribution.



Let's introduce the order statistic notation: if have $n$ i.i.d. random variables $X_1, ..., X_n$, then the notation $X_(i)$ is used to refer to the $i$-th largest of the set $X_1, ..., X_n$. Thus we have:



$$ X_(1) ≤ X_(2) ≤···≤ X_(n) tag1 $$



Where $X_(1)$ is the minimum and $X_(n)$ is the maximum element. Then range and midrange are defined as:



$$ beginalign
R & = X_(n) - X_(1) tag2 \
A & = fracX_(1) + X_(n)2 tag3 \
endalign
$$



These formulas are taken from CRC Standard Probability and Statistics Tables and Formulae, section 4.6.6.



If $X_i$ is assumed to have a uniform distribution $X_i sim U(alpha, beta)$, where $alpha$ and $beta$ are the lower and upper bounds respectively, then we can give the MLE estimates in terms of these formulas:



$$
beginalign
hatalpha & = X_(1) tag4 \
hatbeta & = X_(n) tag5
endalign
$$



The mean of the resulting distribution is the same as the midrange:



$$
beginalign
mu & = A = fracX_(1) + X_(n)2 tag6 \
endalign
$$



This is probably the only use for this particular statistic.







share|cite|improve this answer













share|cite|improve this answer




share|cite|improve this answer










answered Jul 18 at 23:16









olooneyolooney

2,3699 silver badges20 bronze badges




2,3699 silver badges20 bronze badges










  • 3




    $begingroup$
    Historicaly, the mean air temperature of a day was given as the midrange.
    $endgroup$
    – Maxter
    Jul 19 at 17:05












  • 3




    $begingroup$
    Historicaly, the mean air temperature of a day was given as the midrange.
    $endgroup$
    – Maxter
    Jul 19 at 17:05







3




3




$begingroup$
Historicaly, the mean air temperature of a day was given as the midrange.
$endgroup$
– Maxter
Jul 19 at 17:05




$begingroup$
Historicaly, the mean air temperature of a day was given as the midrange.
$endgroup$
– Maxter
Jul 19 at 17:05


















draft saved

draft discarded















































Thanks for contributing an answer to Cross Validated!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstats.stackexchange.com%2fquestions%2f418171%2fwhat-is-the-name-for-the-average-of-the-largest-and-the-smallest-values-in-a-giv%23new-answer', 'question_page');

);

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









Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?