Skip to content

Commit

Permalink
fix: updated initialData
Browse files Browse the repository at this point in the history
  • Loading branch information
jcw780 committed Sep 23, 2020
1 parent 99f82fb commit 10a2aa8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<impactSize; ++i){ // iterate through points at each range
const dist : number = instance.getImpactPoint(i, impactIndices.distance, j);
Expand Down
2 changes: 1 addition & 1 deletion src/static/initialData.json

Large diffs are not rendered by default.

0 comments on commit 10a2aa8

Please sign in to comment.