diff --git a/src/components/App.tsx b/src/components/App.tsx index b5c4ce2..125e4b0 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -243,7 +243,6 @@ class App extends React.Component<{},{}> { const phiA = distribution.pdf(nS), phiB = distribution.pdf(pS); const Z =distribution.cdf(pS) - distribution.cdf(nS); const stdFactor = Math.pow(1 + ((nS*phiA - pS*phiB) / Z) - Math.pow((phiA - phiB) / Z, 2), .5) / (sigmaCount); - console.log(stdFactor); for(let i=0; i