aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/dualgauss1d.html
blob: e044e16ed3e1279ce73e4d2cb2bbb8a6cb848c8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
  <head>
    <title>Model doc</title>
    <script type="text/javascript"
	    src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
    </script>
    <script type="text/x-mathjax-config" >
      MathJax.Hub.Config({
      tex2jax: {
      inlineMath: [['$','$'], ['\\(','\\)']],
      processEscapes: true
      }
      });
    </script>
  </head>
  <body>

\begin{equation}
  y=N_{0,1}e^{-\frac{(x-x_{0,1})^2}{2\sigma_1^2}}+N_{0,2}e^{-\frac{(x-x_{0,2})^2}{2\sigma_2^2}}\notag
\end{equation}


  </body>
</html>