So I figured I'd ask here as I'm sure there are several people that could help me with the answer.
Let's say I want to give each track on an album a rating and make an average rating for the whole album. Pretty easy, right?
E.g.
Track 1: 7
Track 2: 8.25
Track 3: 6.75
Track 4: 8.75
Track 5: 5.25
Track 6: 7
Track 7: 7.5
Track 8: 8.5
Sum it up and divide by the number of tracks: 59 divided by 8 = 7.375
But let's say I want to give each track a weight according to the length of the track, how would I go ahead and do that?
E.g.
Track 1: 7 length (minutes & seconds): 3.23
Track 2: 8.25 length (minutes & seconds): 5.47
Track 3: 6.75 length (minutes & seconds): 2.24
Track 4: 8.75 length (minutes & seconds): 6.55
Track 5: 5.25 length (minutes & seconds): 7.43
Track 6: 7 length (minutes & seconds): 2.23
Track 7: 7.5 length (minutes & seconds): 3.45
Track 8: 8.5 length (minutes & seconds): 4.53
My old stats courses probably gave me the answer but that was in the last millennium and my memory only goes so far.
Thanks in advance.
Let's say I want to give each track on an album a rating and make an average rating for the whole album. Pretty easy, right?
E.g.
Track 1: 7
Track 2: 8.25
Track 3: 6.75
Track 4: 8.75
Track 5: 5.25
Track 6: 7
Track 7: 7.5
Track 8: 8.5
Sum it up and divide by the number of tracks: 59 divided by 8 = 7.375
But let's say I want to give each track a weight according to the length of the track, how would I go ahead and do that?
E.g.
Track 1: 7 length (minutes & seconds): 3.23
Track 2: 8.25 length (minutes & seconds): 5.47
Track 3: 6.75 length (minutes & seconds): 2.24
Track 4: 8.75 length (minutes & seconds): 6.55
Track 5: 5.25 length (minutes & seconds): 7.43
Track 6: 7 length (minutes & seconds): 2.23
Track 7: 7.5 length (minutes & seconds): 3.45
Track 8: 8.5 length (minutes & seconds): 4.53
My old stats courses probably gave me the answer but that was in the last millennium and my memory only goes so far.
Thanks in advance.