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 April 4, 2023, 5:12 p.m.