View source: R/library--data_prep--smooth_tools--ts_trend_gen.R
parameterGuess | R Documentation |
Get a fitting parameter for the model
parameterGuess(DF, InVar, Base, max)
DF |
The DF we are about to fit a smoothing curve on. should only be from one TS |
InVar |
The col name that the variable is about to smooth |
Base |
The value we are scaling by the inverse of the number of rows in the data |
max |
The largest value returned |
a number between 0 and max
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.