Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Kaukol/IBGS
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhongc committed Nov 18, 2021
2 parents befbc99 + 1fd7967 commit 8a7c0b3
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 8a7c0b3

Please sign in to comment.