From bbaffd7a2db7ada0cd40c04afe7cc95e91102867 Mon Sep 17 00:00:00 2001
From: Rory Schadler <48921090+roryschadler@users.noreply.github.com>
Date: Wed, 23 Mar 2022 14:27:59 -0400
Subject: [PATCH] #132: Fix MathML syntax
---
.../tools/IntelligentCharacterize.vue | 335 +++++++++++++++++-
1 file changed, 326 insertions(+), 9 deletions(-)
diff --git a/app/src/pages/nanomine/tools/IntelligentCharacterize.vue b/app/src/pages/nanomine/tools/IntelligentCharacterize.vue
index 57225ce6..0ee1fac0 100644
--- a/app/src/pages/nanomine/tools/IntelligentCharacterize.vue
+++ b/app/src/pages/nanomine/tools/IntelligentCharacterize.vue
@@ -38,21 +38,338 @@
the fitted parameters and the goodness of fit value.
- Chi-square fit: , where is the probability
+ Chi-square fit:
+ ,
+ where
+
+ is the probability
density function of chi-square distribution.
- Gamma fit: , where is the
- probability density function of gamma distribution.
+ Gamma fit:
+ ,
+ where
+
+ is the probability density function of gamma distribution.
- Gaussian fit:
+ Gaussian fit:
+
- Step function fit: , where is
- Heaviside function.
+ Step function fit:
+ ,
+ where
+
+ is the Heaviside function.
- Exponential fit:
+ Exponential fit:
+
- Double peak fit:
+ Double peak fit:
+