compneuro-da / rsHRF

rsHRF: A Toolbox for Resting State HRF Deconvolution and Connectivity Analysis (MATLAB)
BSD 3-Clause "New" or "Revised" License
47 stars 15 forks source link

Add always rounding up functionality #27

Closed madhur-tandon closed 6 years ago

madhur-tandon commented 6 years ago

For float values of the type x.5, this round function will always round up to (x+1). Works for both scalar values and N-dimensional numpy arrays / matrices.