noah10

Results 5 issues of noah10

### Describe the issue: - [x] Incorrect number of cases or deaths - [ ] Suspicious number of cases or deaths - [ ] Missing data for a locality -...

data-issue

I have a dataset that includes physio (respiratory) data and eeg data. Per the inheritance principle I put all of the physio.json values that don’t change across subjects/sessions into a...

bug
json-schema
inheritance
legacy

The cubic spline interpolation used in the threshold_filter function can generate negative values. These then cause the interpolated data set to fail validation. Here's some sample code: ``` from hrv.rri...

enhancement

Here's some sample code: ```from hrv.io import read_from_text from hrv.classical import frequency_domain from hrv.detrend import smoothness_priors from hrv.rri import RRi rr_vals = read_from_text('rest_rri.txt') smooth_detrended_rr_vals = smoothness_priors(rr_vals) smooth_fd_results = frequency_domain(smooth_detrended_rr_vals, method="ar",...

bug

### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...