fix some typos and make some improvements

This commit is contained in:
Giù Marcer 2020-06-08 23:45:13 +02:00 committed by rnhmjoj
parent e5cced162a
commit f84f4c2245
6 changed files with 17 additions and 17 deletions

View File

@ -90,4 +90,4 @@ utilized in the approximation of the former.
. . .
- Trapani test:
- compatibiity between expected and observed mean
- compatibility between expected and observed momenta

View File

@ -12,7 +12,7 @@ Because of its fat tail:
. . .
No closed form for parameters $\thus$ Numerical estimations
No closed form for parameters $\thus$ numerical estimations
## Landau median
@ -35,7 +35,7 @@ $$
## Landau mode
- Maxmimum $\quad \Longrightarrow \quad \partial_x L(\mu) = 0$
- Maximum $\quad \Longrightarrow \quad \partial_x L(\mu) = 0$
. . .

View File

@ -20,7 +20,7 @@ More generally:
$$
z = \frac{x - \mu}{\sigma}
\thus
M(x) = \frac{1}{\sqrt{2 \pi} \sigma} \exp
M_{\mu \sigma}(x) = \frac{1}{\sqrt{2 \pi} \sigma} \exp
\left[ - \frac{1}{2} \left(
\frac{x - \mu}{\sigma}
+ e^{-\frac{x - \mu}{\sigma}} \right) \right]
@ -60,7 +60,7 @@ $$
## Moyal QDF
The quantile (CDF\textsuperscript{-1}) is found solving:
The quantile (CDF\textsuperscript{-1}) is found solving for $x$:
$$
y = 1 - \text{erf} \left( \frac{e^{- \frac{x}{2}}}{\sqrt{2}} \right)
$$

View File

@ -40,7 +40,7 @@ Most probable value
HSM
- Iteratively identify the smallest interval containing half points
- once the sample is reduced to less than three points, take average
- Once the sample is reduced to less than three points, take average
## Sample FWHM
@ -60,7 +60,7 @@ $$
G \left( \frac{x-x_i}{\varepsilon} \right)
$$
The parameter $\varepsilon$ controls the strenght of the smoothing
The parameter $\varepsilon$ controls the strength of the smoothing
## Sample FWHM
@ -77,8 +77,8 @@ $$
with:
- $S_N$ is the sample stdev
- $d$ number of dimensions ($d = 1$)
- $S_N$ is the sample standard deviation
- $d$ is number of dimensions ($d = 1$)
. . .

View File

@ -33,7 +33,7 @@ $$
$$
$$
\implies \sigma_M \approx 1.1191486
\implies \sigma_M \approx 1.1191486...
$$
@ -60,7 +60,7 @@ This leads to more different medians:
\end{align*}
## Results compatibility
## Compatibility test
Comparing results:
@ -70,7 +70,7 @@ $$
$$
- $x\ex$ and $x\ob$ are the expected and observed values
- $\sigma_e$ and $\sigma_o$ are their absolute errors
- $\sigma\ex$ and $\sigma\ob$ are their absolute errors
. . .

View File

@ -15,7 +15,7 @@ $$
gsl_ran_Landau(gsl_rng)
## Compatiblity results:
## Compatibility results:
Median:
@ -92,7 +92,7 @@ reverse sampling
- sampling $y$ uniformly in [0, 1] $\quad \longrightarrow \quad x = Q_M(y)$
## Compatiblity results:
## Compatibility results:
Median: