-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed tolerances in the tests, added tests on TDcond, mixCond and BUI…
…S to cover cases not covered.
- Loading branch information
1 parent
d228cd7
commit f575e99
Showing
5 changed files
with
238 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,120 @@ | ||
4 | ||
4 | ||
1 | ||
3 | ||
2 | ||
2 | ||
3 | ||
0 | ||
2 | ||
3 | ||
2 | ||
3 | ||
4 | ||
1 | ||
2 | ||
4 | ||
5 | ||
0 | ||
2 | ||
2 | ||
4 | ||
1 | ||
6 | ||
4 | ||
0 | ||
2 | ||
1 | ||
4 | ||
2 | ||
3 | ||
3 | ||
3 | ||
1 | ||
3 | ||
0 | ||
3 | ||
0 | ||
1 | ||
4 | ||
2 | ||
1 | ||
2 | ||
0 | ||
5 | ||
2 | ||
5 | ||
4 | ||
2 | ||
5 | ||
2 | ||
1 | ||
1 | ||
1 | ||
3 | ||
0 | ||
3 | ||
3 | ||
1 | ||
1 | ||
2 | ||
2 | ||
5 | ||
3 | ||
2 | ||
3 | ||
1 | ||
1 | ||
3 | ||
3 | ||
1 | ||
0 | ||
1 | ||
1 | ||
2 | ||
1 | ||
3 | ||
0 | ||
1 | ||
2 | ||
0 | ||
2 | ||
1 | ||
1 | ||
2 | ||
3 | ||
2 | ||
1 | ||
0 | ||
0 | ||
1 | ||
2 | ||
0 | ||
1 | ||
4 | ||
4 | ||
3 | ||
1 | ||
2 | ||
3 | ||
2 | ||
2 | ||
1 | ||
1 | ||
1 | ||
4 | ||
5 | ||
3 | ||
3 | ||
2 | ||
0 | ||
2 | ||
3 | ||
3 | ||
2 | ||
2 | ||
2 | ||
0 | ||
1 | ||
2 | ||
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Generate the monthly count time series for the mixCond and TDcond tests | ||
# CHANGE THE WORKING DIRECTORY BEFORE RUNNING | ||
rm(list=ls()) | ||
library(bayesRecon) | ||
|
||
set.seed(42) | ||
vals <- stats::rpois(12*10,lambda = 2) | ||
|
||
|
||
write.table(vals,file="./Monthly-Count_ts.csv",row.names = FALSE,sep=',', | ||
col.names = FALSE,quote = FALSE) | ||
|
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