Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~80 People Reached
Favorite Forums
Favorite Tags
Member Avatar for gyu

hi i need help figuring out how to get my program to calculate standard deviation. this is what i've done so far: [QUOTE]import math import sys lines = sys.stdin.readlines() sample_number = 0 time_seconds = 0 time_list = [] for line in lines: time = line.split('\t') f2 = time[1].strip('\n') if time[0]!= …

Member Avatar for vegaseat
0
80