diff options
Diffstat (limited to 'model_doc/normed_dgauss1d.html')
-rw-r--r-- | model_doc/normed_dgauss1d.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/model_doc/normed_dgauss1d.html b/model_doc/normed_dgauss1d.html new file mode 100644 index 0000000..9ef6706 --- /dev/null +++ b/model_doc/normed_dgauss1d.html @@ -0,0 +1,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} + P(x)=\cos^2\theta \frac{1}{\sqrt{2\pi\sigma_1^2}}e^{-\frac{(x-x_{0,1})^2}{2\sigma_1^2}}+\sin^2\theta \frac{1}{\sqrt{2\pi\sigma_2^2}}e^{-\frac{(x-x_{0,2})^2}{2\sigma_2^2}} +\end{equation} + + + </body> +</html> |