Ben Fulcher

Results 5 issues of Ben Fulcher

Analysis methods, like `TS_TopFeatures`, assume that there are no errors in the data matrix (i.e., that all bad values have been filtered out of the dataset, using `TS_normalize`). There should...

bug

Perhaps it's time to update the terminology, since `Feature` is more common usage than `Operation`. Could consider changing the name of the `Operations` data object to `Features`...

Many features rely on similar intermediate calculations (such as the first zero-crossing of the ACF, or the embedding dimension estimated using fnn, etc.) Rather than repeating these time consuming calculations...

The catch22 module has function names like `DN_HistogramMode` as 2017 versions, when these functions have been updated in the latest hctsa, and thus there are duplicate but different functions with...

The main outer loop in `ComputeAllCategoryNulls` is across GO categories, with an inner loop computing the relevant statistic (e.g., a pairwise correlation) for matching genes. For genes annotated to multiple...