R Under development (unstable) (2024-10-08 r87214 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # LatticeKrig > # Copyright 2004-2011, Institute for Mathematics Applied Geosciences > # University Corporation for Atmospheric Research > # Licensed under the GPL -- www.gpl.org/licenses/gpl.html > > suppressMessages(library( LatticeKrig)) > options( echo=FALSE) Testing: lnProfileFULL from LKrig and identical compuation using mKrig PASSED test at tolerance 1e-08 Testing: Direct formula PASSED test at tolerance 1e-08 Testing: lnDetCov for mKrig and LatticeKrig PASSED test at tolerance 1e-08 Testing: quadratic forms for sigma2 MLE PASSED test at tolerance 1e-08 Testing: Profile Likelihood concentrated on lambda PASSED test at tolerance 1e-08 Testing: individual sigma2 estimates from LKrig and identical compuation using mKrig PASSED test at tolerance 1e-08 Testing: full sigma2 estimate from LKrig and identical compuation using mKrig PASSED test at tolerance 1e-08 Testing: individual lnProfile from LKrig and identical computation using mKrig PASSED test at tolerance 1e-08 Testing: MLEs for sigma2 with replicate fields PASSED test at tolerance 1e-08 Testing: Profile Likelihood concentrated on lambda with replicate fields PASSED test at tolerance 1e-08 Testing: quad form for arbitrary tau and sigma2 PASSED test at tolerance 1e-08 Testing: lnDetCov with arbitrary sigma2 tau PASSED test at tolerance 1e-08 Testing: lnLike arbitrary tau and sigma2 PASSED test at tolerance 1e-08 all done with lnPLike with weights > proc.time() user system elapsed 32.64 0.25 32.90