-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
66 lines (57 loc) · 4.03 KB
/
index.html
File metadata and controls
66 lines (57 loc) · 4.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ✅ Use your existing Google Search Console verification code -->
<!-- <meta name="google-site-verification" content="IWjrJMnvlawH7rGbfjRi0pACtdTmTmeDLeyyDcO9-bc"> -->
<title>Probability and Distribution Theory | Casella-Berger | Sai Sampath Kedari</title>
<meta name="description" content="Lecture notes and solved problems from Casella-Berger Statistical Inference (Ch.1–5). Foundations in Probability, Distributions, and Statistical Inference for Machine Learning, AI, and Robotics.">
<meta name="keywords" content="Probability Theory, Casella-Berger, Statistical Inference, Random Variables, Probability Spaces, Lebesgue Measure, Distributions, Machine Learning, Robotics, AI, Sai Sampath Kedari">
<meta name="author" content="Sai Sampath Kedari">
<style>
body {font-family: system-ui,-apple-system,Segoe UI,Roboto,Inter,Ubuntu; background:#0b0f17; color:#e5e7eb; margin:0; line-height:1.6;}
main {max-width:900px; margin:auto; padding:40px 20px;}
h1 {font-size:2rem; margin-bottom:.2em;}
h2 {color:#93c5fd; margin-top:1.5em;}
a {color:#60a5fa; text-decoration:none;}
a:hover {text-decoration:underline;}
ul {margin-left:1.2em;}
footer {margin-top:40px; border-top:1px solid #1f2937; padding-top:20px; color:#9ca3af; font-size:0.9em;}
</style>
</head>
<body>
<main>
<h1>Probability and Distribution Theory — Casella-Berger</h1>
<p>This repository contains my <strong>lecture notes</strong> and <strong>solved problems</strong> from <em>Casella-Berger: Statistical Inference (Chapters 1–5)</em>, focused on foundational concepts in <strong>Probability Theory</strong> and <strong>Statistical Inference</strong>. These topics form the mathematical basis for <strong>Machine Learning</strong>, <strong>AI</strong>, and <strong>Robotics</strong>.</p>
<h2>Key Topics Covered</h2>
<ol>
<li><strong>Probability Theory</strong>: Set theory, cardinality & countability, probability spaces, Borel sets, and Lebesgue measure.</li>
<li><strong>Transformations & Expectations</strong>: Distributions of functions, moment-generating functions.</li>
<li><strong>Common Families of Distributions</strong>: Discrete & continuous distributions, exponential families, inequalities.</li>
<li><strong>Multiple Random Variables</strong>: Joint & marginal distributions, conditional distributions, mixture models.</li>
<li><strong>Properties of a Random Sample</strong>: Sample mean, variance, order statistics, convergence, and random sampling.</li>
</ol>
<h2>Repository Structure</h2>
<ul>
<li><strong>Lecture Notes</strong>: Theoretical concepts and theorems.</li>
<li><strong>Problem Sets</strong>: Solutions to <em>Casella-Berger</em> exercises for deeper understanding.</li>
</ul>
<h2>Purpose</h2>
<p>These notes and solutions reflect my pursuit of strong mathematical foundations in <strong>Statistical Inference</strong> — the backbone of <strong>Monte Carlo Methods</strong>, <strong>Bayesian Filtering</strong>, and <strong>State Estimation</strong> in robotics and control.
I plan to rewrite these in LaTeX for clarity and professional presentation.</p>
<h2>About Me</h2>
<p>I’m focused on building rigorous mathematical intuition to support my work in <strong>Robotics & AI Research</strong>.</p>
<h2>Contact</h2>
<p>
📧 <a href="mailto:sampath@umich.edu">sampath@umich.edu</a><br>
🔗 <a href="https://www.linkedin.com/in/sai-sampath-kedari" target="_blank">LinkedIn</a><br>
🧠 <a href="https://github.com/SaiSampathKedari/Probability-and-Distribution-Theory" target="_blank">View Repository on GitHub</a>
</p>
<footer>
<p>© <span id="y"></span> Sai Sampath Kedari | Probability & Distribution Theory — Casella Berger | UMich STATS 510/511</p>
</footer>
</main>
<script>document.getElementById("y").textContent = new Date().getFullYear();</script>
</body>
</html>