powered by
fuzzy.ts3(ts, n = 7, w = 7, D1 = 0, D2 = 0, C = NULL, forecast = 5, fty = c("ts", "f"), trace = FALSE, plot = FALSE)
fty="ts", N(length(ts)) = ts(length(ts)) + V(length(ts)+1).
fuzzy.ts2
data(sanility) fuzzy.ts3(sanility,n=7,w=4,C=0.01,forecast=5,fty="f",plot=TRUE,trace=1) fuzzy.ts3(sanility,n=5,w=5,C=0.01,forecast=5,fty="ts")
Run the code above in your browser using DataLab