How would get find an average from an array?
Say
[0,4,8,2,5,0,2,6]
would give 3.375
Thanks!
|
How would get find an average from an array? Say
would give 3.375 Thanks! |
|||||||||||||||
|
|
Try this:
Note the
You can define it as part of
If you haven't seen Edit: Commenter Dave Ray proposed a nice improvement. Edit: Commenter Glenn Jackman's proposal, using |
|||||||||||||||||||
|
|
|||||||||||||||
|
|
I was hoping for Math.average(values), but no such luck.
edit: formatting |
|||||||||
|
|
Why not just:
It's more readable and easier to write. |
|||
|
|
|
|||||||
|
|
Don't have ruby on this pc, but something to this extent should work:
|
||||
|
|
|
|||||||||||||||||
|
Short but using instance variable |
|||
|