Tagged Questions
9
votes
4answers
666 views
Predictive “blood glucose” algorithm?
I'm writing an app that lets a diabetic user enter his/her "blood glucose" readings, and then charts them on a graph over time from left to right. Since the blood readings will be done only several ...
3
votes
3answers
52 views
javascript slider weighted values
I have a JavaScript slider that outputs a value between 0 and 1 depending on its position. I want to convert that value to a value on another scale between say 100 and 1000, but based on the ...
2
votes
2answers
67 views
creating random numbers that favor smaller numbers
say i generated a set of random numbers and put them into an array, (pre-sorted for simplicity) i'll use javascript to show the math:
var vals = new ...