Ikaro Silva

Results 4 issues of Ikaro Silva

Extend WFDB-python to include support for Apache Parquet: https://arrow.apache.org/docs/cpp/parquet.html Given it's binary and there are c++ libraries out there, I thought it might be easy to at least support some...

# Running this simple Example: from tensorflow_probability import sts local_ssm = sts.LocalLinearTrendStateSpaceModel(name='local',num_timesteps=30,level_scale=0.5,slope_scale=0.1, initial_state_prior=tfd.MultivariateNormalDiag(loc=[0., 0.], scale_diag=[1., 1.])) model = sts.Sum([local_ssm]) # Gives the error ( in tfp version 0.17.0): File "/usr/local/lib/python3.8/dist-packages/tensorflow_probability/python/sts/components/sum.py",...

We need to find a way to store baseline values in files generated by WRSAMP. The current implementation results in signals with different physical values if we convert the raw...