Skip to content

Commit

Permalink
behavior note
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Mar 19, 2024
1 parent f4cb66d commit 13e11c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/bootstrap.jl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,11 @@ of coverage intervals.
!!! note
All coefficients are bootstrapped, including inestimatable ones from the rank deficient case.
All coefficients are bootstrapped. In the rank deficient case, the inestimatable coefficients are
treated as -0.0 in the simulations underlying the bootstrap, which will generally result
in their estimate from the simulated data also being being inestimable and thus set to -0.0.
**However this behavior behavior may change in future releases to explicitly drop the
extraneous columns before simulation and thus not include their estimates in the bootstrap result.**
"""
function parametricbootstrap(
rng::AbstractRNG,
Expand Down

0 comments on commit 13e11c4

Please sign in to comment.