R/mse.fuzzy.R

Defines functions mse.fuzzy

Documented in mse.fuzzy

mse.fuzzy <-
function(Data, m=1){
mse.fuzzy = mse(Data, "C") - (mse(Data, "L")+mse(Data, "R"))/(2*(m+1))
return( mse.fuzzy )
}

Try the ANOVA.TFNs package in your browser

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

ANOVA.TFNs documentation built on May 1, 2019, 9:14 p.m.