Answers for "median latex"

0

median latex

//Just use following latex code for the median ;) :
{\frac {1}{n}}\sum _{i=1}^{n}{x_{i}}
//And another way to represent the Mean
{\frac {x_{1}+x_{2}+\dotsb +x_{n}}{n}}}
Posted by: Guest on May-05-2022

Browse Popular Code Answers by Language