R/default_distfreereg_tol.R

Defines functions default_distfreereg_tol

default_distfreereg_tol <- function(){
  list(matsqrt_tol = -(.Machine[["double.eps"]])^0.25,
       solve_tol = .Machine[["double.eps"]],
       qr_tol = sqrt(.Machine[["double.eps"]]),
       orth_tol = sqrt(.Machine[["double.eps"]]),
       trans_tol = sqrt(.Machine[["double.eps"]]))
}

Try the distfreereg package in your browser

Any scripts or data that you put into this service are public.

distfreereg documentation built on April 4, 2025, 12:30 a.m.