wip(growth): add score module
Some checks failed
continuous-integration/drone/pr Build is failing

This module is responsible for calculate the z score/centile for each
measurement.
This commit is contained in:
2024-06-10 12:15:16 +00:00
parent b415b38184
commit 04fff60541
8 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
defmodule Growth.Score.HeadCircumference do
@moduledoc """
Calculate z-score for head circumference for age.
"""
end