summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorSuraj Yerramilli2015-06-05 15:22:40 +0530
committerSuraj Yerramilli2015-06-05 15:22:40 +0530
commita3eeccbf6a61fa186f513c7dedb856c99071a78c (patch)
treea90b314383b32133d2dc9fa99b9f2e8de2ee4843 /man
parent8761a70a824268922831314e4fafc722c7eb965f (diff)
downloadSysID-R-code-a3eeccbf6a61fa186f513c7dedb856c99071a78c.tar.gz
SysID-R-code-a3eeccbf6a61fa186f513c7dedb856c99071a78c.tar.bz2
SysID-R-code-a3eeccbf6a61fa186f513c7dedb856c99071a78c.zip
Updated Documentation
Diffstat (limited to 'man')
-rw-r--r--man/estARX.Rd12
1 files changed, 12 insertions, 0 deletions
diff --git a/man/estARX.Rd b/man/estARX.Rd
new file mode 100644
index 0000000..f7e8a40
--- /dev/null
+++ b/man/estARX.Rd
@@ -0,0 +1,12 @@
+% Generated by roxygen2 (4.1.1): do not edit by hand
+% Please edit documentation in R/estpoly.R
+\name{estARX}
+\alias{estARX}
+\title{Estimate ARX Models}
+\usage{
+estARX(data, order = c(0, 1, 0))
+}
+\description{
+Estimate ARX Models
+}
+