You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
R² is the variability in y-values explained by the variability in x-values. The residuals represent the variability in y-values that is not explained by variability in x-values.
1346
-
Therefore, the variance of the residuals over the variance of the y values represents the proportion of the variability in y-values that is not explained by the variability in x-values.
1346
+
The variance of the residuals over the variance of the y values represents the proportion of the variability in y-values that is not explained by the variability in x-values.
1347
1347
1 - this value leads to R².
1348
1348
1349
1349
<br>
@@ -1599,7 +1599,7 @@ function usePreloadedData(data){
1599
1599
}
1600
1600
1601
1601
1602
-
functionuseSavedData(dataX,dataY){
1602
+
asyncfunctionuseSavedData(dataX,dataY){
1603
1603
1604
1604
pointsarr=[];
1605
1605
tickXincrement=1;
@@ -1621,6 +1621,8 @@ function useSavedData(dataX, dataY){
1621
1621
1622
1622
saveData();
1623
1623
1624
+
closeel("loading");
1625
+
1624
1626
console.log(pointsarr);
1625
1627
}
1626
1628
@@ -1820,6 +1822,7 @@ if (ur.includes("?")){
1820
1822
ur=splt[0];
1821
1823
splt=splt[1].split("&");
1822
1824
1825
+
1823
1826
openel("loading");
1824
1827
1825
1828
if(window.confirm("Using this dataset will erase your current data. Do you want to continue?")){
0 commit comments