ECE 314
ECE 314 - Probability in Engineering Lab
Fall 2024
Title | Rubric | Section | CRN | Type | Hours | Times | Days | Location | Instructor |
---|---|---|---|---|---|---|---|---|---|
Probability in Engineering Lab | ECE314 | A | 66503 | LAB | 1 | 1100 - 1150 | W | 2013 Electrical & Computer Eng Bldg | Bruce Hajek Kel Levick |
Probability in Engineering Lab | ECE314 | B | 66505 | LAB | 1 | 1400 - 1450 | W | 2013 Electrical & Computer Eng Bldg | Bruce Hajek Kel Levick |
Probability in Engineering Lab | ECE314 | ZJ1 | 76296 | LAB | 1 | 0200 - 0350 | T | Songbin Gong |
See full schedule from Course Explorer
Official Description
Course Director
Lab Equipment
Access to Engineering Work Stations during class hours for Python programming. Many students can an choose to use their own laptops instead. Python software is open source and easily installed.
Lab Software
Python software with basic modules for numerical and statistical modeling and analysis.
Topical Prerequisites
Basic probability theory, as provided by concurrent enrollment in ECE 313.
Texts
Reading is provided within an iPython notebook for each lab, with reference to the ECE 313 notes.
Required, Elective, or Selected Elective
Elective. Counts as a laboratory course for EE majors.
Course Goals
Strengthen the students' understanding of the concepts in probability and engineering applications. This involves a mixture of review and use of concepts in ECE 313, and introduction of real applications that require concepts related to, but beyond those, in ECE 313.
Instructional Objectives
Show students how to solve problems involving uncertainty through reasoning and computer programming.
Enhance student effectiveness in using a scientific programming language such as Python to solve problems.
At the end of this course, the student will be able to apply the knowledge of probability and statistic and Python programming gained in this course to several different types of problems in engineering.
1. Given a network of hosts that communicate with each other over links that are prone to failure, the student will be able to compute the probability that there exists a viable communication path between any two nodes in the network. (1) The student will also be able to model failure modes for systems composed of several subsystems as a network problem, and to solve such problems. (1)
2. The student will be able to formulate engineering decision-making problems as hypothesis testing schemes that compare likelihood ratios to thresholds. (1, 2) The student will be able to calculate the thresholds required to meet design specifications such as maximum false-alarm probabilities or detection probabilities in radar decision problems, including for sequential hypothesis testing (1,6) The student will be able to design tests using Bayesian methods for the purpose of minimizing the average probability of error. (1,2)
3. The student will be able to specify maximum-likelihood estimates for system parameters. (1,2,6) The student will be able to estimate confidence intervals for parameters for any specified confidence level. (1)
4. The student will be able to compute probability distributions for the parameters of various systems, to estimate average values and variances of these parameters, and to estimate the probabilities that various design specifications are met. (1,6)