hddm-devs / hddm

HDDM is a python module that implements Hierarchical Bayesian parameter estimation of Drift Diffusion Models (via PyMC).
http://ski.clps.brown.edu/hddm_docs/
Other
268 stars 119 forks source link

HDDMInformative and HDDMNoninformative #22

Closed isofer closed 11 years ago

isofer commented 11 years ago

take HDDMGamma from HDDM-paper and create two models: HDDMInformative, and HDDMNoninformative

class HDDMBase2(Accumulator / HDDMBase) in here we will add the create_family_x()

class HDDMInfo(HDDMBase2) class HDDMNoninfo(HDDMBase2)

twiecki commented 11 years ago

This one has highest priority as it blocks submission of the software paper.