View source: R/series.predict.R
series.predict | R Documentation |
This function predicts the time series data basis on the estimation.
series.predict(
ts,
c,
d,
b_time,
b_timese,
mp_type,
r = 1,
s = 1,
n_esti = 2000
)
ts |
ts is the data set which is a time series data typically |
c |
number of basis for time input |
d |
number of basis for variate input |
b_time |
type of basis for time input |
b_timese |
type of basis for variate input |
mp_type |
select type of mapping function, "algeb" indicates algebraic mapping on the real line. "logari" represents logarithmic mapping on the real line |
r |
indicates number of variate |
s |
s is a positive scaling factor, the default is 1 |
n_esti |
number of points for estimation, the default is 2000 |
predictive values for time series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.