R/ssecl.R

Defines functions ssecl

Documented in ssecl

ssecl <- function(obs,exp) return( sum( (obs-exp)^2 ) )

Try the catlearn package in your browser

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

catlearn documentation built on May 2, 2019, 4:41 p.m.