7e041ae6c9
chore(growth): adjust indicator lookup to use atoms for unit
2024-10-05 15:09:44 +00:00
5c044e69d9
fix(growth): use centile and percentile correctly
...
1. The calculation made in `Grownth.Calc.Centile.compute/4` converts a
given z-score into the expected measurement value.
This can be used to get specific values for key z-scores, such as,
-3, -2, 2 and 3.
2. To calculate the percentile of a given z-score the system uses the
cumulative distribution function.
2024-08-28 13:03:45 +00:00
0d7a4cc9c3
chore(growth): move nil logic to scorer behaviour
...
continuous-integration/drone/pr Build is passing
Handle `nil` measurement in `Growth.Score.Scorer`.
2024-06-11 14:53:19 +00:00
c14a26a184
fix(growth): measure for subscapular skinfold
2024-06-11 12:01:25 +00:00
88b8e811a8
chore(growth): apply scorer behaviour in indicators
2024-06-11 11:41:31 +00:00
fa022b9592
feat(growth): calculate z-score/centile for all indicators
...
The `Growth.Score.Scorer` behaviour implements the methods needed to
calculate z-score and centile for any indicator.
2024-06-11 11:38:18 +00:00
06b35cbceb
wip(growth): implement results for bmi
...
continuous-integration/drone/pr Build is failing
This implementation should be made generic for all other scores.
2024-06-10 19:09:35 +00:00
04fff60541
wip(growth): add score module
...
continuous-integration/drone/pr Build is failing
This module is responsible for calculate the z score/centile for each
measurement.
2024-06-10 12:15:16 +00:00