Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markvanderloo/rspa
An R package for optimal record adjustment
https://github.com/markvanderloo/rspa
Last synced: 3 months ago
JSON representation
An R package for optimal record adjustment
- Host: GitHub
- URL: https://github.com/markvanderloo/rspa
- Owner: markvanderloo
- Created: 2012-09-18T06:27:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T09:17:26.000Z (5 months ago)
- Last Synced: 2024-06-14T10:38:03.201Z (5 months ago)
- Language: R
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - markvanderloo/rspa - An R package for optimal record adjustment (R)
README
[![CRAN](http://www.r-pkg.org/badges/version/rspa)](http://cran.r-project.org/web/packages/rspa/NEWS)
[![status](https://tinyverse.netlify.com/badge/rspa)](https://CRAN.R-project.org/package=rspa)
[![Downloads](http://cranlogs.r-pkg.org/badges/rspa)](http://cran.r-project.org/package=rspa/)
[![status](https://tinyverse.netlify.app/badge/rspa)](https://CRAN.R-project.org/package=rspa)rspa
====An R package for optimal record adjustment
The package adjusts numeric records x, such that Ax <= b is met after adjustment. The
adjustment is kept 'as small as possible' by minimizing (x-x0)'W(x-x0), where x0 is the original value,
x the final value and W a _diagonal_ matrix with positive weights. Here, x may be fairly large; rspa has
been tested with vectors of about half a million elements under 60k (in)-equality restrictions.Todo
----------The main addition I'd like to make is to be able to use a general (sparse) W-matrix.