arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 9a420112e818487dfd30fcdd93a0c446e16c0a73
parent cbebbc592781b56cfab3c70b39ad494b5b3b61bb
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Wed,  2 Nov 2016 20:06:58 +0300

Fix skew normal plot script.

Diffstat:
phd-diss-ru.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/phd-diss-ru.org b/phd-diss-ru.org @@ -415,6 +415,10 @@ $\gamma_2$ --- эксцесс, $f$ --- плотность распределен распределения при различных параметрах показан на~\cref{fig:skew-normal-1}. #+begin_src gnuplot :exports results +set loadpath GPVAL_PWD."/gnuplot" +system "mkdir -p build" +cd "build" + load 'style.gnuplot' #load 'style-paper.gnuplot' @@ -462,6 +466,7 @@ a(i) = word(alphas, i) plot for [i=1:words(alphas)] \ skew_normal_2(x, a(i)) with lines ls i \ title 'α='.a(i).', 𝛾_1='.sprintf('%.2f',skewness(a(i))).', 𝛾_2='.sprintf('%.2f',kurtosis(a(i))) +exit #+end_src \begin{figure}