/*********************************************************************
 Author:  Feng Zhou
 Date:    July 19th, 2011
 Update:  August 10th, 2011

 Program: Use MCMC method for goodness of fits of no three way independence        
          model.
          This is for paper Semigroups and sequential importance sampling 
          for multi-way table.

 Input:   An IxJxK table, 
          sample size (itr2), 
          skip, which is the number of skips to sample a table,
          and burn-in.
          Eigen library is used to compute the inverse of a matrix.
       
 Output:  Estimating the p-value of the fitness of the model via MCMC.
          
 Install: type
   make

 Deinstall: type
  make clean

 Default invocation:
  ./indept filename itr2 Skip BurnIn
 where filename is the name of the input file.  

 Input File: See example file for a table.

 Examples: 

./indept  Examples/heart 100 100 2
./indept  Examples/cancer 100 100 2


*********************************************************************/
