src/ratfor/grexp.r

subroutine grexp(n, x, a) 
integer i,n
double precision x(n),a
call fseedi() 
do i = 1,n
   call frexp(x(i), a) 
call fseedo() 
return
end 

Try the quantreg package in your browser

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

quantreg documentation built on Aug. 19, 2023, 5:09 p.m.