lvphj / epydemiology

Python code for epidemiologists – eventually
MIT License
8 stars 2 forks source link

The confidence interval around the trend line in phjAnnualDiseaseTrend() function is incorrect. #28

Closed lvphj closed 5 years ago

lvphj commented 5 years ago

The confidence interval around the trend line is too narrow.

lvphj commented 5 years ago

The error was caused by a typo were alpha value was divided by 0.5 rather than divided by 2. This error has been corrected.