diff options
author | Suraj Yerramilli | 2017-10-25 20:01:08 -0500 |
---|---|---|
committer | Suraj Yerramilli | 2017-10-25 20:01:08 -0500 |
commit | 77af4cebf4ab46b3561ad3ce6e0c143ff4ceb993 (patch) | |
tree | 690e7e0db9fd659f7e54ab92769c99f656e108f7 | |
parent | f1df38b7811581ff6c323fc975c9d142aa6c7916 (diff) | |
parent | 9df5c5473a627c65cd09f94f2fa600c65e6168fc (diff) | |
download | SysID-R-code-master.tar.gz SysID-R-code-master.tar.bz2 SysID-R-code-master.zip |
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,13 +1,3 @@ # sysid - System Identification in R The package provides functions for constructing mathematical models of dynamic systems from measured input-output data. It lets you create and use models of dynamic systems not easily modeled from first principles or specifications. You can use time-domain and frequency-domain input-output data to identify discrete-time input-output models, transfer functions and state space models. - -## Installation - -You can install `sysid` from github using the `devtools` package. - -```coffee -require(devtools) -install_github("surajy123/R-sysid/") -``` -> Note: Windows users need to install the `Rtools` executable from https://cran.r-project.org/bin/windows/Rtools/
\ No newline at end of file |