This set of functions employs Monte Carlo simulations to check the
consistency of the estimators (i.e. that the estimators are coded correctly)
and their asymptotic normality (i.e. that their asymptotic variance is
coded correctly).
Usage
test_consistency(est, D0, n = 10000, seed = 1, ...)
test_avar(est, D0, n = 10000, m = 1000, seed = 1, bar = FALSE, ...)
Value
A list with the simulation and the expected results so that they
can be compared in tests.