summaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: a9c40a4d5964b43384aa7645654d4b5d591d0f74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Package: sysid
Type: Package
Title: System Identification in R
Version: 1.0
Date: 2016-05-16
Author: Suraj Yerramilli, Arun Tangirala
Maintainer: Suraj Yerramilli <surajyerramilli@gmail.com>
Description: The sysid package provides functions for constructing mathematical
    models of dynamic systems from measured input-output data. The package contains
    functions for data visualization, data pre-processing, parametric and non-
    parametric model estimation, and model predictions and validation.
License: GPL-3
Depends: R (>= 3.1)
Imports:
    signal,tframe, ggplot2 (>= 2.1.0), reshape2, polynom, bitops, zoo
RoxygenNote: 5.0.1