Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Refactor of the power calculator store #43

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 56 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
bd483bd
feat: Enables impact calculation for non-inferiority tests
threkk Feb 11, 2021
43313e6
fix: Possible solution for the calculation of non-inferiority.
threkk Feb 22, 2021
22330d4
feat: power calculator store prototype
threkk Feb 23, 2021
7093b9b
wip: Refactors the pc-block-value to separate data from UI.
threkk Mar 3, 2021
a8c8c31
wip: Fixes non-inferiority component.
threkk Mar 3, 2021
8e2e321
wip: Gets the base component working and the others to display.
threkk Mar 5, 2021
166918a
wip: Sample size working for changes in the block when calculating
threkk Mar 8, 2021
9f7ea69
wip: Calculate base and impact work for binomial. Pending non-inferio…
threkk Mar 9, 2021
321f4a2
wip: Everything working for comparative binomial.
threkk Mar 10, 2021
001c73d
wip: Continuos distribution working.
threkk Mar 10, 2021
c69b0a6
wip: non-inferiority displays default data
threkk Mar 10, 2021
15e0ffa
wip: Feature parity on not non-inferiority. First calculation attempt…
threkk Mar 11, 2021
4cb0891
gip: Gets the right configuration for blocking total fields. Enables …
threkk Mar 15, 2021
877386e
wip: Simplifies mutations (1 function per mutation), fixes math error…
threkk Mar 16, 2021
8494e06
wip: Added the calculation of threshold for non-inferiority.
threkk Mar 17, 2021
2645d53
wip: Removes the bottom graph.
threkk Mar 17, 2021
8a474ac
wip: Methods for hooking the new power calculator to the old app.
threkk Mar 18, 2021
2074424
fix: Input validation and visual glitches.
threkk Mar 19, 2021
d3926ac
fix: Power calculator props, event issues.
threkk Mar 22, 2021
0fcd107
wip: Modifies the underlying engine to match each user input with a s…
threkk Mar 24, 2021
b46b37e
wip: Fixes after intense debugging sessions.
threkk Mar 24, 2021
730eb86
wip: Fixes stddev hooks and the threshold bouncer
threkk Mar 25, 2021
94359ea
wip: threshold calculation fixes.
threkk Mar 25, 2021
45aacf4
fix: usage of the right threshold value.
threkk Mar 26, 2021
5d5ee6b
wip: Fixes import, removes expected change.
threkk Mar 29, 2021
539afd1
wip: Fixes import errors.
threkk Mar 30, 2021
60daad3
fix: All reported visual bugs.
threkk Apr 1, 2021
f304a10
fix: Changes {{ }} for v-html
threkk Apr 1, 2021
92f582f
wip: Adds absolute impact as a parameter.
threkk Apr 6, 2021
d10d00d
wip: Improves the import/export props
threkk Apr 9, 2021
1fc4ec5
feat: Adds tracking of the selected component.
threkk Apr 12, 2021
a7377c2
fix: typo
threkk Apr 13, 2021
bc15586
test: Adds dataset based unit test to verify the math libraries.
threkk May 5, 2021
af99373
tests: Add verification tests for non-inferiority
threkk May 7, 2021
ed6f071
fix: Visual bug fixing and code cleanup
threkk May 11, 2021
d3e329a
fix: Disallow values lower than 0 and greater than 100 in percentages
threkk May 17, 2021
1237914
fix: Rename non-inferiority to acceptable cost
threkk May 17, 2021
98afddf
fix: Non editable fields appeared as editable.
threkk May 17, 2021
87ab906
fix: Flickering of the previous value
threkk May 17, 2021
fef429d
fix: Same input produces different output
threkk May 17, 2021
9ed1eb8
fix: Switching in non-inferiority between gTest and tTest generates d…
threkk May 17, 2021
eb9bb1d
test: Linting errors and formatting.
threkk May 18, 2021
3d44084
fix: standard deviation display
threkk May 19, 2021
c718122
fix: early rounding on getRelativeThreshold was generating wrong output
threkk May 19, 2021
666711c
fix: Places the caret at the end of the field after an update
threkk May 21, 2021
545452f
fix: Corrects the bounds of the base rate
threkk May 21, 2021
755c3cf
fix: absoluteThreshold was being calculated using the previous base rate
threkk May 21, 2021
6c38790
test: Add gTest comparative tests
threkk Jun 1, 2021
cacf700
test: Adds a lot of tests.
threkk Jun 15, 2021
e48d3b8
feat: Using tTest formulas for binomial non inferiority distributions.
threkk Jun 22, 2021
6f7d9e9
test: Clean up of invalid tests.
threkk Jun 22, 2021
d3adc5b
chore: Update bundle
threkk Jun 22, 2021
1a82fa8
fix: changes with fixed days was breaking due to wrong property name
threkk Jun 23, 2021
6754eff
fix: late assignment of new test type and base rate was picking the w…
threkk Jun 23, 2021
1618c1e
fix: Addresses pull request code style recommendations.
threkk Jun 24, 2021
92cb06d
chore: bundle update
threkk Jun 24, 2021
4e0078c
fix: Fixes wrong property path.
threkk Jun 25, 2021
180d0b6
fix: Removes the s from 'days' when runtime is 1
threkk Jun 25, 2021
bf945a9
feat: Sets tabindex for power users.
threkk Jun 25, 2021
1035da3
feat: UI will not round up user input for display purposes.
threkk Jun 30, 2021
6a48adc
fix: The import was using the prop value of the base rate instead of …
threkk Aug 13, 2021
1b6a6a6
fix: the mix/maxAbsoluteImpact was wrongly formatted.
threkk Dec 9, 2021
546dc4a
fix: display of absolute impact for binomial calculations
threkk Jan 7, 2022
46b8ea1
feat: changes the display of the base rate to be consistent between m…
threkk Jan 10, 2023
ad93b64
fix: the absolute threshold was calculated using the old visitors val…
threkk Jan 11, 2023
29d5892
fix: changes the display of the absolute value to be consistent with …
threkk Jan 17, 2023
374ceb8
fix: removes the trailing dot when it is the last character
threkk Jan 17, 2023
6addd7f
test wip
threkk Jan 20, 2023
2b45f7c
Revert "fix: changes the display of the absolute value to be consiste…
threkk Jan 20, 2023
041d412
Revert "feat: changes the display of the base rate to be consistent b…
threkk Jan 20, 2023
dc9766b
fix: removes the trailing dot when it is the last character
threkk Jan 20, 2023
bda09f7
test: fixes some unit tests
threkk Feb 22, 2023
19d177a
test: fixes the gTest-sample
threkk Mar 1, 2023
45b1249
feat: makes explicit the internal calculation that happens with non-i…
threkk Jun 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"env": {
"development": {
"presets": [
"@babel/preset-env"
"@babel/preset-env"
]
}
}
Expand Down
Loading