Skip to content

Commit

Permalink
Fix typo in LMS formula
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarton committed Oct 17, 2024
1 parent 1f8ee5e commit 91cfb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clinician/how-the-api-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The LMS method provides a way of obtaining normalised growth centiles from a ref

- To obtain the z-score, plug the LMS values with the child's measurement into the formula:
<div class="latex">
<img src="https://latex.codecogs.com/svg.image?z=((measure/M)^L)-1/(L/S))"></img>
<img src="https://latex.codecogs.com/svg.image?z=\frac{(measurement / M)^L -1}{LS}"></img>
</div>

## Growth References
Expand Down

0 comments on commit 91cfb4d

Please sign in to comment.