diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -17,21 +17,22 @@ S3method(plot,idframe) S3method(plot,idfrd) S3method(plot,impulseest) S3method(predict,detrend) -S3method(predict,estARX) +S3method(predict,estPoly) S3method(print,idpoly) -S3method(print,summary.estARX) +S3method(print,summary.estPoly) S3method(print,summary.idframe) S3method(print,tf) S3method(sim,default) S3method(sim,idpoly) -S3method(summary,estARX) +S3method(summary,estPoly) S3method(summary,idframe) S3method(time,idframe) export("inputNames<-") export("outputNames<-") +export(arx) export(dataSlice) export(detrend) -export(estARX) +export(estPoly) export(etfe) export(idframe) export(idfrd) |