summaryrefslogtreecommitdiff
path: root/README.md
blob: 838d8d53bf778b5a6df9165f4fdd3b5b958a85ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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` package.