Programming in Perl. Help!?
Activity of a certain enzyme was measured in extracts from brain, heart and lung. In each tissue, the activity was measured several times, giving the following results (in arbitrary units):
brain: 65, 69, 70, 63, 70, 68.
heart: 102, 95, 98, 110.
lung: 112, 115, 113, 109, 95, 98, 100.
Write a program that calculates and prints the following information for each of the tissues:
-number of measurements
-average enzyme activity
-variance
-standard deviation
ANy ideas anyone? Please help. Thanks!
Activity of a certain enzyme was measured in extracts from brain, heart and lung. In each tissue, the activity was measured several times, giving the following results (in arbitrary units):
brain: 65, 69, 70, 63, 70, 68.
heart: 102, 95, 98, 110.
lung: 112, 115, 113, 109, 95, 98, 100.
Write a program that calculates and prints the following information for each of the tissues:
-number of measurements
-average enzyme activity
-variance
-standard deviation
ANy ideas anyone? Please help. Thanks!