Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhongc authored Nov 18, 2021
1 parent 0397e92 commit 1fd7967
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# IBGS
The iterated block Gibbs sampler algorithm
Here is a brief introduction to the iterated block Gibbs sampler algorithm (IBGS).

## Requirement
This package requires package "doParallel" to run and only works under non-windows environment.

## Models
IBGS works for the generalized linear models containing linear, logistic, and poisson.

## Model selection criteria
IBGS uses AIC, AICc, BIC and exBIC to evaluate the performance of candidate models.

## Prediction
IBGS can use a model averaging scheme based on the smooth-SIC weights.

0 comments on commit 1fd7967

Please sign in to comment.