Learn R Programming

momentfit (version 1.0)

minAlgoStd-class: Class "minAlgoStd"

Description

Class for standard algorithm to minimize multivariate functions. By standard, we mean algorithms with the main function and its gradient input separately. Specifically, it follows optim, not nlm.

Arguments

Objects from the Class

Objects can be created by calls of the form new("minAlgoStd", ...). It is generated my algoObj.

Slots

algo:

Object of class "character" ~~

start:

Object of class "character" ~~

fct:

Object of class "character" ~~

grad:

Object of class "character" ~~

solution:

Object of class "character" ~~

value:

Object of class "character" ~~

message:

Object of class "character" ~~

convergence:

Object of class "character" ~~

Extends

Class "minAlgo", directly.

Methods

minFit

signature(object = "minAlgoStd"): ...

Examples

Run this code
showClass("minAlgoStd")

Run the code above in your browser using DataLab