-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
446 lines (396 loc) · 16.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />
<title></title>
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="site_libs/bootstrap-3.3.5/css/cosmo.min.css" rel="stylesheet" />
<script src="site_libs/bootstrap-3.3.5/js/bootstrap.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/html5shiv.min.js"></script>
<script src="site_libs/bootstrap-3.3.5/shim/respond.min.js"></script>
<script src="site_libs/navigation-1.1/tabsets.js"></script>
<link href="site_libs/highlightjs-1.1/default.css" rel="stylesheet" />
<script src="site_libs/highlightjs-1.1/highlight.js"></script>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">
pre:not([class]) {
background-color: white;
}
</style>
<script type="text/javascript">
if (window.hljs && document.readyState && document.readyState === "complete") {
window.setTimeout(function() {
hljs.initHighlighting();
}, 0);
}
</script>
<style type="text/css">
h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}
</style>
</head>
<body>
<style type = "text/css">
.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}
</style>
<style type="text/css">
/* padding for bootstrap navbar */
body {
padding-top: 51px;
padding-bottom: 40px;
}
/* offset scroll position for anchor links (for fixed navbar) */
.section h1 {
padding-top: 56px;
margin-top: -56px;
}
.section h2 {
padding-top: 56px;
margin-top: -56px;
}
.section h3 {
padding-top: 56px;
margin-top: -56px;
}
.section h4 {
padding-top: 56px;
margin-top: -56px;
}
.section h5 {
padding-top: 56px;
margin-top: -56px;
}
.section h6 {
padding-top: 56px;
margin-top: -56px;
}
</style>
<script>
// manage active state of menu based on current page
$(document).ready(function () {
// active menu anchor
href = window.location.pathname
href = href.substr(href.lastIndexOf('/') + 1)
if (href === "")
href = "index.html";
var menuAnchor = $('a[href="' + href + '"]');
// mark it active
menuAnchor.parent().addClass('active');
// if it's got a parent navbar menu mark it active as well
menuAnchor.closest('li.dropdown').addClass('active');
});
</script>
<div class="container-fluid main-container">
<!-- tabsets -->
<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
</script>
<!-- code folding -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Stat 305 A Engineering Statistics</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Syllabus</a>
</li>
<li>
<a href="materials.html">Materials</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
</ul>
</div><!--/.nav-collapse -->
</div><!--/.container -->
</div><!--/.navbar -->
<div class="fluid-row" id="header">
</div>
<p><br/></p>
<div id="learning-objectives" class="section level1">
<h1>Learning Objectives</h1>
<p>By the end of this course, students should learn basic concepts of statistics and probability to solve problems arising in engineering applications.</p>
</div>
<div id="prerequisites" class="section level1">
<h1>Prerequisites</h1>
<p>MATH 165 (or MATH 165H)</p>
</div>
<div id="instructor" class="section level1">
<h1>Instructor</h1>
<p><a href="http://andeekaplan.com">Andee Kaplan</a><br />
Email: ajkaplan at iastate (Put “[STAT 305 A]” in the subject.)<br />
Office hours: Monday and Thursday at 11:00-11:50am in Snedecor 3221</p>
</div>
<div id="teaching-assistant" class="section level1">
<h1>Teaching Assistant</h1>
<p><a href="http://stat.iastate.edu/people/yifan-wang">Yifan Wang</a><br />
Email: wangyf at iastate (Put “[STAT 305 A]” in the subject.)<br />
Office hours: Tuesday and Thursday at 1:10-2:00pm in Snedecor 2410</p>
</div>
<div id="course-coordinator" class="section level1">
<h1>Course Coordinator</h1>
<p><a href="http://www.public.iastate.edu/~apghosh/index.html">Arka Ghosh</a><br />
Email: apghosh at iastate (Put “[STAT 305 A]” in the subject.)</p>
</div>
<div id="lectures" class="section level1">
<h1>Lectures</h1>
<p><a href="http://www.fpm.iastate.edu/roomscheduling/room.asp?room_id=51">Carver Hall 0274</a><br />
Mon Tue Wed Thu Fri 9:50 AM - 10:50 AM No class on Mon, May 29 or Tues, July 4 (University Holiday).</p>
</div>
<div id="required-text" class="section level1">
<h1>Required Text</h1>
<p><a href="http://www.amazon.com/Basic-Engineering-Data-Collection-Analysis/dp/053436957X">Basic Engineering Data Collection and Analysis</a><br />
<a href="http://www.public.iastate.edu/~vardeman/">Stephen B. Vardeman</a> and <a href="http://www.fsb.muohio.edu/directory/jobejm">J. Marcus Jobe</a><br />
ISBN-10: 0-534-36957-X<br />
ISBN-13: 978-0-534-36957-6</p>
</div>
<div id="software" class="section level1">
<h1>Software</h1>
<p>JMP 13, freely available for <a href="http://stat.iastate.edu/statistical-software-jmp">download</a>.<br />
You can find <a href="https://www.it.iastate.edu/labsdb/?q=JMP">on-campus computers equipped with JMP</a>.</p>
<p>You can also use R, freely available for <a href="https://cloud.r-project.org/">download</a>.</p>
</div>
<div id="grading" class="section level1">
<h1>Grading</h1>
<p>You can check your grades on <a href="https://bb.its.iastate.edu/webapps/portal/frameset.jsp">Blackboard</a>.</p>
<p>Your final grade is a weighted average of</p>
<ul>
<li>homework (25%),</li>
<li>exam 1 (25%),</li>
<li>exam 2 (25%), and</li>
<li>final exam (25%).</li>
</ul>
<p>Your lowest homework grade will be dropped before making the calculation.</p>
<p>I will assign letter grades as follows:</p>
<table>
<thead>
<tr class="header">
<th align="left">Letter grade</th>
<th align="left">Percentage grade X</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left">A</td>
<td align="left">X ≥ 93%</td>
</tr>
<tr class="even">
<td align="left">A-</td>
<td align="left">89% ≤ X < 93%</td>
</tr>
<tr class="odd">
<td align="left">B+</td>
<td align="left">86% ≤ X < 89%</td>
</tr>
<tr class="even">
<td align="left">B</td>
<td align="left">83% ≤ X < 86%</td>
</tr>
<tr class="odd">
<td align="left">B-</td>
<td align="left">79% ≤ X < 83%</td>
</tr>
<tr class="even">
<td align="left">C+</td>
<td align="left">76% ≤ X < 79%</td>
</tr>
<tr class="odd">
<td align="left">C</td>
<td align="left">73% ≤ X < 76%</td>
</tr>
<tr class="even">
<td align="left">C-</td>
<td align="left">69% ≤ X < 73%</td>
</tr>
<tr class="odd">
<td align="left">D+</td>
<td align="left">66% ≤ X < 69%</td>
</tr>
<tr class="even">
<td align="left">D</td>
<td align="left">63% ≤ X < 66%</td>
</tr>
<tr class="odd">
<td align="left">D-</td>
<td align="left">59% ≤ X < 63%</td>
</tr>
<tr class="even">
<td align="left">F</td>
<td align="left">X < 59%</td>
</tr>
</tbody>
</table>
</div>
<div id="homework" class="section level1">
<h1>Homework</h1>
<p>Rules for completing homework assignments:</p>
<ul>
<li>Show your work. Without work, no partial credit is possible.</li>
<li>You are encouraged to work on homework with your peers. However, your problem sets must be written by you and only you, in your own words, and only with the calculations that you yourself did.</li>
</ul>
<p>Weekly homework assignments, along with their respective due dates, are be posted at <a href="http://andeekaplan.com/stat305/materials.html" class="uri">http://andeekaplan.com/stat305/materials.html</a>. Homeworks will be due on <strong>Mondays in class</strong>, unless otherwise notified in class and/or on the website. Submission must be in hard copy form (printed + stapled) except under extenuating circumstances.</p>
<p><strong>No late homework will be accepted</strong>. At the end of the semester, your lowest assignment grade will be dropped. If you are unable to attend class on the day the homework is due it is your responsibility to turn it in <em>before</em> the due date. Please note, there will be a homework assignment due during <em>dead week</em>.</p>
</div>
<div id="exams" class="section level1">
<h1>Exams</h1>
<p>Rules for exams:</p>
<ul>
<li>All the usual exam ethics apply. Please ask the instructor if you have questions.</li>
<li>You may bring <em>only</em> the following materials to the exams:
<ul>
<li>A writing utensil.</li>
<li>An approved hand-held calculator. You will not need anything more powerful than a 4-function calculator, but you may bring anything as powerful as a graphing calculator such as a TI-83 or TI-89. You may not use a device with networking capabilities (cell phone, tablet, computer). Please contact me if you are not sure if your calculator qualifies.</li>
<li>An 8.5" × 11" sheet of paper of your own notes to help you during the exam. You may use both sides of the page, and you may write anything you want except for solutions to example problems and exam notes copied from another student.</li>
</ul></li>
<li>During an exam, you will be provided with:
<ul>
<li>Enough scratch paper.</li>
<li>Enough computer output to complete the exam.</li>
<li>All necessary probability tables, which may include standard normal tables, Student t tables, chisquare tables, or F tables.</li>
</ul></li>
</ul>
<p>Exam information:</p>
<p>Exams will be held on the evening (6 - 8pm) of the following dates. On exam days there will be no in-class lecture. If you have a conflict, please notify the instructor at least <strong>one week in advance</strong> to reschedule.</p>
<table>
<thead>
<tr class="header">
<th align="left">Exam</th>
<th align="left">Date</th>
<th align="left">Location</th>
<th align="left">Topics</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left">Exam 1</td>
<td align="left">June 5</td>
<td align="left">Gilman 2272</td>
<td align="left">Ch. 1-4</td>
</tr>
<tr class="even">
<td align="left">Exam 2</td>
<td align="left">June 26</td>
<td align="left">Gilman 2272</td>
<td align="left">Ch. 5</td>
</tr>
<tr class="odd">
<td align="left">Final Exam**</td>
<td align="left">July 7</td>
<td align="left">Gilman 2272</td>
<td align="left">Ch. 1-6, 9</td>
</tr>
</tbody>
</table>
<p>**The Final Exam is comprehensive. Final Exams cannot be taken early!</p>
</div>
<div id="conduct-and-attendance" class="section level1">
<h1>Conduct and Attendance</h1>
<p>Please bring your calculators to class because I will often have you do in-class exercises. Also, please bring any probability tables (standard normal table, Student t table, etc.) to class after I have taught you how to use them.</p>
<p>All the usual rules of classroom etiquette apply. Please be respectful to your peers and your instructor. We need a quiet, distraction-free environment.</p>
<p>I will not take formal attendance in the class, but attendance in class strongly recommended. You are responsible for all material presented in lecture and/or assigned as required reading. If an unexpected illness or incident occurs due to which you are unable to complete the necessary tasks, it is your responsibility to review the notes from class with a friend before contacting the instructor and getting help in office hours.</p>
</div>
<div id="advice" class="section level1">
<h1>Advice</h1>
<p>In order to have a successful semester in this class, it is in your best interest to attend all lecture and follow along with the notes in class. Please come to class, it will make exam preparation and homework easier. Reading the textbook material will be helpful to fill in any gaps in your understanding.</p>
<p>If you keep up with lecture and reading, it is my hope that you will be able to solve most homework problems within an hour each. If you are stumped for over an hour, please e-mail me or come to office hours. Ask for help along the way and the class will go much smoother for both of us.</p>
</div>
<div id="dead-week" class="section level1">
<h1>“Dead Week”</h1>
<p>This class follows the Iowa State University Dead Week policy as noted in section 10.6.4 of the Faculty Handbook <a href="http://www.provost.iastate.edu/resources/faculty-handbook" class="uri">http://www.provost.iastate.edu/resources/faculty-handbook</a>.</p>
</div>
<div id="academic-honesty" class="section level1">
<h1>Academic Honesty</h1>
<p>The class will follow Iowa State University’s policy on academic dishonesty. Anyone suspected of academic dishonesty will be reported to the Dean of Students Office. <a href="http://www.dso.iastate.edu/ja/academic/misconduct.html" class="uri">http://www.dso.iastate.edu/ja/academic/misconduct.html</a></p>
</div>
<div id="disability-resources" class="section level1">
<h1>Disability Resources</h1>
<p>Iowa State University complies with the Americans with Disabilities Act and Sect 504 of the Rehabilitation Act. If you have a disability and anticipate needing accommodations in this course, please contact the instructor to set up a meeting within the first two weeks of the semester or as soon as you become aware of your need. Before meeting with the instructor, you will need to obtain a SAAR form with recommendations for accommodations from the <a href="http://new.dso.iastate.edu/dr/student">Disability Resources Office</a>, located in Room 1076 on the main floor of the Student Services Building. Their telephone number is 515-294-7220 or email <a href="mailto:[email protected]">[email protected]</a>. Retroactive requests for accommodations will not be honored.</p>
</div>
<div id="harassment-and-discrimination" class="section level1">
<h1>Harassment and Discrimination</h1>
<p>Iowa State University strives to maintain our campus as a place of work and study for faculty, staff, and students that is free of all forms of prohibited discrimination and harassment based upon race, ethnicity, sex (including sexual assault), pregnancy, color, religion, national origin, physical or mental disability, age, marital status, sexual orientation, gender identity, genetic information, or status as a U.S. veteran. Any student who has concerns about such behavior should contact his/her instructor, <a href="http://new.dso.iastate.edu/sa/">Student Assistance</a> at 515-294-1020 or email <a href="mailto:[email protected]">[email protected]</a>, or the <a href="http://www.hrs.iastate.edu/hrs/node/99">Office of Equal Opportunity and Compliance</a> at 515-294-7612.</p>
</div>
<div id="religious-accommodation" class="section level1">
<h1>Religious Accommodation</h1>
<p>If an academic or work requirement conflicts with your religious practices and/or observances, you may request reasonable accommodations. Your request must be in writing, and your instructor or supervisor will review the request. You or your instructor may also seek assistance from the <a href="http://new.dso.iastate.edu/">Dean of Students Office</a> or the <a href="http://www.hrs.iastate.edu/hrs/node/99">Office of Equal Opportunity and Compliance</a>.</p>
</div>
<div id="contact-information" class="section level1">
<h1>Contact Information</h1>
<p>If you are experiencing, or have experienced, a problem with any of the above policies, email me or <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
<div id="disclaimer" class="section level1">
<h1>Disclaimer</h1>
<p>Syllabus is subject to change.</p>
</div>
</div>
<script>
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
</script>
<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
</body>
</html>