Skip to content

Commit

Permalink
Merge pull request #109 from rcpch/mbarton/lms-formula-typo
Browse files Browse the repository at this point in the history
Fix typo in LMS formula
  • Loading branch information
mbarton authored Oct 17, 2024
2 parents 1f8ee5e + 91cfb4d commit d1f47ec
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 d1f47ec

Please sign in to comment.