h_adjust {htsr} | R Documentation |
Adjust a time series to a statistical model
Description
Adjust a time series to a statistical model
Usage
h_adjust(file, time_unit = "year")
Arguments
file |
File to proceed |
time_unit |
to be chosen in: "100y", "year", "month", "day" |
Details
The function adjust a time series with a statistical model. For instance it works only with a linear model.
"year" corresponds to an average year of 365.25 days and month to an average month of 30,4575 days.
Author(s)
P. Chevallier - January 2024
[Package htsr version 2.1.5 Index]