https://github.com/thomasweise/regressor.functional
An R Package for Fitting Functional Models to 2-Dimensional Data
https://github.com/thomasweise/regressor.functional
continuous-optimization differential-evolution functional-regression levenberg-marquardt local-search non-linear-regression numerical-optimization particle-swarm-optimization r regression
Last synced: 4 months ago
JSON representation
An R Package for Fitting Functional Models to 2-Dimensional Data
- Host: GitHub
- URL: https://github.com/thomasweise/regressor.functional
- Owner: thomasWeise
- License: lgpl-3.0
- Created: 2018-03-20T06:31:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-23T21:03:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-03T23:12:08.413Z (6 months ago)
- Topics: continuous-optimization, differential-evolution, functional-regression, levenberg-marquardt, local-search, non-linear-regression, numerical-optimization, particle-swarm-optimization, r, regression
- Language: R
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# R Package for Fitting Functional Models to 2-Dimensional Data
[
](https://travis-ci.org/thomasWeise/regressoR.functional/)
## Introduction
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.
## Installation
You can install the package directl from GitHub by using the package
[`devtools`](http://cran.r-project.org/web/packages/devtools/index.html) as
follows:library(devtools)
install_github("thomasWeise/regressoR.functional")If `devtools` is not yet installed on your machine, you need to FIRST do
install.packages("devtools")
## LicenseThe copyright holder of this package is Prof. Dr. Thomas Weise (see Contact).
The package is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007.
## ContactIf you have any questions or suggestions, please contact
[Prof. Dr. Thomas Weise](http://iao.hfuu.edu.cn/team/director) of the
[Institute of Applied Optimization](http://iao.hfuu.edu.cn/) at
[Hefei University](http://www.hfuu.edu.cn) in
Hefei, Anhui, China via
email to [[email protected]](mailto:[email protected]).