diff options
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 4f20ecc..a8511c1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -3,8 +3,14 @@ Type: Package Title: System Identification in R Version: 1.0 Date: 2015-01-17 -Author: Suraj Yerramilli, Ashwin Raman, Narasimhan Balakrishnan, Arun Tangirala +Author: Suraj Yerramilli, Ashwin Raman, Narasimhan Balakrishnan, Arun Tangirala Maintainer: Suraj Yerramilli <surajyerramilli@outlook.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 preprocessing, parametric and non-paramteric model estimation, and model predictions and validation. +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 preprocessing, parametric and non- + paramteric model estimation, and model predictions and validation. License: GPL-3 -Imports: tframe,tfplot, zoo
\ No newline at end of file +Imports: + tframe,tfplot, + zoo +RoxygenNote: 5.0.1 |