From 1a51276eec3f534f0ebbcfe280705b3fbf19f83b Mon Sep 17 00:00:00 2001 From: eneller Date: Wed, 18 Feb 2026 01:15:38 +0100 Subject: [PATCH] update --- ex23-24.Rmd | 2 +- lec01.md | 2 +- lec02.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ex23-24.Rmd b/ex23-24.Rmd index e71c108..894e5d2 100644 --- a/ex23-24.Rmd +++ b/ex23-24.Rmd @@ -14,7 +14,7 @@ where - $N$ is the number of spacial units indexed by $i$ and $j$ - $x$ is the variable of interest - $\overline{x}$ is the mean of $x$ -$w_{ij} are the elements of a matrix of spatial weights that denote adjacency +- $w_{ij}$ are the elements of a matrix of spatial weights that denote adjacency - $W = \sum_{i=1}^N \sum_{j=1}^N w_{ij}$ is the sum of all $w_{ij}$ It may be considered time series stationarity-agnostic as the calculation does not make assumptions about temporal behavior of the underlying data. diff --git a/lec01.md b/lec01.md index 5eba6cd..3038871 100644 --- a/lec01.md +++ b/lec01.md @@ -26,4 +26,4 @@ $$ $$ \Phi^j_C = \rho^j + c(\delta t - \delta t^j) + Tr^j + \lambda^j_C + B^j_C + m^j_C +\epsilon^j_C $$ -Where $R^j$ is the unsmoothed pseudorange measurment for the $j$th satellite and $\Phi^j$ is the corresponding carrier measurement. +Where $R^j$ is the unsmoothed pseudorange measurment for the $j$-th satellite and $\Phi^j$ is the corresponding carrier measurement. diff --git a/lec02.md b/lec02.md index ce4ff69..ed3dbc8 100644 --- a/lec02.md +++ b/lec02.md @@ -5,6 +5,7 @@ The MSE is defined almost the same as variance, given by $$ \frac{\sum{(x-\overline{x})^2}}{n} $$ + # Activity 3 Prove that the following holds for Gamma distribution: $$