R/fitSimplex.R

setMethodS3("fitSimplex", "matrix", function(y, ...) {
  sfit2(y, ..., fitcone=FALSE);
})



###########################################################################
# HISTORY:
# 2008-04-12
# o Added fitCone() and fitSimplex(), which are simply wrappers to sfit().
###########################################################################

Try the expectile package in your browser

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

expectile documentation built on May 2, 2019, 6:11 p.m.