Final Exam Schedule
Finals Schedule:
Advanced Statistics
- 9:30am – Wed, May 4 at 8am (HSB 101)
- 11:15am – Tue, May 3 at 10:30am (HSB 110)
- 2:30pm – Wed, May 4 at 1:00pm (HSB 110)
Geography of World Economy
- Tue, May 3 at 1:00pm (GCB 201)
Category: s16-busad360
Finals Schedule:
Advanced Statistics
Geography of World Economy
Wed, Apr 27
Use this key to translate your scores on the strip of paper:
Exam 1 = Exam 1 Score (out of 100)
Exam 2 = Exam 2 Score (out of 100)
HW+F4 = Homework + Final 4 score (out of 50)
Ex3 P1 = Exam 3 Part 1 take-home score (out of 100)
Ex3 P2 = Exam 3 Part 2 in-class score (out of 100)
Overall = Overall score (out of 100)
Wed, Apr 20
Review for Exam 3:
[highlight color=”options: yellow, black”]Exam 3 on Mon, Apr 25[/highlight]
Part 1 Take Home Instructions:
Previous | Next
Mon, Apr 18
Review:
Presentation:
Assignment:
Wed Apr 13
Review:
Presentation:
Assignment:
[highlight color=”options: yellow, black”]Here’s some python code to help you get going (and plain text below): [/highlight]
import random
def rollDice():
roll = random.randint(1,6)
return roll
j = 0
rollcount = 0
rolls = []
while j < 100:
i = 0
j = j + 1
while i < 100:
i = i + 1
result = rollDice()
rolls.append(result)
rollcount += 1
import scipy
mr = scipy.mean(rolls)
print(“Total rolls = “)
print rollcount
print(“Mean roll = “)
print mr
Mon, Apr 11
Review:
Presentation:
Assignment:
Wed, Apr 6
Review:
Presentation:
Assignment:
Please help you fellow students complete a marketing project by taking their survey.
Review:
Presentation:
Assignment: