Test transition matrix construction for different variance values
Source:R/tester_matrices.R
test_matrices.Rd
This function tests whether transition matrices can be constructed for different variance values, given fixed deviation (D) and sensitive threshold (js) parameters. It uses binary search to find the minimum variance value that allows matrix construction.
Arguments
- D
integer. Deviation parameter (must be strictly positive)
- js
integer. Threshold for sensitive values (default: 0). If js=0, only value 0 will be forbidden
- Vmin
numeric. Minimum variance value to test (default: 0)
- Vmax
numeric. Maximum variance value to test (default: 30)
- precision
numeric. Precision for the binary search algorithm (default: 1)