-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ADD: accessor for estimate class to get hyper prior values and parame…
…ters.
Showing
19 changed files
with
151 additions
and
33 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,2 +1,2 @@ | ||
// WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE | ||
AppVersion='v22.07 (2022-07-20)' | ||
AppVersion='v22.07 (2022-07-22)' |
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
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
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,12 @@ | ||
// WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE | ||
#ifndef VERSION_H_ | ||
#define VERSION_H_ | ||
#define VERSION "22.07 (2022-07-20)" | ||
#define VERSION "22.07 (2022-07-22)" | ||
#define VERSION_NUMBER "22.07" | ||
#define SOURCE_CONTROL_REVISION b3e4cd3e7a061926b35266208d918baf8e7dbc9d | ||
#define SOURCE_CONTROL_DATE "2022-07-20" | ||
#define SOURCE_CONTROL_REVISION 9db0bf1e97caaa150d626c4873aa072a341d333e | ||
#define SOURCE_CONTROL_DATE "2022-07-22" | ||
#define SOURCE_CONTROL_YEAR "2022" | ||
#define SOURCE_CONTROL_MONTH "July" | ||
#define SOURCE_CONTROL_TIME "09:09:33" | ||
#define SOURCE_CONTROL_VERSION "2022-07-20 09:09:33 UTC (rev. b3e4cd3e)" | ||
#define SOURCE_CONTROL_TIME "03:20:12" | ||
#define SOURCE_CONTROL_VERSION "2022-07-22 03:20:12 UTC (rev. 9db0bf1e)" | ||
#endif |
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,9 +1,9 @@ | ||
% WARNING: THIS FILE IS AUTOMATICALLY GENERATED BY doBuild version. DO NOT EDIT THIS FILE | ||
\newcommand{\Version}{22.07 (2022-07-20)} | ||
\newcommand{\Version}{22.07 (2022-07-22)} | ||
\newcommand{\VersionNumber}{22.07} | ||
\newcommand{\SourceControlRevision}{b3e4cd3e7a061926b35266208d918baf8e7dbc9d} | ||
\newcommand{\SourceControlDateDoc}{2022-07-20} | ||
\newcommand{\SourceControlRevision}{9db0bf1e97caaa150d626c4873aa072a341d333e} | ||
\newcommand{\SourceControlDateDoc}{2022-07-22} | ||
\newcommand{\SourceControlYearDoc}{2022} | ||
\newcommand{\SourceControlMonthDoc}{July} | ||
\newcommand{\SourceControlTimeDoc}{09:09:33} | ||
\newcommand{\SourceControlVersion}{2022-07-20 09:09:33 UTC (rev. b3e4cd3e)} | ||
\newcommand{\SourceControlTimeDoc}{03:20:12} | ||
\newcommand{\SourceControlVersion}{2022-07-22 03:20:12 UTC (rev. 9db0bf1e)} |