-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
15a9327
commit b37f9b4
Showing
11 changed files
with
58 additions
and
2 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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ MSEI Reference | |
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 3 | ||
|
||
observation | ||
regression | ||
|
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,14 @@ | ||
Test Reference | ||
============== | ||
|
||
.. toctree:: | ||
:maxdepth: 3 | ||
|
||
test_ar_process | ||
test_first_difference_ar | ||
test_logistic_susceptibility_adjustment | ||
test_random_walk | ||
test_process_asymptotics | ||
test_transforms | ||
test_regression | ||
test_leslie_matrix |
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,4 @@ | ||
AR Process Testing Functions | ||
============================ | ||
|
||
.. autofunction:: test.test_ar_process.test_ar_can_be_sampled |
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,4 @@ | ||
AR First Difference Testing Functions | ||
===================================== | ||
|
||
.. autofunction:: test.test_first_difference_ar.test_fd_ar_can_be_sampled |
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,4 @@ | ||
Leslie Matrix Testing Functions | ||
=============================== | ||
|
||
.. autofunction:: test.test_leslie_matrix.test_get_leslie |
4 changes: 4 additions & 0 deletions
4
docs/source/test_reference/test_logistic_susceptibility_adjustment.rst
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,4 @@ | ||
Logistic Susceptibility Testing Functions | ||
========================================= | ||
|
||
.. autofunction:: test.test_logistic_susceptibility_adjustment.test_logistic_susceptibility_adjustment |
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,4 @@ | ||
Processed Asymptomatic Testing Functions | ||
======================================== | ||
|
||
.. autofunction:: test.test_process_asymptotics.test_asymptotic_properties |
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,7 @@ | ||
Random Walk Testing Functions | ||
============================= | ||
|
||
.. autofunction:: test.test_random_walk.test_rw_can_be_sampled | ||
|
||
|
||
.. autofunction:: test.test_random_walk.test_rw_samples_correctly_distributed |
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,4 @@ | ||
Regression Testing Functions | ||
============================ | ||
|
||
.. autofunction:: test.test_regression.test_glm_prediction |
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,6 @@ | ||
Transforms Testing Functions | ||
============================ | ||
|
||
.. autofunction:: test.test_transforms.generic_inversion_test | ||
|
||
.. autofunction:: test.test_transforms.test_invert_dists |