Tal Yarkoni

Results 53 issues of Tal Yarkoni

Per discussion on twitter, blogs, etc., there have been concerns that the default specification of the alternative hypothesis isn't appropriate for many domains of psychology. @richarddmorey has pointed out that...

question

Per @arokem's suggestion in #87, we should add support for the [nbval](https://github.com/computationalmodelling/nbval) py.test plugin to validate our example notebooks.

A pretty big hole in our current testing approach is that right now all of our tests are just testing that models compile, run, and return the right variables. We...

We should add the ability to sample incrementally (i.e., to restart the sampler with the last sample as the new starting point, and append new samples to the existing `MultiTrace`).

## Summary In #386, I modified the (M)KDA map generation process to do multiple studies in parallel. This produced a significant speed gain (> 30%), but I didn't consider the...

enhancement
effort: medium
impact: medium
priority: medium

FYI @tsalo I've started working on a `nimads` module that provides lightweight data containers that mirror the spec and are backed by SQLAlchemy. The plan is to eventually split this...

enhancement
refactoring
effort: high
impact: low
priority: medium
neurostore

Currently the `MKDADensity` estimator automatically weights by sample size and inference type (fixed vs. random effects). It makes sense to keep these as the defaults for consistency with the Matlab...

enhancement
cbma

Rather than try to get very clever about checking the values that come out of NiMARE, a simple way to ensure we're in the right ballpark would be to run...

enhancement
testing
cbma

Currently, the `config` argument passed at `BIDSLayout` initialization isn't passed through to `add_derivatives()` when there are derivatives present; instead, `None` is passed. The ostensible reason for this is so that...

bug
layout

Indexing associations between files (e.g., identifying `*_events.tsv` that inform a `*.nii.gz` BOLD run) is quite expensive and not useful to most people. We should add an initialization flag that disables...

enhancement
layout