Skip to content

Diabetes prediction V1.0 uses the Markov Chains method. First, this VB6 application converts a sequence of numbers into states. The states are arranged in a transition matrix and the transition probabilities are calculated for each element. Next, the transition matrix is further used for a prediction in a Markov chain.

License

Notifications You must be signed in to change notification settings

Gagniuc/Diabetes-prediction-1.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medical predictions (diabetes case)

This application converts a sequence of numbers into a sequence of states (state A and state B; in a sequence like "AABBABABBABBBBABA..."). The two states (noted A and B) are arranged in a 2x2 transition matrix and the transition probabilities are calculated for each element. The transition matrix is further used for a prediction in a Markov chain. For example, the application takes the following sequence of numbers:

159,82,187,194,179,115,197,102,105,104,95,126,74,143,143,127,98,70,92,170,168,182,149,85,137,100,170,180,61,177,86,195,198,182,150,197,103,103,186,100,96,196

The above sequence represents the glycemic values from a single individual who does not have diabetes, but a family predisposition for diabetes. Each number in the sequence represents a day. Thus, the sequence contains observations that extend over 42 days.

Screenshot

References

  • Paul A. Gagniuc. Markov chains: from theory to implementation and experimentation. Hoboken, NJ, John Wiley & Sons, USA, 2017, ISBN: 978-1-119-38755-8.

About

Diabetes prediction V1.0 uses the Markov Chains method. First, this VB6 application converts a sequence of numbers into states. The states are arranged in a transition matrix and the transition probabilities are calculated for each element. Next, the transition matrix is further used for a prediction in a Markov chain.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published