A 5 factor DoE Ask me any questions on how to use!
@@ -49,12 +49,12 @@From dcdc3ecf86ee90af02283e72ed44255f1d7d841c Mon Sep 17 00:00:00 2001 From: Adam Winnifrith <113369502+Germanki@users.noreply.github.com> Date: Thu, 28 Sep 2023 11:41:01 +0100 Subject: [PATCH] UPDATE GRAPH --- assets/js/complex_function_SepDoE.js | 4 ++-- index.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/js/complex_function_SepDoE.js b/assets/js/complex_function_SepDoE.js index d409027..1784e20 100644 --- a/assets/js/complex_function_SepDoE.js +++ b/assets/js/complex_function_SepDoE.js @@ -35,7 +35,7 @@ function match(value, option1, result1, option2, result2) { DNA * SodiumChloride * -392.663015606317 + DNA * RecBCD * 9711.3302767037 + match(pH, "6", SodiumChloride * -1644.97155854136, "8", SodiumChloride * 0) + match(pH, "6", RecBCD * -189884.065204169, "8", RecBCD * 0) + - 2806.62184544295 * SodiumChloride + RecBCD + 2806.62184544295 * SodiumChloride + RecBCD) let param2 = (64451.911892955 + -11478.129987588 * BSA + BSA * BSA * 2612.68983981746 + BSA * DNA * 1103.15069131127 + BSA * match(pH, "6", -8125.84329071797, "8", 0) + @@ -66,7 +66,7 @@ function match(value, option1, result1, option2, result2) { return mean_curve_interp(time) + shape1_interp(time) * param1 + shape2_interp(time) * param2 + shape3_interp(time) * param3 + shape4_interp(time) * param4 } - + // Initialize Plotly graph function initPlot() { // Test data and layout diff --git a/index.html b/index.html index 2a8b378..064603c 100644 --- a/index.html +++ b/index.html @@ -38,7 +38,7 @@
A 5 factor DoE Ask me any questions on how to use!
@@ -49,12 +49,12 @@