Syllabus

Title
0393 Y1P2 Computing
Instructors
Univ.Prof. Dr. Kurt Hornik
Contact details
Type
PI
Weekly hours
2
Language of instruction
Englisch
Registration
09/01/21 to 09/24/21
Registration via LPIS
Notes to the course
Subject(s) Master Programs
Dates
Day Date Time Room
Monday 10/04/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 10/07/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 10/14/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 10/21/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 11/04/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 11/11/21 09:00 AM - 12:30 PM Online-Einheit
Thursday 11/18/21 09:00 AM - 12:30 PM Online-Einheit
Monday 11/22/21 02:00 PM - 04:00 PM D3.0.233
Contents
See the unit description on Learn@WU (lower section).
Learning outcomes
After completing this course the student will have the ability to:
  • Recall the basic constituents of computer programming (data structures and algorithms)
  • Design, implement, test and debug computer programs for solving mathematical/computational problems
  • Perform matrix computations, solve systems of linear and non-linear equations, and optimize functions of one or several variables.
Apart from that, the course will contribute to the students' ability to:
  • demonstrate effective team skills resulting in an appropriate contribution to the production of a group output
  • work and communicate effectively in a team situation and to function as a valuable and cooperative team member
  • participate in group discussions/team work
Moreover, the student will have the ability to:
  • structure given mathematical/computational tasks and develop algorithms for solving them
  • adequately communicate algorithms and computer programs implementing these
  • "turn ideas into software"
In addition, the student will be able to:
  • Use R for programming and numerical computations
  • Use LaTeX for creating reports and presentations
  • Use BibTeX for managing bibliographic information
Attendance requirements

Full attendance is compulsory. This means that students should attend at least 80% of all lectures, at most one lecture can be missed.

Teaching/learning method(s)

This course is taught as a lecture combined with homework assignments and a course project.

In combination with the lecture, homework assignments will help students to consolidate and expand their knowledge and understanding by developing solutions to theoretical and applied problems, and have to be submitted every week via email to the lecturer. Selected solutions have to be presented in homework colloquia.

For the course project, teams with up to five members will use LaTeX to create a report or presentation of an R-based solution to a given mathematical/computational task.

Assessment
  • 40% home assignments and group discussions
  • 20% course project
  • 40% written final exam

The assessment of the homework assignments and course project will be based on the correctness of results, the clarity and persuasiveness of each bit of work and the recognizable effort made. This implies an ability to work in teams. For the written exam, the assessment will be based on the ability to describe and apply the key concepts discussed throughout the course and to choose the appropriate analytical techniques to obtain the relevant data.

To avoid the potential free-rider problem related to group work, the final exam will strongly be related to the problems already discussed in homework assignments and course projects.Please note that there will be no opportunity to retake the written final exam.

Prerequisites for participation and waiting lists
  • Basic knowledge in analysis, linear algebra and statistics (on an undergraduate level)
  • Basic computer skills (in particular command of a text editor; on an undergraduate level)
Readings
1 Author: W. John Braun and Duncan J. Murdoch
Title: A First Course in Statistical Programming with R  

Publisher: Cambridge University Press
Remarks: ISBN 978-0521872652.http://www.stats.uwo.ca/faculty/braun/statprog. http://www.cambridge.org/us/catalogue/catalogue.asp? ISBN=9780521872652
Year: 2007
2 Author: Tobias Oetiker, Hubert Partl, Irene Hyna and Elisabeth Schlegl
Title: The Not So Short Introduction to LaTeX 2e

Remarks: http://tobi.oetiker.ch/lshort.Useful websites: en.wikipedia.org
Year: 2006
Availability of lecturer(s)
kurt.hornik@wu.ac.at
Unit details
Unit Date Contents
1

R Basics

After attending this session, students should be able to perform basic computations in R, including constructing and manipulating sequences of numbers and strings, and writing short programs and functions. They will also be able to save and load code and data, and interact with the online R help system.

Reference: Braun and Murdoch, Chapter 2.

2

R Data Types

After attending this session, students should recall the basic R data types: sequences of logicals, integers, doubles, complex numbers, or strings, and lists; matrix and array structures; and S3 objects such as factors and data frames. They should also recall the principles of numeric floating point computations and be able to use regular expressions for string manipulations.

Reference: Braun and Murdoch, Chapter 2.

3

R Programming

After attending this session, students should recall the details of flow control elements and functions. They should be able to design, implement, test, debug and profile R programs, and use functional programming concepts including recursion.

Reference: Braun and Murdoch, Chapter 4.

4

LaTeX, BibTeX and Sweave

After attending this session, students should be able to use LaTeX for creating reports and presentations, and to employ BibTeX for managing bibliographic information. They should also be capable of using Sweave to integrate R code and output into LaTeX documents.

Reference: The Not So Short Introduction to LaTeX 2e.

5

Numerical Optimization

After attending this session, students should be able to find the zeros of one-dimensional functions, and optimize multivariable functions using Nelder-Mead and Newton-type methods.

Reference: Braun and Murdoch, Chapter 7.

6

Numerical Linear Algebra

After attending this session, students should be able to perform numerical linear algebra computations in R, including matrix multiplication and inversion, solving systems of linear equations, and obtaining the spectral, singular value, QR and Choleski decompositions.

Reference: Braun and Murdoch, Chapter 6.

7

Presentations and Review

After attending this session, students should recall developing, presenting and discussing the results of using R for solving mathematical/computational problems. They should also assess their efficiency for self and group organization and reflect upon the "big picture" of this course.

8 Final exam
Last edited: 2021-05-21



Back