00001 namespace indii { 00002 namespace fmri { 00003 00004 /** 00005 * @mainpage fmrii fMRI Modelling Library 00006 * 00007 * This C++ library provides a number of models for working with 00008 * Functional Magnetic Resonance Imaging (fMRI) %data. At this stage 00009 * it provides: 00010 * 00011 * @li the regular and log space balloon models, 00012 * @li simple %neural models, 00013 * @li simple %experimental input models, and 00014 * @li compound models which combine any number of the above. 00015 * 00016 * All of the models are compatible with probabilistic methods 00017 * provided by the @c dysii Dynamic Systems Library 00018 * (http://www.indii.org/software/dysii/) for %model fitting and 00019 * parameter estimation. 00020 * 00021 * Features are added to the library as needed, so that it does lack 00022 * some completeness. What is included, however, is well documented 00023 * and tested, and may be considered fairly sound for research 00024 * purposes. 00025 * 00026 * The library has been optimised for performance, while maintaining a 00027 * modularity and generality that makes it suitable for a wide range 00028 * of applications within the fMRI domain. 00029 * 00030 * @section requirements Installation 00031 * 00032 * For requirements and installation instructions, see the @c 00033 * README.txt file included in the distribution. 00034 * 00035 * @section start Getting started 00036 * 00037 * To compile a program using the library, link in the @c fmrii 00038 * library along with @c dysii and its required libraries. See the @c 00039 * dysii documentation for more information on these. 00040 * 00041 * Browse through the documentation to see the features 00042 * available. Starting at the @em namespaces page and working down is 00043 * recommended. All classes are thoroughly documented, with examples 00044 * of use included in many cases, and references to further resources 00045 * with more detailed explanation where available. 00046 * 00047 * @section further Further information 00048 * 00049 * For further information see the website 00050 * (http://www.indii.org/software/fmrii/) or contact the author, 00051 * Lawrence Murray (lawrence@indii.org). 00052 */ 00053 00054 } 00055 }
1.5.2