LaTex2Web logo

Documents Live, a web authoring and publishing system

If you see this, something is wrong

Table of contents

First published on Friday, Aug 22, 2025 and last modified on Friday, Jun 12, 2026 by François Chaplais.

CSV tables

François Chaplais

1 Introduction

\begin{csv}
\caption{A sample table parsed from a CSV file.}
\url{Tutorial (Fake Data).csv}
\end{csv}

2 Functionalities

\[ \hat{y}_i = \frac{\displaystyle\sum_{j=1}^{n} K_\sigma(i-j)\, y_j}{\displaystyle\sum_{j=1}^{n} K_\sigma(i-j)} \]
\[ K_\sigma(u) = \exp\left(-\frac{u^2}{2\sigma^2}\right) \]
\[ \tilde{x}_i = \frac{x_i - x_{\min}}{x_{\max} - x_{\min}}, ~~ \tilde{y}_i = \frac{y_i - y_{\min}}{y_{\max} - y_{\min}} \]
\[ w_{ij} = \exp\left(-\frac{(\tilde{x}_i-\tilde{x}_j)^2 + (\tilde{y}_i-\tilde{y}_j)^2}{2\sigma^2}\right) \]
\[ \hat{z}_i = \frac{\sum_j w_{ij}\, z_j}{\sum_j w_{ij}}, ~~ \hat{w}_i = \frac{\sum_j w_{ij}\, w_j}{\sum_j w_{ij}} \]
\[ \bar{x} = \frac{1}{n}\sum_{i=1}^n x_i \]
\[ s^2 = \frac{1}{n-1}\sum_{i=1}^n (x_i - \bar{x})^2 ~~ s = \sqrt{s^2} \]
\[ x_{\min} = x_{(1)},~ x_{\max} = x_{(n)},~ \text{Range} = x_{(n)} - x_{(1)} \]
\[ \text{IQR} = Q3 - Q1 \]
\[ S_{jk} = \frac{1}{n-1}\sum_{i=1}^n (x_{ij}-\bar{x}_j)(x_{ik}-\bar{x}_k) \]
\[ z_{ij} = \frac{x_{ij} - \bar{x}_j}{s_j} \]
\[ \mathbf{C} = \frac{1}{n-1}\mathbf{Z}^\top\mathbf{Z}, ~~ C_{jk} \in [-1,1] \]
\[ \mathbf{C}\,\mathbf{v}_k = \lambda_k\,\mathbf{v}_k, ~~ \lambda_1 \ge \lambda_2 \ge \cdots \ge \lambda_p \ge 0 \]
\[ \text{PC}_k\text{ explains}~ \frac{\lambda_k}{\sum_j \lambda_j}\times 100\% \]
\[ \mathbf{T} = \mathbf{Z}\,\mathbf{V}, ~~ t_{ik} = \sum_{j=1}^p z_{ij}\,v_{jk} \]

3 Another example: crypto history

4 Example with weather data

5 No-frill CSV tables

6 Video recap