-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (69 loc) · 3.55 KB
/
Copy pathindex.html
File metadata and controls
72 lines (69 loc) · 3.55 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
<!DOCTYPE HTML>
<!--
Personal Web page !!
-->
<html>
<body class="landing">
<head>
<title>Practical Statistics</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<!-- Header -->
<header id="header" class="alt">
<nav id="nav">
<ul>
<li><a href="lctrnotes.html">Lecture Notes</a></li>
<!-- <li><a href="tutorials.html">Assignments</a></li> -->
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="container 100%">
<header class="major">
<h2 style="font-family:Arial;">Practical Statistics for Physics and Astronomy</h2>
<!-- <p>Master Course</p>-->
</header>
<div class="row 200%">
<div class="6u 12u$(medium)">
<div class="image rounded"><img src="images/practstats.png" alt="" /></div>
</div>
<div class="6u$ 12u$(medium)">
<p> Nontrivial data analysis problems are frequently encountered in modern astronomy, cosmology and physics. They require an understanding of statistical methods, practical skills with software tools and sometimes some ingenuity that comes with experience. The student will gain a practical knowledge of statistical methods and software as applied to many example problems. Basic probability theory will be covered before learning about Bayesian and frequentest inference problems, Monte Carlo techniques, Fisher matrices, random fields, parameter estimation, non-parametric tests, hypothesis testing, and supervised and unsupervised classification and regression problems. The student will become familiar with current software in Python for analysing data and fitting models while getting an understanding of the theory behind them. </a> </p>
<p></p>
<p></p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="mailto:robertbenton.metcalf@unibo.it" class="icon fa-envelope"></a></li>
<!-- <li><a href="https://www.facebook.com/groups/2022307651374453/" class="icon fa-facebook"></a></li> -->
<!-- <li><a href="https://twitter.com/MahmoudWHashim" class="icon fa-twitter"></a></li>-->
<!-- <li><a href="https://github.com/mwhashim" class="icon fa-github"></a></li>-->
<!-- <li><a href="https://www.linkedin.com/in/mahmoud-hashim-1aa2716a?trk=hp-identity-photo" class="icon fa-linkedin"></a></li>-->
<!-- <li><a href="https://www.researchgate.net/profile/Mahmoud_Hashim4" class="icon ai-researchgate"></a></li>-->
</ul>
<ul class="copyright">
<li>© Robert Benton Metcalf</li>
</ul>
</div>
</footer
</body>
</html>