Skip to content

Commit

Permalink
Update getting-started.md (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpfiffer authored May 13, 2021
1 parent 223c5f8 commit 82a2e65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ serialize("chain-file.jls", chn)
chn2 = deserialize("chain-file.jls")
```

The [MCMCChainsStorage.jl](https://github.com/farr/MCMCChainsStorage.jl) package also provides the ability to serialize/deserialize a chain to an HDF5 file across different versions of Julia and/or different system images.

## Exporting Chains

A few utility export functions have been provided to convert `Chains` objects to either an Array or a DataFrame:
Expand Down

0 comments on commit 82a2e65

Please sign in to comment.