-
Notifications
You must be signed in to change notification settings - Fork 607
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.47 - Gaussian processes and housekeeping
- added data(Crofoot) - data(islands) renamed data(Kline) - various man page updates - cleaning up namespace (in progress) - resample accepts optional data list now - Gaussian process L2 norm added to map2stan as GPL2 distribution. Still needs a man page, but example added to README - map2stan coerces index variables to integer now -
- Loading branch information
Richard McElreath
committed
Dec 24, 2014
1 parent
0f6fcc9
commit 0481862
Showing
20 changed files
with
349 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
Package: rethinking | ||
Type: Package | ||
Title: Statistical Rethinking book package | ||
Version: 1.46 | ||
Date: 2014-11-3 | ||
Version: 1.47 | ||
Date: 2014-12-23 | ||
Author: Richard McElreath | ||
Maintainer: Richard McElreath <[email protected]> | ||
Depends: | ||
MASS | ||
Imports: coda | ||
Imports: coda, MASS | ||
Extends: rstan | ||
Description: Utilities for fitting and comparing models | ||
License: GPLv3 | ||
License: GPL (>= 3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
exportPattern(".") | ||
exportPattern("^[^x]") | ||
importFrom(coda, HPDinterval) | ||
importFrom(coda, as.mcmc) | ||
importFrom(coda, as.mcmc) | ||
importFrom(MASS, mvrnorm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.