bsfit.nodes.dataEng.simulate_task_conditions¶
- bsfit.nodes.dataEng.simulate_task_conditions(stim_noise: float, prior_mode: float, prior_noise: float, prior_shape: str)[source]¶
simulate task conditions (a design matrix)
- Parameters
stim_noise (float) – stimulus noise conditions (e.g., motion coherence)
prior_mode (float) – prior mode conditions (e.g., 225)
prior_noise (float) – prior noise conditions (e.g. std)
prior_shape (str) – prior function condition (e.g., “vonMisesPrior”)
- Returns
a design matrix of task conditions
- Return type
pd.DataFrame