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
)predictive values for time series
ts is the data set which is a time series data typically
number of basis for time input
number of basis for variate input
type of basis for time input
type of basis for variate input
select type of mapping function, "algeb" indicates algebraic mapping on the real line. "logari" represents logarithmic mapping on the real line
indicates number of variate
s is a positive scaling factor, the default is 1
number of points for estimation, the default is 2000