green_dragon's blog

By green_dragon, history, 10 years ago, In English

Given a sorted sequence of real numbers x[1],x[2],...,x[n]. Find a real number A to minimize:

This would be easy if the exponential number isn't presented: A=x[(n+1)/2]

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
10 years ago, hide # |
Rev. 2  
Vote: I like it +15 Vote: I do not like it

You can rewrite each term to , so the entire formula degenerates to . Note that this is a function in one variable (). Where does this function attain its maximum? How can you calculate this value?