It seems that not all models check if n >= n.min
But I think they should...
matteo@matteo-desktop:/opt/strategico$ grep "%in% try.models)&(n >"
plugins/ltp.R
if (("mean" %in% try.models)&(n >= period.freq )) {
if (("trend" %in% try.models)&(n >= 5 )) {
if (("lm" %in% try.models)&(n >= n.min )) {
if (("es" %in% try.models)&(n >= n.min )) {
if (("arima" %in% try.models)&(n >= n.min )) {
Original issue reported on code.google.com by matteo.redaelli on 19 May 2011 at 7:47
Original issue reported on code.google.com by
matteo.redaelli
on 19 May 2011 at 7:47