Displaying 1 result from an estimated 1 matches for "valueu".
Did you mean:
value
1999 May 05
1
RNG R/Splus compatibility
...########################################
# test function
#########################################################
random.number.test <- function()
{cat("Random number generator tests ...")
if (is.R())
{test.seed<- c( 979, 1479, 1542) # values from 0.49 beta
test.valueU <-c(5.693354055333957e-01,1.051357751852140e-01,
5.846933178718317e-02, 7.537960906527452e-02, 7.043734921992200e-01)
test.valueN <-c(-5.559389931781886e-01,
-1.902431069568611e+00, 1.524595894866778e+00,
-7.863494805034426e-01, 1.3281281...