Wraps round around forecast::na.interp to provide a rounded interpolated series, which is then enforced to be greater than or equal to a minimum value (default min_val = 0) via pmax.
Arguments
- x
A time series passed directly to
forecast::na.interp.- lambda
Box-Cox transformation parameter passed directly to
forecast::na.interp.- linear
logicalindicator of if linear interpolation should be used. Passed directly toforecast::na.interp.- digits
integerornumericinteger of how many digits to round to. Passed directly toround.- min_val
integerornumericinteger of minimum value allowable in the series.
See also
Other utilities:
file_ext(),
foy(),
ifnull(),
messages,
named_null_list(),
package_version_finder(),
update_list()