-
@@INDICATORS@@
// Linear Regression Equation: y = 80.9356x + -2086.7172 // R^2 for Linear Regression: 0.8820 // Polynomial Regression (Degree 2) Equation: y = 65.2734x^2 + -3353.2872x + 43075.5362 // R^2 for Polynomial Regression (Degree 2): 0.9724 // Polynomial Regression (Degree 3) Equation: y = -71.35479595x^3 + 5699.68320483x^2 + -151636.19028283x + 1343695.66923927 // R^2 for Polynomial Regression (Degree 3): 0.9821 String to_include = R"=( )="; String webpage = R"=(