This commit is contained in:
eneller
2026-02-18 01:15:38 +01:00
parent 3e6f8476e0
commit 1a51276eec
3 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ where
- $N$ is the number of spacial units indexed by $i$ and $j$ - $N$ is the number of spacial units indexed by $i$ and $j$
- $x$ is the variable of interest - $x$ is the variable of interest
- $\overline{x}$ is the mean of $x$ - $\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}$ - $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. It may be considered time series stationarity-agnostic as the calculation does not make assumptions about temporal behavior of the underlying data.

View File

@@ -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 \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.

View File

@@ -5,6 +5,7 @@ The MSE is defined almost the same as variance, given by
$$ $$
\frac{\sum{(x-\overline{x})^2}}{n} \frac{\sum{(x-\overline{x})^2}}{n}
$$ $$
# Activity 3 # Activity 3
Prove that the following holds for Gamma distribution: Prove that the following holds for Gamma distribution:
$$ $$