Hypothesis Testing
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Write a hypothesis test to check given the input concentrations the output concentrations are possible.
```
NO2 + NO + HNO3 = NO2_input
--
H2S + SO2 = H2SO4+S8/8+SO2_out+H2S_out
```
One more idea is to check it element by element (ex. total amount of S/N/O should not change)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.