R/diff.square.sum.R

diff.square.sum <-
function(row1, rowdiff)
{
	# Helper function to compute the Brier score.
	y <- row1 - rowdiff
	sum(y*y)
}

Try the genMOSSplus package in your browser

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

genMOSSplus documentation built on May 1, 2019, 10:31 p.m.