View source: R/FitDoubleLogElmore.R
| FitDoubleLogElmore | R Documentation | 
See FitDoubleLogElmore from package greenbrown
FitDoubleLogElmore(x, t = index(x), tout = t, 
    return.par = FALSE, plot = FALSE, hessian=FALSE, 
    sf=quantile(x, probs=c(0.05, 0.95), na.rm=TRUE), ...)
| x | A vector or, better, an univariate ts or zoo object. | 
| t | A vector of time (in numeric doys), if not provided index(x) is retrieved. | 
| tout | For gapfilling pourposes, a vector of time steps at which the function can be predicted. | 
| return.par | Currenlty unused. | 
| plot | Currenlty unused. | 
| hessian | Currently unimplemented. | 
| sf | Scaling factors required to normalize the data prior to the fitting. If the function is called by e.g.  | 
| ... | Further arguments currenlty unused. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.