Learn R Programming

BarBorGradient (version 1.0.5)

Function Minimum Approximator

Description

Tool to find where a function has its lowest value(minimum). The functions can be any dimensions. Recommended use is with eps=10^-10, but can be run with 10^-20, although this depends on the function. Two more methods are in this package, simple gradient method (Gradmod) and Powell method (Powell). These are not recommended for use, their purpose are purely for comparison.

Copy Link

Version

Install

install.packages('BarBorGradient')

Monthly Downloads

202

Version

1.0.5

License

GPL-3

Maintainer

Jc3<a1>nos Hevner

Last Published

April 24th, 2017

Functions in BarBorGradient (1.0.5)

Gradient Method

Gradient method for function minimum approximation.
Powell

Powell's method for finding a functions local minimum.
BarBor

How to use BarBor function minimum approximator.
BarBorNoPrint

The BarBor funtcion without printing.