-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix weight for height z score calculation #1232
Comments
|
|
@vinayvenu |
@mahalakshme lets discuss separately and finalize this story. |
Self note: Potential impact in growth charts |
…ildren between the age of 2-5 years
@mahalakshme, the calculated values for wfh zscore do not exactly match the chart. |
@himeshr I think then you can just comment on the differences you see here - just egs. It can be dealt in a separate card. |
okay.. Sample Error scenario examples are as follows:
|
…defined when height is outside range
For validation check following test cases: I. Girls, age 0-2 years |
|
Current status:
weight for length data on WHO website has 2 separate set of standard data based on age. Age is not considered in Avni wflh zscore calculation. Some of the LMS values used are of ages 0 to 2 years and some are of ages 2 to 5 years.
Acceptance criteria:
Out of scope:
Impact analysis:
Using of data from 2 to 5 years leads to a higher negative value(more critical grade). Hence mixing of both data would have led some children below 2 years to be categorised as more critical and some children more than 2 years as less critical.
In a couple of values where I applied the formula the difference of zscore between correct and incorrect is .1 to .2. So the children in the border value used in the standard to classify would have impacted.
In a couple of implementations I checked, weight for height is used along with weight for age for categorisation of child status. This would have again reduced the impact of this issue.
Hence we can chose not to correct the existing data for now considering the complexity and its impact.
Testing:
Verify using the tables and charts mentioned here
Old - Ignore:
The construction of the weight-for-length (45 to 110 cm) and weight-for-height (65 to 120 cm) standards followed a procedure similar to that applied to constructing the length/height-for-age standards (see section 3.1). To fit a single model, 0.7 cm was added to the cross-sectional height values. This was the average difference found between length and height in 1625 children aged 18 to 30 months measured for both length and height. After the model was fitted, the weight-for-length centile curves in the length interval 65.7 to 120.7 cm were shifted back by 0.7 cm to derive the weight- for-height standards corresponding to the height range 65 cm to 120 cm.
The text was updated successfully, but these errors were encountered: