-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
60 lines (60 loc) · 1.96 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Package: regressoR.functional
Type: Package
Title: An R Package for Fitting Functional Models to 2-Dimensional Data
Version: 0.8.11
Author: Dr. Thomas Weise <tweise@hfuu.edu.cn>
Maintainer: Dr. Thomas Weise <tweise@hfuu.edu.cn>
Description: This package provides methods for fitting a functional model
to two-dimensional data. It therefore uses several other packages,
both such implementing nonlinear least squares approaches as well
as numerical optimization methods. These packages are encapsulated
into general interfaces for regression.
License: LGPL-3
Encoding: UTF-8
LazyData: true
URL: http://www.github.com/thomasWeise/regressoR.functional
BugReports: http://www.github.com/thomasWeise/regressoR.functional/issues
Imports: cmaes (>= 1.0.11),
compiler (>= 3.3.2),
dataTransformeR (>= 0.8.11),
DEoptim (>= 2.2.4),
dfoptim (>= 2017.12.1),
functionComposeR (>= 0.8.10),
learnerSelectoR (>= 0.8.7),
minpack.lm (>= 1.2.1),
minqa (>= 1.2.4),
methods (>= 3.3.2),
pso (>= 1.0.3),
regressoR.base (>= 0.8.8),
regressoR.functional.models (>= 0.8.15),
regressoR.quality (>= 0.8.5),
stats (>= 3.3.2),
utilizeR (>= 0.8.4)
Suggests: testthat (>= 2.0.0),
roxygen2 (>= 6.0.1)
Depends: R (>= 3.3.0)
Remotes: github::thomasWeise/dataTransformeR,
github::thomasWeise/functionComposeR,
github::thomasWeise/learnerSelectoR,
github::thomasWeise/regressoR.base,
github::thomasWeise/regressoR.functional.models,
github::thomasWeise/regressoR.quality,
github::thomasWeise/utilizeR
Collate:
'FittedFunctionalModel.R'
'TransformedFittedFunctionalModel.R'
'asCharacter.R'
'tools.R'
'cmaes.R'
'de.R'
'pso.R'
'optim.R'
'nls.R'
'dfoptim.R'
'nlslm.R'
'minqa.R'
'fit.R'
'fitTransformed.R'
'makeLearners.R'
'defaultLearners.R'
RoxygenNote: 6.0.1.9000