In statistics, for grouped data, when calculating the median based on formula $Median = L_m + \left [ \frac { \frac{n}{2} - F_{m-1} }{f_m} \right ] \times c$
where $c$ is the size of the median class
$F_{m-1}$ is the cumulative frequency of the class before median class
$f_m$ is the frequency of the median class
$n$ is the total number of the data
I noticed some resources mentioned $L_m$ as lower class limit, but some lower class boundary. Which one is correct?