Skip to content

Commit 82fba1a

Browse files
committed
few typos everywhere
1 parent a6bfa90 commit 82fba1a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

report/discussion.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ \subsection{Software package for feature computation}
2424

2525
Several \texttt{PyEEG} functions were also found to be inconsistent with mathematical
2626
definitions (see \pr{} documentation, appendix).
27-
This unfortunatly apperas to be a common issue for academic software.
27+
This unfortunately appears to be a common issue for academic software.
2828
The general status of the peer-review process and the reproducibility of programs and algorithms have
2929
recently drawn attention (see \cite{morin_shining_2012,crick_can_2014} for
3030
discussions about this issue).

report/matmet.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ \subsection{Data preprocessing}
3333
This frequency is typically uses as a cut-off value between theta and delta
3434
waves \cite{vyazovskiy_nrem_2014}.
3535
In addition, \gls{eeg} and \gls{emg} signals were standardised ($E[x] = 0, Var[x] = 1$) to account for the variability in baseline amplitude due to acquisition.
36-
Vigilance state anotations were resampled at exactly 0.20Hz using nearest neighbour interpolation.
36+
Vigilance state annotations were resampled at exactly 0.20Hz using nearest neighbour interpolation.
3737

3838
\subsection{Feature extraction from time series}
3939
\label{sub:features}
@@ -152,7 +152,7 @@ \subsection{Statistical analysis}
152152

153153

154154
In order to assess the significance of the effect of the addition of temporal variables on the cross-validation
155-
error (fig.~\ref{fig:temporal_integration}), repreated t-tests were performed.
155+
error (fig.~\ref{fig:temporal_integration}), repeated t-tests were performed.
156156
Bonferronni correction was applied.
157157

158158
In order to determine whether state prevalences were different between predicted and ground truth time series (fig.~\ref{fig:struct_assess}A),

report/results.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ \subsection{A new efficient \texttt{python} package}
1010
Very significant improvement in performance were achieved for almost all functions(table~\ref{tab:benchmark}).
1111
Critically, sample and approximate entropies\cite{richman_physiological_2000} became usable in
1212
reasonable time.
13-
For instance, 40h of CPU time were originally requiered to compute sample entropy on a all 5 second epochs in a 24h recording.
13+
For instance, 40h of CPU time were originally required to compute sample entropy on a all 5 second epochs in a 24h recording.
1414
The improved implementation cut this down to 55min.
1515
\input{./tables/benchmark}
1616

@@ -59,7 +59,7 @@ \subsection{Including temporal information improves prediction}
5959
Significant improvement was achieved by both methods by including even little temporal information ($\tau = 1$, $n=\{1,3\}$, $p-value < 5.10^{-3}$).
6060
Although both methods improve performance, it appears that the inter-recording variablility is systematically lower using convolution method.
6161
For instance, the standard variation in error between all recordings is always lower than 0.03 for convolutions of window size greater than two,
62-
whilst it is systematicaly above 0.031 for all the values of $\tau$.
62+
whilst it is systematically above 0.031 for all the values of $\tau$.
6363
The most significant difference with the original set of variables was achieved using $n = \{1,3,7,15,31\}$ ($p-value < 10^{-6}$).
6464
Therefore, this new set of 105 variables was used to train the final predictor.
6565
Combining both convolution and lag approaches did not improve prediction any further (data not shown).

report/tables/importances.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\begin{center}
33
\caption{\ctit{Relative variable importance of the 21 selected features.}
44
Random forest algorithm can produce a value to quantify variable importance.
5-
Variable importance corresponds to how much, statistically, a variable contributes to reducing the prediction inacuracy (or, to be more precise, the Gini impurity).
5+
Variable importance corresponds to how much, statistically, a variable contributes to reducing the prediction inaccuracy (or, to be more precise, the Gini impurity).
66
Starting from 164 variables, the least important variables were recursively eliminated.
77
This table represents the 21 most important remaining features.
88
Features from both \gls{eeg} and \gls{emg} are important for accurate prediction.

0 commit comments

Comments
 (0)