An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# R Package for Fitting Functional Models to 2-Dimensional Data

[Travis CI Build Status](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")

## License

The 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.

## Contact

If 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]).