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 3, 2025, 5:27 p.m.