powered by
Change the values of the constraints step by step and record the number of iterations to reach the steady state.
sys_steady( binary_dataset, tran_matrix, tol_vec = c(0.01, 0.001, 1e-04, 1e-05, 1e-06, 1e-07) )
A data frame containing the constraints and the number of iterations to reach the steady state.
A binary dataframe of datasets used to establish evaluation criteria.
A transfer probability matrix.
A smaller constants used as constraints.
data(binary_dataset) data(tran_matrix) tol_iter <- sys_steady(binary_dataset, tran_matrix, 1e-5)
Run the code above in your browser using DataLab