Revision 6769ffc81115fbf0bf7d9c566cf7ac81be0049dc authored by Doug Nychka on 25 July 2005, 00:00:00 UTC, committed by Gabor Csardi on 25 July 2005, 00:00:00 UTC
1 parent da8880e
Raw File
Krig.fdf.r
"Krig.fdf" <-
function(llam, info)
{
	sum(1/(1 + exp(llam) * info$D)) - info$df
}
back to top