14

In the book An Introduction to Error Analysis: The Study of Uncertainties in Physical Measurements by J. R.Taylor I find the following formula:

enter image description here

In LaTeX, does it exist any symbol for enter image description here shown above?

Masroor
  • 17,842
mle
  • 1,687
  • 3
  • 14
  • 21

1 Answers1

28
% arara: pdflatex

\documentclass{article}

\begin{document}
\[\tilde{\chi}^2=\frac{1}{d}\sum_{k=1}^{n} \frac{(O_k - E_k)^2}{E_k}\]
\end{document}

enter image description here

LaRiFaRi
  • 43,807