This function employs the L2 test for the user-specific execution of exact form tests.
exact.test(
ts,
c,
d,
m = "MV",
b_time,
b_timese,
mp_type,
exact_func,
r = 1,
s = 1,
upper = 10
)A list whose elements are p value of exact form test. Each element in the list represents p-values in the order of variates.
ts is the data set which is a time series data typically
number of basis for time input
number of basis for variate input
the window size for the simultaneous confidence region procedure, with the default being 'MV,' which stands for the Minimum Volatility method
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
A list contains elements that are matrix contain exact functions, which are desired to be tested. The k-th element represents the k-th variable. The matrix contains values of the exact function within its domain
indicates number of variate
s is a positive scaling factor, the default is 1
The upper bound for the variate basis domain. The default value is 10. When "algeb" or "logari" is chosen, the domain is automatically set from -upper to upper.