R/gr_MLE1params.R

Defines functions MLE2params MLE1params

# don't export anything - Not sure these are used somewhere.

MLE1params<- function()
{
  x<- numeric(0)
  class(x)<- "MLE1params"
  return(x)
}



MLE2params<- function()
{
  x<- numeric(0)
  class(x)<- "MLE2params"
  return(x)
}

Try the gremes package in your browser

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

gremes documentation built on Feb. 16, 2023, 8:06 p.m.