## page was renamed from OpenBUGS development area
## Please edit system and help pages ONLY in the moinmaster wiki! For more
## information, please see MoinMaster:MoinPagesEditorGroup.
##master-page:HomepageReadWritePageTemplate
##master-date:Unknown-Date
## IMPORTANT NOTE:
## When you use this page as a template for creating your homepage's groups page:
## * please remove all lines starting with two hashes (##)
## * except the acl line, please keep that, but remove one hash, so it reads #acl ...
## * the "ME" will be automatically replaces with your name when you save the page
##acl MikeSmith:read,write,delete,revert MikeSmith/ReadWriteGroup:read,write MikeSmith/ReadGroup:read
#format wiki
#language en
= OpenBUGS development area =
== Developers ==
The Chief Software Bug is [[http://www.rni.helsinki.fi/~ant/|Andrew Thomas]]. Other
members of the original BUGS and WinBUGS teams were statisticians David Spiegelhalter, Nicky Best,
Dave Lunn and Ken Rice. Dave Lunn has also made major contributions to the software development.
== Build instructions and related information ==
<
>
For technical coding details, see the [[Code]] page. This page includes instructions for building a new version of OpenBUGS.
Instructions for maintaining the code repository and archiving a new release:
[[RepositoryGuidelines|repository guidelines]]
If you want to try some development, give us some feedback (you will have to
install [[http://www.oberon.ch/blackbox.html|Black Box]]).
== Validation ==
The Windows installation includes a file script.txt in the main program directory that can be executed to confirm basic function of the program. The results can be compared the results in the 'seeds' example. The corresponding linux file is called testscript.txt and it is included in the 'doc' subdirectory of the primary installation.
<
>
The R2OpenBUGS has a function called validateInstallOpenBUGS that executes 15 of the OpenBUGS examples and compares the results for agreement with the results produced on the developers' machine.
<
>
There are currently two types of testing:
<
>
1. [[WinComp | Comparison to results from WinBUGS 1.4.3]]
2. [[CGR | Cook-Gelman-Rubin validation testing]]
<
>
== Timing ==
Comparisons of WinBUGS and OpenBUGS for each example are in
[[attachment:execTimes.txt|execution times]]. The times are based on the same burnin and sample sizes, so they do not account for
potential differences in convergence rates or autocorrelation.