Skip to content
This repository was archived by the owner on Aug 6, 2020. It is now read-only.

hillarykoch/ptgibbs.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptgibbs.jl

Companion Julia module for pGMCM R package

NOTE: this package was developed in Julia v1.0.2, and likely is not back-compatible with older versions

Installation

To install, launch Julia, then enter the following:

using Pkg
Pkg.add(PackageSpec(url="https://github.com/hillarykoch/ptgibbs.jl"))

Load and test the package by then executing the following from inside Julia (optional):

using ptgibbs
Pkg.test("ptgibbs")

If things went as they should, you should see something akin to this:

Testing ptgibbs

Running the MCMC... 100%|███████████████████████████|

Test Summary:                  | Pass  Total
reasonable parameter estimates |   19     19
Test Summary:                                          | Pass  Total
adaptively tuning proposal degrees of freedom properly |    2      2
Test Summary:            | Pass  Total
unbiased random matrices |   11     11
Test Summary:                         | Pass  Total
0 and 1 constraints correctly imposed |    7      7
   Testing ptgibbs tests passed 


This package was originally designed to support parallel tempering, as there is a Metropolis proposal in the algorithm. Currently, this feature is no longer supported, though it may return in the future.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages