aboutsummaryrefslogtreecommitdiffstats
path: root/model_doc/dualgauss1d.html
diff options
context:
space:
mode:
authorastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-02-29 12:57:05 +0000
committerastrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675>2012-02-29 12:57:05 +0000
commitc6f78778f70d0aa5358677769ceeacf99a33c8f6 (patch)
tree6d695cad22d12b77ada81621e36db3a98cbb176b /model_doc/dualgauss1d.html
parent49ae1d6ed1e9f3b788406ead943a2e42ec54c43d (diff)
downloadopt-utilities-c6f78778f70d0aa5358677769ceeacf99a33c8f6.tar.bz2
git-svn-id: file:///home/svn/opt_utilities@223 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'model_doc/dualgauss1d.html')
-rw-r--r--model_doc/dualgauss1d.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/model_doc/dualgauss1d.html b/model_doc/dualgauss1d.html
new file mode 100644
index 0000000..e044e16
--- /dev/null
+++ b/model_doc/dualgauss1d.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}
+ 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>