-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
824 lines (785 loc) · 115 KB
/
index.html
File metadata and controls
824 lines (785 loc) · 115 KB
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
<meta charset="utf-8">
<meta name="generator" content="quarto-1.5.30">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>ANU Programs</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1em; /* quarto-specific, see https://github.com/quarto-dev/quarto-cli/issues/4556 */
vertical-align: middle;
}
</style>
<script src="index_files/libs/clipboard/clipboard.min.js"></script>
<script src="index_files/libs/quarto-html/quarto.js"></script>
<script src="index_files/libs/quarto-html/popper.min.js"></script>
<script src="index_files/libs/quarto-html/tippy.umd.min.js"></script>
<script src="index_files/libs/quarto-html/anchor.min.js"></script>
<link href="index_files/libs/quarto-html/tippy.css" rel="stylesheet">
<link href="index_files/libs/quarto-html/quarto-syntax-highlighting.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="index_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="index_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="index_files/libs/bootstrap/bootstrap.min.css" rel="stylesheet" id="quarto-bootstrap" data-mode="light">
<script src="index_files/libs/htmlwidgets-1.6.4/htmlwidgets.js"></script>
<link href="index_files/libs/vis-9.1.0/vis-network.min.css" rel="stylesheet">
<script src="index_files/libs/vis-9.1.0/vis-network.min.js"></script>
<script src="index_files/libs/visNetwork-binding-2.1.2/visNetwork.js"></script>
</head>
<body class="fullcontent">
<div id="quarto-content" class="page-columns page-rows-contents page-layout-article">
<main class="content" id="quarto-document-content">
<header id="title-block-header" class="quarto-title-block default">
<div class="quarto-title">
<h1 class="title">ANU Programs</h1>
</div>
<div class="quarto-title-meta">
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">May 8, 2024</p>
</div>
</div>
</div>
</header>
<div class="cell">
<style type="text/css">
.cell-output-display {
border: 1px solid black;
}
</style>
</div>
<p>The code for this document is avalable at <a href="https://github.com/anuopensci/anu-programs" class="uri">https://github.com/anuopensci/anu-programs</a>.</p>
<div class="callout callout-style-default callout-note callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
How to read the interactive network graph
</div>
</div>
<div class="callout-body-container callout-body">
<ul>
<li>The <strong>node</strong> represents a course as indicated by the 4 letter alpha code followed by 4 digits</li>
<li>The <strong>edges</strong> show the prerequisite required for the course.</li>
<li>The <strong>color</strong> of nodes are such that:
<ul>
<li>blue are courses listed in the study options</li>
<li>yellow are required but not listed in the study options</li>
<li>red are courses that don’t seem to exist anymore</li>
</ul></li>
<li>You can <strong>zoom</strong> in to see more information.</li>
<li><strong>Clicking</strong> on the node takes you to the ANU course homepage.</li>
<li><strong>Hovering</strong> over the node displays the course name.</li>
</ul>
</div>
</div>
<section id="master-of-statistics" class="level2">
<h2 class="anchored" data-anchor-id="master-of-statistics"><a href="https://programsandcourses.anu.edu.au/2024/program/MSTAT">Master of Statistics</a></h2>
<div class="cell">
<div class="cell-output-display">
<div>
<div class="table-container">
<table class="table-program table table-sm table-striped small" data-quarto-postprocess="true">
<tbody>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 1</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6038" target="_blank">STAT6038</a></span> <span class="table-program__course-level">Regression Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6039" target="_blank">STAT6039</a></span> <span class="table-program__course-level">Principles of Mathematical Statistics</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Course from the elective list</span></td>
<td class="table-program__course"><span class="table-program__course-type">Course from the elective list</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6030" target="_blank">STAT6030</a></span> <span class="table-program__course-level">Generalised Linear Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6026" target="_blank">STAT6026</a></span> <span class="table-program__course-level">Graphical Data Analysis</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6016" target="_blank">STAT6016</a></span> <span class="table-program__course-level">Introduction to Bayesian Data Analysis</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT7004" target="_blank">STAT7004</a></span> <span class="table-program__course-level">Introduction to Stochastic Processes</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 2</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6040" target="_blank">STAT6040</a></span> <span class="table-program__course-level">Statistical Learning</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6027" target="_blank">STAT6027</a></span> <span class="table-program__course-level">Statistical Inference</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">A course from</span> <span class="table-program__course-level"><a href="https://programsandcourses.anu.edu.au/2024/course/STAT7018" target="_blank">STAT7018</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT7029" target="_blank">STAT7029</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT7042" target="_blank">STAT7042</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT8002" target="_blank">STAT8002</a> </span></td>
<td class="table-program__course"><span class="table-program__course-type">A course from</span> <span class="table-program__course-level"><a href="https://programsandcourses.anu.edu.au/2024/course/STAT7018" target="_blank">STAT7018</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT7029" target="_blank">STAT7029</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT7042" target="_blank">STAT7042</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT8002" target="_blank">STAT8002</a>,</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type">A course from </span> <span class="table-program__course-level"><a href="https://programsandcourses.anu.edu.au/2024/course/STAT7006" target="_blank">STAT7006</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT7017" target="_blank">STAT7017</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT7050" target="_blank">STAT7050</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT8056" target="_blank">STAT8056</a></span></td>
<td class="table-program__course"><span class="table-program__course-type">A course from </span> <span class="table-program__course-level"><a href="https://programsandcourses.anu.edu.au/2024/course/STAT7006" target="_blank">STAT7006</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT7017" target="_blank">STAT7017</a>, <a href="https://programsandcourses.anu.edu.au/2024/course/STAT7050" target="_blank">STAT7050</a>,<a href="https://programsandcourses.anu.edu.au/2024/course/STAT8056" target="_blank">STAT8056</a></span></td>
<td class="table-program__course"><span class="table-program__course-type">Course from the elective list</span></td>
<td class="table-program__course"><span class="table-program__course-type">Course from the elective list</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="cell">
<div class="cell-output-display">
<div id="htmlwidget-e39674209588cc74d4b3" style="width:100%;height:500px;" class="visNetwork html-widget"></div>
<script type="application/json" data-for="htmlwidget-e39674209588cc74d4b3">{"x":{"nodes":{"id":[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],"label":["STAT6038","STAT6039","STAT6030","STAT6026","STAT6016","STAT7004","STAT6040","STAT6027","STAT7018","STAT7029","STAT7042","STAT8002","STAT7018","STAT7029","STAT7042","STAT8002","STAT7006","STAT7017","STAT7050","STAT8056","STAT7006","STAT7017","STAT7050","STAT8056","STAT6016","STAT6026","STAT6027","STAT7004","STAT7038","STAT7039","STAT8130","STAT8140","STAT6017","STAT6018","STAT6029","STAT6042","STAT6050","STAT6056","STAT6060","STAT8002","CBEA6070","COMP6240","COMP6261","COMP6420","COMP6490","COMP6670","COMP6710","COMP6730","COMP8410","COMP8420","COMP8430","COMP8600","COMP8880","ECON6012","EMET8001","EMET8005","EMET8008","EMET8012","EMET8014","MATH6005","MATH6100","MATH6102","MATH6109","MATH6110","MATH6111","MATH6112","MATH6115","MATH6119","MATH6208","MATH6212","POPH8100","POPH8101","POPH8313","STAT6043","STAT6046","STAT6057","STAT6058","STAT8053","STAT8500","STAT7055","STAT1003","STAT1008","STAT6014","STAT7001","STAT6013","EMET7001","COMP2610","ENGN8534","COMP1110","COMP1140","COMP7240","COMP2400","COMP7230","COMP3670","COMP1730","COMP8910","COMP3425","ECON7073","ECON7074","EMET2007","EMET6007","STAT2008","STAT2014","ECON8013","MATH2307","MATH3133","MATH3029","MATH3015","MATH3514","POPH8913","ENGN8538","COMP1100","COMP1130","COMP1510","COMP2140","ECON1101","EMET1001","STAT2001","STAT2013","MATH1014","MATH1116","MATH2305","MATH2405","MATH2320","MATH3116","STAT2005","MATH3320","MATH3511","MATH1113","MATH1115","MATH1013"],"title":["Regression Modelling","Principles of Mathematical Statistics","Generalised Linear Modelling","Graphical Data Analysis","Introduction to Bayesian Data Analysis","Introduction to Stochastic Processes","Statistical Learning","Statistical Inference","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","Applied Time Series Analysis","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","Applied Time Series Analysis","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","The page you are looking for doesn't exist","Introduction to Bayesian Data Analysis","Graphical Data Analysis","Statistical Inference","Introduction to Stochastic Processes","Regression Modelling","Principles of Mathematical Statistics","Generalised Linear Modelling","Statistical Learning","Big Data Statistics","Stochastic Modelling","Design of Experiments and Surveys","Survival Models","Advanced Statistical Learning","Advanced Mathematical Statistics","Advanced Stochastic Processes","Applied Time Series Analysis","ANU College of Business and Economics Internship Program (PG)","Relational Databases","Information Theory","Introduction to Data Management, Analysis and Security","Document Analysis","Introduction to Machine Learning","Structured Programming","Programming for Scientists","Data Mining","Neural Networks, Deep Learning and Bio-inspired Computing","Data Wrangling","Statistical Machine Learning","Computational Methods for Network Science","Optimisation for Economics and Financial Economics","Applied micro-econometrics","Econometric Methods and Modelling","Advanced Econometrics II","Business and Economic Forecasting","Advanced Econometrics I","Discrete Mathematical Models","Bioinformatics and Biological Modelling","Environmental Modelling and Integrated Assessment","Probability Theory with Applications","Analysis 1: Metric spaces and Applications","Scientific Computing","Matrix Computations","Stochastic Analysis with Financial Applications","Numerical Optimisation","Advanced Mathematical Bioinformatics","Analysis 2: Lebesgue Integration and Hilbert Spaces","Fundamentals of Epidemiology","Biostatistics in Population Health","Analysis of Public Health Data","Life Contingencies","Financial Mathematics","Risk Modelling 1","Risk Modelling 2","Research Essay in Statistics","RSFAS Masters Thesis","Introductory Statistics for Business and Finance","Statistical Techniques","Quantitative Research Methods","Regression Modelling for Actuarial Studies","The page you are looking for doesn't exist","Principles of Mathematical Statistics for Actuarial Studies","Mathematical Techniques for Economic Analysis","Information Theory","Information Theory","Structured Programming","Structured Programming (Advanced)","Introduction to Database Concepts","Relational Databases","Introduction to Programming for Data Scientists","Introduction to Machine Learning","Programming for Scientists","Data Mining","Data Mining","Microeconomic Analysis","Macroeconomic Analysis","Econometrics I: Econometric Methods","Econometrics I: Econometric Methods","Regression Modelling","Regression Modelling for Actuarial Studies","Optimisation for Economics and Financial Economics","Bioinformatics and Biological Modelling","Environmental Mathematics","Probability Theory with Applications","Stochastic Analysis with Financial Applications","Numerical Optimisation","The page you are looking for doesn't exist","Probability and Stochastic Processes in Engineering","Programming as Problem Solving","Programming as Problem Solving (Advanced)","The page you are looking for doesn't exist","The page you are looking for doesn't exist","Microeconomics 1","Foundations of Economic and Financial Models","Introductory Mathematical Statistics","Introductory Mathematical Statistics for Actuarial Studies","Mathematics and Applications 2","Advanced Mathematics and Applications 2","Applied Mathematics I","The page you are looking for doesn't exist","Advanced Analysis 1: Metric Spaces and Applications","The page you are looking for doesn't exist","Introduction to Stochastic Processes","Advanced Analysis 2: Lebesgue Integration and Hilbert Spaces","Scientific Computing","Mathematical Foundations for Actuarial Studies","Advanced Mathematics and Applications 1","Mathematics and Applications 1"],"schedule":["Missing","Missing","Missing","First Semester 2024,Autumn Session 2024,Second Semester 2024","Second Semester 2024","Second Semester 2024","Missing","First Semester 2024","Missing","Missing","Missing","First Semester 2024","Missing","Missing","Missing","First Semester 2024","Missing","Missing","Missing","Missing","Missing","Missing","Missing","Missing","Second Semester 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024","Second Semester 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Summer Session 2024,First Semester 2024,Second Semester 2024","First Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","Missing","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Missing","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","Second Semester 2024","First Semester 2024","Missing","First Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024"],"type":["studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req"],"shape":["box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box"],"shadow":[true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"color.background":["dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","red","red","red","dodgerblue","red","red","red","dodgerblue","red","red","red","red","red","red","red","red","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","orange","orange","orange","orange","red","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","red","orange","orange","orange","red","red","orange","orange","orange","orange","orange","orange","orange","red","orange","red","orange","orange","orange","orange","orange","orange"],"color.border":["black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black"],"color.highlight":["yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow"],"url":["https://programsandcourses.anu.edu.au/course/STAT6038","https://programsandcourses.anu.edu.au/course/STAT6039","https://programsandcourses.anu.edu.au/course/STAT6030","https://programsandcourses.anu.edu.au/course/STAT6026","https://programsandcourses.anu.edu.au/course/STAT6016","https://programsandcourses.anu.edu.au/course/STAT7004","https://programsandcourses.anu.edu.au/course/STAT6040","https://programsandcourses.anu.edu.au/course/STAT6027","https://programsandcourses.anu.edu.au/course/STAT7018","https://programsandcourses.anu.edu.au/course/STAT7029","https://programsandcourses.anu.edu.au/course/STAT7042","https://programsandcourses.anu.edu.au/course/STAT8002","https://programsandcourses.anu.edu.au/course/STAT7018","https://programsandcourses.anu.edu.au/course/STAT7029","https://programsandcourses.anu.edu.au/course/STAT7042","https://programsandcourses.anu.edu.au/course/STAT8002","https://programsandcourses.anu.edu.au/course/STAT7006","https://programsandcourses.anu.edu.au/course/STAT7017","https://programsandcourses.anu.edu.au/course/STAT7050","https://programsandcourses.anu.edu.au/course/STAT8056","https://programsandcourses.anu.edu.au/course/STAT7006","https://programsandcourses.anu.edu.au/course/STAT7017","https://programsandcourses.anu.edu.au/course/STAT7050","https://programsandcourses.anu.edu.au/course/STAT8056","https://programsandcourses.anu.edu.au/course/STAT6016","https://programsandcourses.anu.edu.au/course/STAT6026","https://programsandcourses.anu.edu.au/course/STAT6027","https://programsandcourses.anu.edu.au/course/STAT7004","https://programsandcourses.anu.edu.au/course/STAT7038","https://programsandcourses.anu.edu.au/course/STAT7039","https://programsandcourses.anu.edu.au/course/STAT8130","https://programsandcourses.anu.edu.au/course/STAT8140","https://programsandcourses.anu.edu.au/course/STAT6017","https://programsandcourses.anu.edu.au/course/STAT6018","https://programsandcourses.anu.edu.au/course/STAT6029","https://programsandcourses.anu.edu.au/course/STAT6042","https://programsandcourses.anu.edu.au/course/STAT6050","https://programsandcourses.anu.edu.au/course/STAT6056","https://programsandcourses.anu.edu.au/course/STAT6060","https://programsandcourses.anu.edu.au/course/STAT8002","https://programsandcourses.anu.edu.au/course/CBEA6070","https://programsandcourses.anu.edu.au/course/COMP6240","https://programsandcourses.anu.edu.au/course/COMP6261","https://programsandcourses.anu.edu.au/course/COMP6420","https://programsandcourses.anu.edu.au/course/COMP6490","https://programsandcourses.anu.edu.au/course/COMP6670","https://programsandcourses.anu.edu.au/course/COMP6710","https://programsandcourses.anu.edu.au/course/COMP6730","https://programsandcourses.anu.edu.au/course/COMP8410","https://programsandcourses.anu.edu.au/course/COMP8420","https://programsandcourses.anu.edu.au/course/COMP8430","https://programsandcourses.anu.edu.au/course/COMP8600","https://programsandcourses.anu.edu.au/course/COMP8880","https://programsandcourses.anu.edu.au/course/ECON6012","https://programsandcourses.anu.edu.au/course/EMET8001","https://programsandcourses.anu.edu.au/course/EMET8005","https://programsandcourses.anu.edu.au/course/EMET8008","https://programsandcourses.anu.edu.au/course/EMET8012","https://programsandcourses.anu.edu.au/course/EMET8014","https://programsandcourses.anu.edu.au/course/MATH6005","https://programsandcourses.anu.edu.au/course/MATH6100","https://programsandcourses.anu.edu.au/course/MATH6102","https://programsandcourses.anu.edu.au/course/MATH6109","https://programsandcourses.anu.edu.au/course/MATH6110","https://programsandcourses.anu.edu.au/course/MATH6111","https://programsandcourses.anu.edu.au/course/MATH6112","https://programsandcourses.anu.edu.au/course/MATH6115","https://programsandcourses.anu.edu.au/course/MATH6119","https://programsandcourses.anu.edu.au/course/MATH6208","https://programsandcourses.anu.edu.au/course/MATH6212","https://programsandcourses.anu.edu.au/course/POPH8100","https://programsandcourses.anu.edu.au/course/POPH8101","https://programsandcourses.anu.edu.au/course/POPH8313","https://programsandcourses.anu.edu.au/course/STAT6043","https://programsandcourses.anu.edu.au/course/STAT6046","https://programsandcourses.anu.edu.au/course/STAT6057","https://programsandcourses.anu.edu.au/course/STAT6058","https://programsandcourses.anu.edu.au/course/STAT8053","https://programsandcourses.anu.edu.au/course/STAT8500","https://programsandcourses.anu.edu.au/course/STAT7055","https://programsandcourses.anu.edu.au/course/STAT1003","https://programsandcourses.anu.edu.au/course/STAT1008","https://programsandcourses.anu.edu.au/course/STAT6014","https://programsandcourses.anu.edu.au/course/STAT7001","https://programsandcourses.anu.edu.au/course/STAT6013","https://programsandcourses.anu.edu.au/course/EMET7001","https://programsandcourses.anu.edu.au/course/COMP2610","https://programsandcourses.anu.edu.au/course/ENGN8534","https://programsandcourses.anu.edu.au/course/COMP1110","https://programsandcourses.anu.edu.au/course/COMP1140","https://programsandcourses.anu.edu.au/course/COMP7240","https://programsandcourses.anu.edu.au/course/COMP2400","https://programsandcourses.anu.edu.au/course/COMP7230","https://programsandcourses.anu.edu.au/course/COMP3670","https://programsandcourses.anu.edu.au/course/COMP1730","https://programsandcourses.anu.edu.au/course/COMP8910","https://programsandcourses.anu.edu.au/course/COMP3425","https://programsandcourses.anu.edu.au/course/ECON7073","https://programsandcourses.anu.edu.au/course/ECON7074","https://programsandcourses.anu.edu.au/course/EMET2007","https://programsandcourses.anu.edu.au/course/EMET6007","https://programsandcourses.anu.edu.au/course/STAT2008","https://programsandcourses.anu.edu.au/course/STAT2014","https://programsandcourses.anu.edu.au/course/ECON8013","https://programsandcourses.anu.edu.au/course/MATH2307","https://programsandcourses.anu.edu.au/course/MATH3133","https://programsandcourses.anu.edu.au/course/MATH3029","https://programsandcourses.anu.edu.au/course/MATH3015","https://programsandcourses.anu.edu.au/course/MATH3514","https://programsandcourses.anu.edu.au/course/POPH8913","https://programsandcourses.anu.edu.au/course/ENGN8538","https://programsandcourses.anu.edu.au/course/COMP1100","https://programsandcourses.anu.edu.au/course/COMP1130","https://programsandcourses.anu.edu.au/course/COMP1510","https://programsandcourses.anu.edu.au/course/COMP2140","https://programsandcourses.anu.edu.au/course/ECON1101","https://programsandcourses.anu.edu.au/course/EMET1001","https://programsandcourses.anu.edu.au/course/STAT2001","https://programsandcourses.anu.edu.au/course/STAT2013","https://programsandcourses.anu.edu.au/course/MATH1014","https://programsandcourses.anu.edu.au/course/MATH1116","https://programsandcourses.anu.edu.au/course/MATH2305","https://programsandcourses.anu.edu.au/course/MATH2405","https://programsandcourses.anu.edu.au/course/MATH2320","https://programsandcourses.anu.edu.au/course/MATH3116","https://programsandcourses.anu.edu.au/course/STAT2005","https://programsandcourses.anu.edu.au/course/MATH3320","https://programsandcourses.anu.edu.au/course/MATH3511","https://programsandcourses.anu.edu.au/course/MATH1113","https://programsandcourses.anu.edu.au/course/MATH1115","https://programsandcourses.anu.edu.au/course/MATH1013"]},"edges":{"from":[80,81,82,80,1,83,84,80,2,85,2,85,1,83,84,2,85,2,85,1,83,84,2,85,2,85,1,83,84,86,80,81,82,80,29,1,83,30,2,85,29,1,83,2,85,1,83,84,6,2,85,1,83,2,85,1,83,7,32,8,34,87,88,47,89,90,47,48,89,90,91,42,92,48,93,47,46,94,47,48,93,93,48,47,91,42,46,94,47,48,93,89,95,49,96,97,2,46,47,48,93,49,96,2,98,99,86,56,86,80,59,56,100,101,102,103,56,104,105,106,107,108,109,72,71,110,75,2,85,80,85,83,76,85,43,88,111,87,43,112,113,95,90,114,115,47,113,89,90,91,42,92,48,93,47,112,113,95,92,116,117,82,118,117,86,82,80,81,82,118,82,119,86,120,121,61,122,123,62,118,124,125,126,107,127,67,122,124,125,128,68,81,82,129,130,120,129,121,120,81,82,131,130,129,130,129,121,120,129,120,121,131,121,118,119,129,120,121,124,121,122,123,124,131,129,130],"to":[1,1,1,2,3,3,3,4,4,4,5,5,5,5,5,6,6,7,7,7,7,7,8,8,12,12,12,12,12,12,29,29,29,30,31,31,31,32,32,32,32,32,32,33,33,33,33,33,34,35,35,35,35,36,36,36,36,37,37,38,39,43,43,44,44,44,46,46,46,46,49,49,49,49,49,49,50,50,50,50,50,51,51,51,51,51,52,52,52,52,52,52,52,52,52,52,52,53,53,53,53,53,53,53,54,54,54,55,56,56,57,58,58,58,58,58,59,59,61,62,63,67,68,73,73,73,74,74,74,75,76,76,77,83,87,87,88,88,88,89,89,89,89,89,89,89,90,94,94,96,96,96,96,96,96,97,97,97,97,100,100,100,100,101,101,101,101,102,102,102,103,103,104,105,105,105,106,106,106,107,107,107,107,108,108,108,109,109,109,109,109,118,118,118,118,118,119,119,119,119,119,120,120,120,121,121,121,121,122,122,122,122,124,126,126,126,126,126,127,128,128,128,128,130,130,130],"arrows":["to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to"]},"nodesToDataframe":true,"edgesToDataframe":true,"options":{"width":"100%","height":"100%","nodes":{"shape":"dot"},"manipulation":{"enabled":false},"layout":{"improvedLayout":true,"clusterThreshold":40},"interaction":{"navigationButtons":true,"zoomSpeed":1}},"groups":null,"width":"100%","height":"500px","idselection":{"enabled":true,"style":"width: 150px; height: 26px","useLabels":true,"main":"Select by id"},"byselection":{"enabled":true,"style":"width: 150px; height: 26px","multiple":true,"hideColor":"rgba(200,200,200,0.5)","highlight":false,"variable":"schedule","main":"Select by schedule","values":["Autumn Session 2024","First Semester 2024","Missing","Second Semester 2024","Spring Session 2024","Summer Session 2024"]},"main":null,"submain":null,"footer":null,"background":"rgba(0, 0, 0, 0)","events":{"selectNode":"function(params) {\n var nodeID = params.nodes[0];\n var url = this.body.nodes[nodeID].options.url;\n window.open(url, '_blank');\n }"},"highlight":{"enabled":false,"hoverNearest":false,"degree":1,"algorithm":"all","hideColor":"rgba(200,200,200,0.5)","labelOnly":true},"collapse":{"enabled":false,"fit":false,"resetHighlight":true,"clusterOptions":null,"keepCoord":true,"labelSuffix":"(cluster)"},"tooltipStay":300,"tooltipStyle":"position: fixed;visibility:hidden;padding: 5px;white-space: nowrap;font-family: verdana;font-size:14px;font-color:#000000;background-color: #f5f4ed;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;border: 1px solid #808074;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);"},"evals":["events.selectNode"],"jsHooks":[]}</script>
</div>
</div>
</section>
<section id="master-of-statistical-data-analysis" class="level2">
<h2 class="anchored" data-anchor-id="master-of-statistical-data-analysis"><a href="https://programsandcourses.anu.edu.au/2024/program/MSDA">Master of Statistical Data Analysis</a></h2>
<div class="cell">
<div class="cell-output-display">
<div id="htmlwidget-a871452813a3251c756b" style="width:100%;height:500px;" class="visNetwork html-widget"></div>
<script type="application/json" data-for="htmlwidget-a871452813a3251c756b">{"x":{"nodes":{"id":[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],"label":["STAT7004","STAT7038","STAT7039","STAT8130","STAT8140","STAT8002","STAT6016","STAT6017","STAT6018","STAT6026","STAT6027","STAT6029","STAT6042","STAT6050","STAT6056","STAT6060","COMP6240","COMP6261","COMP6420","COMP6490","COMP6670","COMP6710","COMP6730","COMP8410","COMP8420","COMP8430","COMP8600","COMP8880","ECON8013","EMET8001","EMET8005","EMET8008","EMET8012","EMET8014","MATH6005","MATH6100","MATH6102","MATH6109","MATH6110","MATH6111","MATH6112","MATH6115","MATH6119","MATH6208","MATH6212","POPH8100","POPH8101","POPH8313","STAT6043","STAT6046","STAT6057","STAT6058","STAT6039","STAT6013","STAT7055","STAT1003","STAT1008","STAT6038","STAT6014","STAT7001","EMET7001","STAT6040","COMP2610","ENGN8534","COMP1110","COMP1140","COMP7240","COMP2400","COMP7230","COMP3670","COMP1730","COMP8910","COMP3425","EMET2007","EMET6007","STAT2008","STAT2014","MATH2307","MATH3133","MATH3029","MATH3015","MATH3514","POPH8913","ENGN8538","COMP1100","COMP1130","COMP1510","COMP2140","ECON1101","EMET1001","STAT2001","STAT2013","MATH1014","MATH1116","MATH2305","MATH2405","MATH2320","MATH3116","STAT2005","MATH3320","MATH3511","MATH1113","MATH1115","MATH1013"],"title":["Introduction to Stochastic Processes","Regression Modelling","Principles of Mathematical Statistics","Generalised Linear Modelling","Statistical Learning","Applied Time Series Analysis","Introduction to Bayesian Data Analysis","Big Data Statistics","Stochastic Modelling","Graphical Data Analysis","Statistical Inference","Design of Experiments and Surveys","Survival Models","Advanced Statistical Learning","Advanced Mathematical Statistics","Advanced Stochastic Processes","Relational Databases","Information Theory","Introduction to Data Management, Analysis and Security","Document Analysis","Introduction to Machine Learning","Structured Programming","Programming for Scientists","Data Mining","Neural Networks, Deep Learning and Bio-inspired Computing","Data Wrangling","Statistical Machine Learning","Computational Methods for Network Science","Optimisation for Economics and Financial Economics","Applied micro-econometrics","Econometric Methods and Modelling","Advanced Econometrics II","Business and Economic Forecasting","Advanced Econometrics I","Discrete Mathematical Models","Bioinformatics and Biological Modelling","Environmental Modelling and Integrated Assessment","Probability Theory with Applications","Analysis 1: Metric spaces and Applications","Scientific Computing","Matrix Computations","Stochastic Analysis with Financial Applications","Numerical Optimisation","Advanced Mathematical Bioinformatics","Analysis 2: Lebesgue Integration and Hilbert Spaces","Fundamentals of Epidemiology","Biostatistics in Population Health","Analysis of Public Health Data","Life Contingencies","Financial Mathematics","Risk Modelling 1","Risk Modelling 2","Principles of Mathematical Statistics","Principles of Mathematical Statistics for Actuarial Studies","Introductory Statistics for Business and Finance","Statistical Techniques","Quantitative Research Methods","Regression Modelling","Regression Modelling for Actuarial Studies","The page you are looking for doesn't exist","Mathematical Techniques for Economic Analysis","Statistical Learning","Information Theory","Information Theory","Structured Programming","Structured Programming (Advanced)","Introduction to Database Concepts","Relational Databases","Introduction to Programming for Data Scientists","Introduction to Machine Learning","Programming for Scientists","Data Mining","Data Mining","Econometrics I: Econometric Methods","Econometrics I: Econometric Methods","Regression Modelling","Regression Modelling for Actuarial Studies","Bioinformatics and Biological Modelling","Environmental Mathematics","Probability Theory with Applications","Stochastic Analysis with Financial Applications","Numerical Optimisation","The page you are looking for doesn't exist","Probability and Stochastic Processes in Engineering","Programming as Problem Solving","Programming as Problem Solving (Advanced)","The page you are looking for doesn't exist","The page you are looking for doesn't exist","Microeconomics 1","Foundations of Economic and Financial Models","Introductory Mathematical Statistics","Introductory Mathematical Statistics for Actuarial Studies","Mathematics and Applications 2","Advanced Mathematics and Applications 2","Applied Mathematics I","The page you are looking for doesn't exist","Advanced Analysis 1: Metric Spaces and Applications","The page you are looking for doesn't exist","Introduction to Stochastic Processes","Advanced Analysis 2: Lebesgue Integration and Hilbert Spaces","Scientific Computing","Mathematical Foundations for Actuarial Studies","Advanced Mathematics and Applications 1","Mathematics and Applications 1"],"schedule":["Second Semester 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Summer Session 2024,First Semester 2024,Second Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024","Missing","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","First Semester 2024","First Semester 2024,Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","First Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","Second Semester 2024","First Semester 2024","Second Semester 2024","Second Semester 2024","Missing","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Missing","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","Second Semester 2024","First Semester 2024","Missing","First Semester 2024","Missing","Second Semester 2024","First Semester 2024","First Semester 2024","Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024"],"type":["listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req"],"shape":["box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box"],"shadow":[true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"color.background":["darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","orange","orange","orange","orange","orange","orange","orange","red","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","red","orange","orange","orange","red","red","orange","orange","orange","orange","orange","orange","orange","red","orange","red","orange","orange","orange","orange","orange","orange"],"color.border":["black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black"],"color.highlight":["yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow"],"url":["https://programsandcourses.anu.edu.au/course/STAT7004","https://programsandcourses.anu.edu.au/course/STAT7038","https://programsandcourses.anu.edu.au/course/STAT7039","https://programsandcourses.anu.edu.au/course/STAT8130","https://programsandcourses.anu.edu.au/course/STAT8140","https://programsandcourses.anu.edu.au/course/STAT8002","https://programsandcourses.anu.edu.au/course/STAT6016","https://programsandcourses.anu.edu.au/course/STAT6017","https://programsandcourses.anu.edu.au/course/STAT6018","https://programsandcourses.anu.edu.au/course/STAT6026","https://programsandcourses.anu.edu.au/course/STAT6027","https://programsandcourses.anu.edu.au/course/STAT6029","https://programsandcourses.anu.edu.au/course/STAT6042","https://programsandcourses.anu.edu.au/course/STAT6050","https://programsandcourses.anu.edu.au/course/STAT6056","https://programsandcourses.anu.edu.au/course/STAT6060","https://programsandcourses.anu.edu.au/course/COMP6240","https://programsandcourses.anu.edu.au/course/COMP6261","https://programsandcourses.anu.edu.au/course/COMP6420","https://programsandcourses.anu.edu.au/course/COMP6490","https://programsandcourses.anu.edu.au/course/COMP6670","https://programsandcourses.anu.edu.au/course/COMP6710","https://programsandcourses.anu.edu.au/course/COMP6730","https://programsandcourses.anu.edu.au/course/COMP8410","https://programsandcourses.anu.edu.au/course/COMP8420","https://programsandcourses.anu.edu.au/course/COMP8430","https://programsandcourses.anu.edu.au/course/COMP8600","https://programsandcourses.anu.edu.au/course/COMP8880","https://programsandcourses.anu.edu.au/course/ECON8013","https://programsandcourses.anu.edu.au/course/EMET8001","https://programsandcourses.anu.edu.au/course/EMET8005","https://programsandcourses.anu.edu.au/course/EMET8008","https://programsandcourses.anu.edu.au/course/EMET8012","https://programsandcourses.anu.edu.au/course/EMET8014","https://programsandcourses.anu.edu.au/course/MATH6005","https://programsandcourses.anu.edu.au/course/MATH6100","https://programsandcourses.anu.edu.au/course/MATH6102","https://programsandcourses.anu.edu.au/course/MATH6109","https://programsandcourses.anu.edu.au/course/MATH6110","https://programsandcourses.anu.edu.au/course/MATH6111","https://programsandcourses.anu.edu.au/course/MATH6112","https://programsandcourses.anu.edu.au/course/MATH6115","https://programsandcourses.anu.edu.au/course/MATH6119","https://programsandcourses.anu.edu.au/course/MATH6208","https://programsandcourses.anu.edu.au/course/MATH6212","https://programsandcourses.anu.edu.au/course/POPH8100","https://programsandcourses.anu.edu.au/course/POPH8101","https://programsandcourses.anu.edu.au/course/POPH8313","https://programsandcourses.anu.edu.au/course/STAT6043","https://programsandcourses.anu.edu.au/course/STAT6046","https://programsandcourses.anu.edu.au/course/STAT6057","https://programsandcourses.anu.edu.au/course/STAT6058","https://programsandcourses.anu.edu.au/course/STAT6039","https://programsandcourses.anu.edu.au/course/STAT6013","https://programsandcourses.anu.edu.au/course/STAT7055","https://programsandcourses.anu.edu.au/course/STAT1003","https://programsandcourses.anu.edu.au/course/STAT1008","https://programsandcourses.anu.edu.au/course/STAT6038","https://programsandcourses.anu.edu.au/course/STAT6014","https://programsandcourses.anu.edu.au/course/STAT7001","https://programsandcourses.anu.edu.au/course/EMET7001","https://programsandcourses.anu.edu.au/course/STAT6040","https://programsandcourses.anu.edu.au/course/COMP2610","https://programsandcourses.anu.edu.au/course/ENGN8534","https://programsandcourses.anu.edu.au/course/COMP1110","https://programsandcourses.anu.edu.au/course/COMP1140","https://programsandcourses.anu.edu.au/course/COMP7240","https://programsandcourses.anu.edu.au/course/COMP2400","https://programsandcourses.anu.edu.au/course/COMP7230","https://programsandcourses.anu.edu.au/course/COMP3670","https://programsandcourses.anu.edu.au/course/COMP1730","https://programsandcourses.anu.edu.au/course/COMP8910","https://programsandcourses.anu.edu.au/course/COMP3425","https://programsandcourses.anu.edu.au/course/EMET2007","https://programsandcourses.anu.edu.au/course/EMET6007","https://programsandcourses.anu.edu.au/course/STAT2008","https://programsandcourses.anu.edu.au/course/STAT2014","https://programsandcourses.anu.edu.au/course/MATH2307","https://programsandcourses.anu.edu.au/course/MATH3133","https://programsandcourses.anu.edu.au/course/MATH3029","https://programsandcourses.anu.edu.au/course/MATH3015","https://programsandcourses.anu.edu.au/course/MATH3514","https://programsandcourses.anu.edu.au/course/POPH8913","https://programsandcourses.anu.edu.au/course/ENGN8538","https://programsandcourses.anu.edu.au/course/COMP1100","https://programsandcourses.anu.edu.au/course/COMP1130","https://programsandcourses.anu.edu.au/course/COMP1510","https://programsandcourses.anu.edu.au/course/COMP2140","https://programsandcourses.anu.edu.au/course/ECON1101","https://programsandcourses.anu.edu.au/course/EMET1001","https://programsandcourses.anu.edu.au/course/STAT2001","https://programsandcourses.anu.edu.au/course/STAT2013","https://programsandcourses.anu.edu.au/course/MATH1014","https://programsandcourses.anu.edu.au/course/MATH1116","https://programsandcourses.anu.edu.au/course/MATH2305","https://programsandcourses.anu.edu.au/course/MATH2405","https://programsandcourses.anu.edu.au/course/MATH2320","https://programsandcourses.anu.edu.au/course/MATH3116","https://programsandcourses.anu.edu.au/course/STAT2005","https://programsandcourses.anu.edu.au/course/MATH3320","https://programsandcourses.anu.edu.au/course/MATH3511","https://programsandcourses.anu.edu.au/course/MATH1113","https://programsandcourses.anu.edu.au/course/MATH1115","https://programsandcourses.anu.edu.au/course/MATH1013"]},"edges":{"from":[53,54,55,56,57,55,2,58,59,3,53,54,2,58,59,53,54,58,59,60,61,53,54,58,59,60,53,54,58,59,60,1,55,53,54,53,54,53,54,58,59,53,54,58,59,62,5,11,9,63,64,22,65,66,22,23,65,66,67,17,68,23,69,22,21,70,22,23,69,69,23,22,67,17,21,70,22,23,69,65,71,24,72,73,53,21,22,23,69,24,72,53,61,31,61,55,34,31,74,75,76,77,31,29,78,79,80,81,82,47,46,83,50,53,54,55,54,59,51,55,55,56,57,54,53,54,58,59,60,18,64,84,63,18,85,86,71,66,87,88,22,86,65,66,67,17,68,23,69,22,85,86,71,68,89,90,57,91,90,61,57,55,56,57,91,57,92,93,94,36,95,96,37,91,97,98,99,80,100,42,95,97,98,101,43,56,57,102,103,93,102,94,93,56,57,104,103,102,103,102,94,93,102,93,94,104,94,91,92,102,93,94,97,94,95,96,97,104,102,103],"to":[1,1,2,2,2,3,4,4,4,5,5,5,5,5,5,6,6,6,6,6,6,7,7,7,7,7,8,8,8,8,8,9,10,10,10,11,11,12,12,12,12,13,13,13,13,14,14,15,16,18,18,19,19,19,21,21,21,21,24,24,24,24,24,24,25,25,25,25,25,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,28,28,28,28,28,28,28,29,30,31,31,32,33,33,33,33,33,34,34,36,37,38,42,43,48,48,48,49,49,49,50,51,51,52,53,58,58,58,59,62,62,62,62,62,63,63,64,64,64,65,65,65,65,65,65,65,66,70,70,72,72,72,72,72,72,73,73,73,73,74,74,74,74,75,75,75,75,76,76,76,77,77,78,78,78,79,79,79,80,80,80,80,81,81,81,82,82,82,82,82,91,91,91,91,91,92,92,92,92,92,93,93,93,94,94,94,94,95,95,95,95,97,99,99,99,99,99,100,101,101,101,101,103,103,103],"arrows":["to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to"]},"nodesToDataframe":true,"edgesToDataframe":true,"options":{"width":"100%","height":"100%","nodes":{"shape":"dot"},"manipulation":{"enabled":false},"layout":{"improvedLayout":true,"clusterThreshold":40},"interaction":{"navigationButtons":true,"zoomSpeed":1}},"groups":null,"width":"100%","height":"500px","idselection":{"enabled":true,"style":"width: 150px; height: 26px","useLabels":true,"main":"Select by id"},"byselection":{"enabled":true,"style":"width: 150px; height: 26px","multiple":true,"hideColor":"rgba(200,200,200,0.5)","highlight":false,"variable":"schedule","main":"Select by schedule","values":["Autumn Session 2024","First Semester 2024","Missing","Second Semester 2024","Spring Session 2024","Summer Session 2024"]},"main":null,"submain":null,"footer":null,"background":"rgba(0, 0, 0, 0)","events":{"selectNode":"function(params) {\n var nodeID = params.nodes[0];\n var url = this.body.nodes[nodeID].options.url;\n window.open(url, '_blank');\n }"},"highlight":{"enabled":false,"hoverNearest":false,"degree":1,"algorithm":"all","hideColor":"rgba(200,200,200,0.5)","labelOnly":true},"collapse":{"enabled":false,"fit":false,"resetHighlight":true,"clusterOptions":null,"keepCoord":true,"labelSuffix":"(cluster)"},"tooltipStay":300,"tooltipStyle":"position: fixed;visibility:hidden;padding: 5px;white-space: nowrap;font-family: verdana;font-size:14px;font-color:#000000;background-color: #f5f4ed;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;border: 1px solid #808074;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);"},"evals":["events.selectNode"],"jsHooks":[]}</script>
</div>
</div>
</section>
<section id="master-of-applied-data-analytics" class="level2">
<h2 class="anchored" data-anchor-id="master-of-applied-data-analytics"><a href="https://programsandcourses.anu.edu.au/program/madan">Master of Applied Data Analytics</a></h2>
<div class="cell">
<div class="cell-output-display">
<div>
<div class="table-container">
<table class="table-program table table-sm table-striped small" data-quarto-postprocess="true">
<tbody>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 1</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP6730" target="_blank">COMP6730</a></span> <span class="table-program__course-level">Programming for Scientists</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP6240" target="_blank">COMP6240</a></span> <span class="table-program__course-level">Relational Databases</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT7055" target="_blank">STAT7055</a></span> <span class="table-program__course-level">Introductory Statistics for Business and Finance</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/SOCR8202" target="_blank">SOCR8202</a></span> <span class="table-program__course-level">Using Data to Answer Policy Questions and Evaluate Policy</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP8430" target="_blank">COMP8430</a></span> <span class="table-program__course-level">Data Wrangling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT7038" target="_blank">STAT7038</a></span> <span class="table-program__course-level">Regression Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/SOCR8201" target="_blank">SOCR8201</a></span> <span class="table-program__course-level">Introduction to Social Science Methods and Types of Data</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT6026" target="_blank">STAT6026</a></span> <span class="table-program__course-level">Graphical Data Analysis</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 2</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP8410" target="_blank">COMP8410</a></span> <span class="table-program__course-level">Data Mining</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT8130" target="_blank">STAT8130</a></span> <span class="table-program__course-level">Generalised Linear Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Stage 3 Elective Course</span> <span class="table-program__course-level">6 Units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Stage 3 Elective Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"></span></td>
<td class="table-program__course"><span class="table-program__course-type"></span></td>
<td class="table-program__course"><span class="table-program__course-type"></span></td>
<td class="table-program__course"><span class="table-program__course-type"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="cell">
<div class="cell-output-display">
<div id="htmlwidget-24c72f76f8a56aeeebc4" style="width:100%;height:500px;" class="visNetwork html-widget"></div>
<script type="application/json" data-for="htmlwidget-24c72f76f8a56aeeebc4">{"x":{"nodes":{"id":[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],"label":["COMP6730","COMP6240","STAT7055","SOCR8202","COMP8430","STAT7038","SOCR8201","STAT6026","COMP8410","STAT8130","COMP8410","COMP8910","COMP8430","COMP8930","SOCR8201","SOCR8202","STAT6038","STAT6030","STAT6026","STAT7055","COMP6240","COMP7240","COMP6730","COMP7230","COMP8600","COMP8880","COMP6490","COMP6990","COMP8420","COMP8920","SOCR8082","SOCR8006","SOCR8203","SOCR8204","STAT6016","STAT6039","STAT6040","STAT8002","COMP6710","STAT1003","STAT1008","STAT6013","COMP2400","STAT6014","STAT7001","COMP6670","COMP3670","COMP1110","COMP1730","COMP3425","SOCR8001","EMET7001","COMP1140","COMP1100","COMP1130","COMP1510","COMP2140"],"title":["Programming for Scientists","Relational Databases","Introductory Statistics for Business and Finance","Using Data to Answer Policy Questions and Evaluate Policy","Data Wrangling","Regression Modelling","Introduction to Social Science Methods and Types of Data","Graphical Data Analysis","Data Mining","Generalised Linear Modelling","Data Mining","Data Mining","Data Wrangling","Data Wrangling","Introduction to Social Science Methods and Types of Data","Using Data to Answer Policy Questions and Evaluate Policy","Regression Modelling","Generalised Linear Modelling","Graphical Data Analysis","Introductory Statistics for Business and Finance","Relational Databases","Introduction to Database Concepts","Programming for Scientists","Introduction to Programming for Data Scientists","Statistical Machine Learning","Computational Methods for Network Science","Document Analysis","Document Analysis","Neural Networks, Deep Learning and Bio-inspired Computing","Neural Networks, Deep Learning and Bio-inspired Computing","Social Research Practice","Online Research Methods","Advanced Techniques in the Creation of Social Science Data","Causal Inference","Introduction to Bayesian Data Analysis","Principles of Mathematical Statistics","Statistical Learning","Applied Time Series Analysis","Structured Programming","Statistical Techniques","Quantitative Research Methods","Principles of Mathematical Statistics for Actuarial Studies","Relational Databases","Regression Modelling for Actuarial Studies","The page you are looking for doesn't exist","Introduction to Machine Learning","Introduction to Machine Learning","Structured Programming","Programming for Scientists","Data Mining","Statistics for Social Scientists","Mathematical Techniques for Economic Analysis","Structured Programming (Advanced)","Programming as Problem Solving","Programming as Problem Solving (Advanced)","The page you are looking for doesn't exist","The page you are looking for doesn't exist"],"schedule":["First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","Autumn Session 2024,Second Semester 2024","Second Semester 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024,Spring Session 2024","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024","Summer Session 2024,First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Second Semester 2024","Missing","First Semester 2024,Spring Session 2024","Autumn Session 2024,Second Semester 2024","Missing","Missing","First Semester 2024,Autumn Session 2024,Second Semester 2024","First Semester 2024,Second Semester 2024,Spring Session 2024","First Semester 2024,Second Semester 2024","Missing","First Semester 2024,Second Semester 2024","Missing","First Semester 2024","First Semester 2024","Second Semester 2024","Missing","Missing","Missing","First Semester 2024","Second Semester 2024","Winter Session 2024","Summer Session 2024","Second Semester 2024","Missing","Missing","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","Missing","Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","First Semester 2024","First Semester 2024,Second Semester 2024","Second Semester 2024","First Semester 2024,Second Semester 2024","First Semester 2024","Missing","Missing"],"type":["studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","studytable","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","listed","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req","req"],"shape":["box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box","box"],"shadow":[true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true,true],"color.background":["dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","dodgerblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","darkblue","orange","orange","orange","orange","orange","orange","red","orange","orange","orange","orange","orange","orange","orange","orange","orange","orange","red","red"],"color.border":["black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black","black"],"color.highlight":["yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow","yellow"],"url":["https://programsandcourses.anu.edu.au/course/COMP6730","https://programsandcourses.anu.edu.au/course/COMP6240","https://programsandcourses.anu.edu.au/course/STAT7055","https://programsandcourses.anu.edu.au/course/SOCR8202","https://programsandcourses.anu.edu.au/course/COMP8430","https://programsandcourses.anu.edu.au/course/STAT7038","https://programsandcourses.anu.edu.au/course/SOCR8201","https://programsandcourses.anu.edu.au/course/STAT6026","https://programsandcourses.anu.edu.au/course/COMP8410","https://programsandcourses.anu.edu.au/course/STAT8130","https://programsandcourses.anu.edu.au/course/COMP8410","https://programsandcourses.anu.edu.au/course/COMP8910","https://programsandcourses.anu.edu.au/course/COMP8430","https://programsandcourses.anu.edu.au/course/COMP8930","https://programsandcourses.anu.edu.au/course/SOCR8201","https://programsandcourses.anu.edu.au/course/SOCR8202","https://programsandcourses.anu.edu.au/course/STAT6038","https://programsandcourses.anu.edu.au/course/STAT6030","https://programsandcourses.anu.edu.au/course/STAT6026","https://programsandcourses.anu.edu.au/course/STAT7055","https://programsandcourses.anu.edu.au/course/COMP6240","https://programsandcourses.anu.edu.au/course/COMP7240","https://programsandcourses.anu.edu.au/course/COMP6730","https://programsandcourses.anu.edu.au/course/COMP7230","https://programsandcourses.anu.edu.au/course/COMP8600","https://programsandcourses.anu.edu.au/course/COMP8880","https://programsandcourses.anu.edu.au/course/COMP6490","https://programsandcourses.anu.edu.au/course/COMP6990","https://programsandcourses.anu.edu.au/course/COMP8420","https://programsandcourses.anu.edu.au/course/COMP8920","https://programsandcourses.anu.edu.au/course/SOCR8082","https://programsandcourses.anu.edu.au/course/SOCR8006","https://programsandcourses.anu.edu.au/course/SOCR8203","https://programsandcourses.anu.edu.au/course/SOCR8204","https://programsandcourses.anu.edu.au/course/STAT6016","https://programsandcourses.anu.edu.au/course/STAT6039","https://programsandcourses.anu.edu.au/course/STAT6040","https://programsandcourses.anu.edu.au/course/STAT8002","https://programsandcourses.anu.edu.au/course/COMP6710","https://programsandcourses.anu.edu.au/course/STAT1003","https://programsandcourses.anu.edu.au/course/STAT1008","https://programsandcourses.anu.edu.au/course/STAT6013","https://programsandcourses.anu.edu.au/course/COMP2400","https://programsandcourses.anu.edu.au/course/STAT6014","https://programsandcourses.anu.edu.au/course/STAT7001","https://programsandcourses.anu.edu.au/course/COMP6670","https://programsandcourses.anu.edu.au/course/COMP3670","https://programsandcourses.anu.edu.au/course/COMP1110","https://programsandcourses.anu.edu.au/course/COMP1730","https://programsandcourses.anu.edu.au/course/COMP3425","https://programsandcourses.anu.edu.au/course/SOCR8001","https://programsandcourses.anu.edu.au/course/EMET7001","https://programsandcourses.anu.edu.au/course/COMP1140","https://programsandcourses.anu.edu.au/course/COMP1100","https://programsandcourses.anu.edu.au/course/COMP1130","https://programsandcourses.anu.edu.au/course/COMP1510","https://programsandcourses.anu.edu.au/course/COMP2140"]},"edges":{"from":[24,1,39,22,2,3,40,41,3,36,42,22,2,43,1,24,39,6,17,44,22,2,43,1,24,39,24,1,39,22,2,3,40,41,17,44,45,46,47,39,1,24,48,49,9,12,50,36,46,39,1,24,9,12,36,46,47,39,1,24,46,39,1,24,51,7,4,36,42,17,44,45,3,36,42,17,44,45,36,42,17,44,45,52,42,39,1,48,53,48,53,54,55,49,53,56,57,39,54,55,49,43,55],"to":[5,5,5,5,5,6,6,6,8,8,8,9,9,9,9,9,9,10,10,10,12,12,12,12,12,12,14,14,14,14,14,17,17,17,18,18,18,25,25,25,25,25,25,25,25,25,25,25,26,26,26,26,26,26,26,29,29,29,29,29,30,30,30,30,32,33,34,35,35,35,35,35,36,37,37,37,37,37,38,38,38,38,38,38,44,46,46,46,46,47,47,48,48,48,48,48,48,48,50,50,50,50,53],"arrows":["to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to","to"]},"nodesToDataframe":true,"edgesToDataframe":true,"options":{"width":"100%","height":"100%","nodes":{"shape":"dot"},"manipulation":{"enabled":false},"layout":{"improvedLayout":true,"clusterThreshold":40},"interaction":{"navigationButtons":true,"zoomSpeed":1}},"groups":null,"width":"100%","height":"500px","idselection":{"enabled":true,"style":"width: 150px; height: 26px","useLabels":true,"main":"Select by id"},"byselection":{"enabled":true,"style":"width: 150px; height: 26px","multiple":true,"hideColor":"rgba(200,200,200,0.5)","highlight":false,"variable":"schedule","main":"Select by schedule","values":["Autumn Session 2024","First Semester 2024","Missing","Second Semester 2024","Spring Session 2024","Summer Session 2024","Winter Session 2024"]},"main":null,"submain":null,"footer":null,"background":"rgba(0, 0, 0, 0)","events":{"selectNode":"function(params) {\n var nodeID = params.nodes[0];\n var url = this.body.nodes[nodeID].options.url;\n window.open(url, '_blank');\n }"},"highlight":{"enabled":false,"hoverNearest":false,"degree":1,"algorithm":"all","hideColor":"rgba(200,200,200,0.5)","labelOnly":true},"collapse":{"enabled":false,"fit":false,"resetHighlight":true,"clusterOptions":null,"keepCoord":true,"labelSuffix":"(cluster)"},"tooltipStay":300,"tooltipStyle":"position: fixed;visibility:hidden;padding: 5px;white-space: nowrap;font-family: verdana;font-size:14px;font-color:#000000;background-color: #f5f4ed;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;border: 1px solid #808074;box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);"},"evals":["events.selectNode"],"jsHooks":[]}</script>
</div>
</div>
</section>
<section id="bachelor-of-applied-data-analytics" class="level2">
<h2 class="anchored" data-anchor-id="bachelor-of-applied-data-analytics"><a href="https://programsandcourses.anu.edu.au/program/BADAN">Bachelor of Applied Data Analytics</a></h2>
<div class="cell">
<div class="cell-output-display">
<div>
<div class="table-container">
<table class="table-program table table-sm table-striped small" data-quarto-postprocess="true">
<tbody>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 1</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP1100" target="_blank">COMP1100</a></span> <span class="table-program__course-level">Programming as Problem Solving</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1013" target="_blank">MATH1013</a></span> <span class="table-program__course-level">Mathematics and Applications 1</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP1110" target="_blank">COMP1110</a></span> <span class="table-program__course-level">Structured Programming</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP2400" target="_blank">COMP2400</a></span> <span class="table-program__course-level">Relational Databases</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/SOCR1001" target="_blank">SOCR1001</a></span> <span class="table-program__course-level">Foundations of Social Research</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1014" target="_blank">MATH1014</a></span> <span class="table-program__course-level">Mathematics and Applications 2</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 2</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP3425" target="_blank">COMP3425</a></span> <span class="table-program__course-level">Data Mining</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2001" target="_blank">STAT2001</a></span> <span class="table-program__course-level">Introductory Mathematical Statistics</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/DEMO2002" target="_blank">DEMO2002</a></span> <span class="table-program__course-level">Population Analysis</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP3430" target="_blank">COMP3430</a></span> <span class="table-program__course-level">Data Wrangling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2008" target="_blank">STAT2008</a></span> <span class="table-program__course-level">Regression Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/SOCY2169" target="_blank">SOCY2169</a></span> <span class="table-program__course-level">Online Research Methods</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 3</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/SOCR3001" target="_blank">SOCR3001</a></span> <span class="table-program__course-level">Data for Decision Making</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT3040" target="_blank">STAT3040</a></span> <span class="table-program__course-level">Statistical Learning</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/2024/course/SOCY3005" target="_blank">SOCY3005</a> or <a href="https://programsandcourses.anu.edu.au/2024/course/SOCY2166" target="_blank">SOCY2166</a> (winter)</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT3011" target="_blank">STAT3011</a></span> <span class="table-program__course-level">Graphical Data Analysis</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units </span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective</span> <span class="table-program__course-units">6 units</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section id="bachelor-of-finance-economics-and-statistics-honours" class="level2">
<h2 class="anchored" data-anchor-id="bachelor-of-finance-economics-and-statistics-honours"><a href="https://programsandcourses.anu.edu.au/program/AFEST">Bachelor of Finance, Economics and Statistics (Honours)</a></h2>
<div class="cell">
<div class="cell-output-display">
<div>
<div class="table-container">
<table class="table-program table table-sm table-striped small" data-quarto-postprocess="true">
<tbody>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 1</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT1008" target="_blank">STAT1008</a></span> <span class="table-program__course-level">Quantitative Research Methods</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/FINM1001" target="_blank">FINM1001</a></span> <span class="table-program__course-level">Foundations of Finance</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON1101" target="_blank">ECON1101</a></span> <span class="table-program__course-level">Microeconomics 1</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1115" target="_blank">MATH1115</a></span> <span class="table-program__course-level">Advanced Mathematics and Applications 1</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/BUSN1001" target="_blank">BUSN1001</a></span> <span class="table-program__course-level">Business Reporting and Analysis</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/FINM2001" target="_blank">FINM2001</a></span> <span class="table-program__course-level">Corporate Finance</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON1100" target="_blank">ECON1100</a></span> <span class="table-program__course-level">Economics I (H)</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1116" target="_blank">MATH1116</a></span> <span class="table-program__course-level">Advanced Mathematics and Applications 2</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 2</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2001" target="_blank">STAT2001</a></span> <span class="table-program__course-level">Introductory Mathematical Statistics</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/FINM2002" target="_blank">FINM2002</a></span> <span class="table-program__course-level">Derivatives</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON2101" target="_blank">ECON2101</a></span> <span class="table-program__course-level">Microeconomics 2</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/FINM2003" target="_blank">FINM2003</a></span> <span class="table-program__course-level">Investments</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON3153" target="_blank">ECON3153</a></span></td>
<td class="table-program__course"><span class="table-program__course-type">ECON Elective</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON2016" target="_blank">ECON2016</a></span> <span class="table-program__course-level">Economics II (H)</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Course from MATH list</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 3</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/EMET2007" target="_blank">EMET2007</a></span> <span class="table-program__course-level">Econometrics I: Econometric Methods</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT3013" target="_blank">STAT3013</a></span> <span class="table-program__course-level">Statistical Inference</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON3101" target="_blank">ECON3101</a></span> <span class="table-program__course-level">Microeconomics 3</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/FINM3005" target="_blank">FINM3005</a></span> <span class="table-program__course-level">Corporate Valuation</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON3100" target="_blank">ECON3100</a></span> <span class="table-program__course-level">Economics 3 (H)</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT3056" target="_blank">STAT3056</a></span> <span class="table-program__course-level">Advanced Mathematical Statistics</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/ECON3102" target="_blank">ECON3102</a></span> <span class="table-program__course-level">Macroeconomics 3</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2032" target="_blank">STAT2032</a></span> <span class="table-program__course-level">Financial Mathematics</span> <span class="table-program__course-units">6 units</span> <span class="table-program__course-level">OR</span> <span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT3040" target="_blank">STAT3040</a>;</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 4</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
<td class="table-program__course"><span class="table-program__course-type">Honours Year</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
<section id="bachelor-of-statistics" class="level2">
<h2 class="anchored" data-anchor-id="bachelor-of-statistics"><a href="https://programsandcourses.anu.edu.au/program/BSTAT">Bachelor of Statistics</a></h2>
<div class="cell">
<div class="cell-output-display">
<div>
<div class="table-container">
<table class="table-program table table-sm table-striped small" data-quarto-postprocess="true">
<tbody>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 1</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/COMP1100" target="_blank">COMP1100</a></span> <span class="table-program__course-level">Programming as Problem Solving</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1115" target="_blank">MATH1115</a></span> <span class="table-program__course-level">Advanced Mathematics and Applications 1</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT1003" target="_blank">STAT1003</a></span> <span class="table-program__course-level">Statistical Techniques</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH1116" target="_blank">MATH1116</a></span> <span class="table-program__course-level">Advanced Mathematics and Applications 2</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 2</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2001" target="_blank">STAT2001</a></span> <span class="table-program__course-level">Introductory Mathematical Statistics</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2008" target="_blank">STAT2008</a></span> <span class="table-program__course-level">Regression Modelling</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/MATH3511" target="_blank">MATH3511</a></span> <span class="table-program__course-level">Scientific Computing</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type"><a href="https://programsandcourses.anu.edu.au/course/STAT2005" target="_blank">STAT2005</a></span> <span class="table-program__course-level">Introduction to Stochastic Processes</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="odd">
<td rowspan="2" class="table-program__year"><span class="table-program__year-label">Year 3</span> <span class="table-program__units-label">48 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
<tr class="even">
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Elective Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
<td class="table-program__course"><span class="table-program__course-type">Major Course</span> <span class="table-program__course-units">6 units</span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- /main column -->
<script id="quarto-html-after-body" type="application/javascript">
window.document.addEventListener("DOMContentLoaded", function (event) {
const toggleBodyColorMode = (bsSheetEl) => {
const mode = bsSheetEl.getAttribute("data-mode");
const bodyEl = window.document.querySelector("body");
if (mode === "dark") {
bodyEl.classList.add("quarto-dark");
bodyEl.classList.remove("quarto-light");
} else {
bodyEl.classList.add("quarto-light");
bodyEl.classList.remove("quarto-dark");
}
}
const toggleBodyColorPrimary = () => {
const bsSheetEl = window.document.querySelector("link#quarto-bootstrap");
if (bsSheetEl) {
toggleBodyColorMode(bsSheetEl);
}
}
toggleBodyColorPrimary();
const icon = "";
const anchorJS = new window.AnchorJS();
anchorJS.options = {
placement: 'right',
icon: icon
};
anchorJS.add('.anchored');
const isCodeAnnotation = (el) => {
for (const clz of el.classList) {
if (clz.startsWith('code-annotation-')) {
return true;
}
}
return false;
}
const onCopySuccess = function(e) {
// button target
const button = e.trigger;
// don't keep focus
button.blur();
// flash "checked"
button.classList.add('code-copy-button-checked');
var currentTitle = button.getAttribute("title");
button.setAttribute("title", "Copied!");
let tooltip;
if (window.bootstrap) {
button.setAttribute("data-bs-toggle", "tooltip");
button.setAttribute("data-bs-placement", "left");
button.setAttribute("data-bs-title", "Copied!");
tooltip = new bootstrap.Tooltip(button,
{ trigger: "manual",
customClass: "code-copy-button-tooltip",
offset: [0, -8]});
tooltip.show();
}
setTimeout(function() {
if (tooltip) {
tooltip.hide();
button.removeAttribute("data-bs-title");
button.removeAttribute("data-bs-toggle");
button.removeAttribute("data-bs-placement");
}
button.setAttribute("title", currentTitle);
button.classList.remove('code-copy-button-checked');
}, 1000);
// clear code selection
e.clearSelection();
}
const getTextToCopy = function(trigger) {
const codeEl = trigger.previousElementSibling.cloneNode(true);
for (const childEl of codeEl.children) {
if (isCodeAnnotation(childEl)) {
childEl.remove();
}
}
return codeEl.innerText;
}
const clipboard = new window.ClipboardJS('.code-copy-button:not([data-in-quarto-modal])', {
text: getTextToCopy
});
clipboard.on('success', onCopySuccess);
if (window.document.getElementById('quarto-embedded-source-code-modal')) {
// For code content inside modals, clipBoardJS needs to be initialized with a container option
// TODO: Check when it could be a function (https://github.com/zenorocha/clipboard.js/issues/860)
const clipboardModal = new window.ClipboardJS('.code-copy-button[data-in-quarto-modal]', {
text: getTextToCopy,
container: window.document.getElementById('quarto-embedded-source-code-modal')
});
clipboardModal.on('success', onCopySuccess);
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
// Inspect non-navigation links and adorn them if external
var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool):not(.about-link)');
for (var i=0; i<links.length; i++) {
const link = links[i];
if (!isInternal(link.href)) {
// undo the damage that might have been done by quarto-nav.js in the case of
// links that we want to consider external
if (link.dataset.originalHref !== undefined) {
link.href = link.dataset.originalHref;
}
}
}
function tippyHover(el, contentFn, onTriggerFn, onUntriggerFn) {
const config = {
allowHTML: true,
maxWidth: 500,
delay: 100,
arrow: false,
appendTo: function(el) {
return el.parentElement;
},
interactive: true,
interactiveBorder: 10,
theme: 'quarto',
placement: 'bottom-start',
};
if (contentFn) {
config.content = contentFn;
}
if (onTriggerFn) {
config.onTrigger = onTriggerFn;
}
if (onUntriggerFn) {
config.onUntrigger = onUntriggerFn;
}
window.tippy(el, config);
}
const noterefs = window.document.querySelectorAll('a[role="doc-noteref"]');
for (var i=0; i<noterefs.length; i++) {
const ref = noterefs[i];
tippyHover(ref, function() {
// use id or data attribute instead here
let href = ref.getAttribute('data-footnote-href') || ref.getAttribute('href');
try { href = new URL(href).hash; } catch {}
const id = href.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note) {
return note.innerHTML;
} else {
return "";
}
});
}
const xrefs = window.document.querySelectorAll('a.quarto-xref');
const processXRef = (id, note) => {
// Strip column container classes
const stripColumnClz = (el) => {
el.classList.remove("page-full", "page-columns");
if (el.children) {
for (const child of el.children) {
stripColumnClz(child);
}
}
}
stripColumnClz(note)
if (id === null || id.startsWith('sec-')) {
// Special case sections, only their first couple elements
const container = document.createElement("div");
if (note.children && note.children.length > 2) {
container.appendChild(note.children[0].cloneNode(true));
for (let i = 1; i < note.children.length; i++) {
const child = note.children[i];
if (child.tagName === "P" && child.innerText === "") {
continue;
} else {
container.appendChild(child.cloneNode(true));
break;
}
}
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(container);
}
return container.innerHTML
} else {
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
return note.innerHTML;
}
} else {
// Remove any anchor links if they are present
const anchorLink = note.querySelector('a.anchorjs-link');
if (anchorLink) {
anchorLink.remove();
}
if (window.Quarto?.typesetMath) {
window.Quarto.typesetMath(note);
}
// TODO in 1.5, we should make sure this works without a callout special case
if (note.classList.contains("callout")) {
return note.outerHTML;
} else {
return note.innerHTML;
}
}
}
for (var i=0; i<xrefs.length; i++) {
const xref = xrefs[i];
tippyHover(xref, undefined, function(instance) {
instance.disable();
let url = xref.getAttribute('href');
let hash = undefined;
if (url.startsWith('#')) {
hash = url;
} else {
try { hash = new URL(url).hash; } catch {}
}
if (hash) {
const id = hash.replace(/^#\/?/, "");
const note = window.document.getElementById(id);
if (note !== null) {
try {
const html = processXRef(id, note.cloneNode(true));
instance.setContent(html);
} finally {
instance.enable();
instance.show();
}
} else {
// See if we can fetch this
fetch(url.split('#')[0])
.then(res => res.text())
.then(html => {
const parser = new DOMParser();
const htmlDoc = parser.parseFromString(html, "text/html");
const note = htmlDoc.getElementById(id);
if (note !== null) {
const html = processXRef(id, note);
instance.setContent(html);
}
}).finally(() => {
instance.enable();
instance.show();
});
}
} else {
// See if we can fetch a full url (with no hash to target)
// This is a special case and we should probably do some content thinning / targeting
fetch(url)
.then(res => res.text())
.then(html => {
const parser = new DOMParser();
const htmlDoc = parser.parseFromString(html, "text/html");
const note = htmlDoc.querySelector('main.content');
if (note !== null) {
// This should only happen for chapter cross references
// (since there is no id in the URL)
// remove the first header
if (note.children.length > 0 && note.children[0].tagName === "HEADER") {
note.children[0].remove();
}
const html = processXRef(null, note);
instance.setContent(html);
}
}).finally(() => {
instance.enable();
instance.show();
});
}
}, function(instance) {
});
}
let selectedAnnoteEl;
const selectorForAnnotation = ( cell, annotation) => {
let cellAttr = 'data-code-cell="' + cell + '"';
let lineAttr = 'data-code-annotation="' + annotation + '"';
const selector = 'span[' + cellAttr + '][' + lineAttr + ']';
return selector;
}
const selectCodeLines = (annoteEl) => {
const doc = window.document;
const targetCell = annoteEl.getAttribute("data-target-cell");
const targetAnnotation = annoteEl.getAttribute("data-target-annotation");
const annoteSpan = window.document.querySelector(selectorForAnnotation(targetCell, targetAnnotation));
const lines = annoteSpan.getAttribute("data-code-lines").split(",");
const lineIds = lines.map((line) => {
return targetCell + "-" + line;
})
let top = null;
let height = null;
let parent = null;
if (lineIds.length > 0) {
//compute the position of the single el (top and bottom and make a div)
const el = window.document.getElementById(lineIds[0]);
top = el.offsetTop;
height = el.offsetHeight;
parent = el.parentElement.parentElement;
if (lineIds.length > 1) {
const lastEl = window.document.getElementById(lineIds[lineIds.length - 1]);
const bottom = lastEl.offsetTop + lastEl.offsetHeight;
height = bottom - top;
}
if (top !== null && height !== null && parent !== null) {
// cook up a div (if necessary) and position it
let div = window.document.getElementById("code-annotation-line-highlight");
if (div === null) {
div = window.document.createElement("div");
div.setAttribute("id", "code-annotation-line-highlight");
div.style.position = 'absolute';
parent.appendChild(div);
}
div.style.top = top - 2 + "px";
div.style.height = height + 4 + "px";
div.style.left = 0;
let gutterDiv = window.document.getElementById("code-annotation-line-highlight-gutter");
if (gutterDiv === null) {
gutterDiv = window.document.createElement("div");
gutterDiv.setAttribute("id", "code-annotation-line-highlight-gutter");
gutterDiv.style.position = 'absolute';
const codeCell = window.document.getElementById(targetCell);
const gutter = codeCell.querySelector('.code-annotation-gutter');
gutter.appendChild(gutterDiv);
}
gutterDiv.style.top = top - 2 + "px";
gutterDiv.style.height = height + 4 + "px";
}
selectedAnnoteEl = annoteEl;
}
};
const unselectCodeLines = () => {
const elementsIds = ["code-annotation-line-highlight", "code-annotation-line-highlight-gutter"];
elementsIds.forEach((elId) => {
const div = window.document.getElementById(elId);
if (div) {
div.remove();
}
});
selectedAnnoteEl = undefined;
};
// Handle positioning of the toggle
window.addEventListener(
"resize",
throttle(() => {
elRect = undefined;
if (selectedAnnoteEl) {
selectCodeLines(selectedAnnoteEl);
}
}, 10)
);
function throttle(fn, ms) {
let throttle = false;
let timer;
return (...args) => {
if(!throttle) { // first call gets through
fn.apply(this, args);
throttle = true;
} else { // all the others get throttled
if(timer) clearTimeout(timer); // cancel #2
timer = setTimeout(() => {
fn.apply(this, args);
timer = throttle = false;
}, ms);
}
};
}
// Attach click handler to the DT
const annoteDls = window.document.querySelectorAll('dt[data-target-cell]');
for (const annoteDlNode of annoteDls) {
annoteDlNode.addEventListener('click', (event) => {
const clickedEl = event.target;
if (clickedEl !== selectedAnnoteEl) {
unselectCodeLines();
const activeEl = window.document.querySelector('dt[data-target-cell].code-annotation-active');
if (activeEl) {
activeEl.classList.remove('code-annotation-active');
}
selectCodeLines(clickedEl);
clickedEl.classList.add('code-annotation-active');
} else {
// Unselect the line
unselectCodeLines();
clickedEl.classList.remove('code-annotation-active');
}
});
}
const findCites = (el) => {
const parentEl = el.parentElement;
if (parentEl) {
const cites = parentEl.dataset.cites;
if (cites) {
return {
el,
cites: cites.split(' ')
};
} else {
return findCites(el.parentElement)
}
} else {
return undefined;
}
};
var bibliorefs = window.document.querySelectorAll('a[role="doc-biblioref"]');
for (var i=0; i<bibliorefs.length; i++) {
const ref = bibliorefs[i];
const citeInfo = findCites(ref);
if (citeInfo) {
tippyHover(citeInfo.el, function() {
var popup = window.document.createElement('div');
citeInfo.cites.forEach(function(cite) {
var citeDiv = window.document.createElement('div');
citeDiv.classList.add('hanging-indent');
citeDiv.classList.add('csl-entry');
var biblioDiv = window.document.getElementById('ref-' + cite);
if (biblioDiv) {
citeDiv.innerHTML = biblioDiv.innerHTML;
}
popup.appendChild(citeDiv);
});
return popup.innerHTML;
});
}
}
});
</script>
</div> <!-- /content -->
</body></html>