File: bayes.h

package info (click to toggle)
r-cran-eco 4.0-1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 772 kB
  • sloc: ansic: 4,214; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 478 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/******************************************************************
  This file is a part of eco: R Package for Fitting Bayesian Models 
  of Ecological Inference for 2x2 Tables
  by Kosuke Imai and Ying Lu
  Copyright: GPL version 2 or later.
*******************************************************************/

void NIWupdate(double **Y, double *mu, double **Sigma, double **InvSigma,
	       double *mu0, double tau0, int nu0, double **S0, 
	       int n_samp, int n_dim);