00001 /* 00002 * See COPYING file distributed along with the psignifit package for 00003 * the copyright and license terms 00004 */ 00005 #ifndef PSIPP_H 00006 #define PSIPP_H 00007 00008 #include "bootstrap.h" 00009 #include "core.h" 00010 #include "data.h" 00011 #include "errors.h" 00012 #include "mclist.h" 00013 #include "mcmc.h" 00014 #include "optimizer.h" 00015 #include "prior.h" 00016 #include "psychometric.h" 00017 #include "rng.h" 00018 #include "sigmoid.h" 00019 #include "special.h" 00020 #include "getstart.h" 00021 #include "integrate.h" 00022 00023 #endif