Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.marqLevAlg

Summary of a marqLevAlg object


Description

The function provides a summary of a marqLevAlg optimisation.

Usage

## S3 method for class 'marqLevAlg'
print(x, digits = 8, ...)

Arguments

x

a marqLevAlg object.

digits

Number of digits to print in outputs. Default value is 8.

...

other (unusued) arguments.

Author(s)

V. Philipps, C. Proust-Lima, B. Hejblum, D. Commenges, M. Prague, A. Diakite

See Also

link{summary.marqLevAlg}

Examples

f1 <- function(b){	
return(4*(b[1]-5)^2+(b[2]-6)^2)	
}
test.marq <- marqLevAlg(b=c(8,9),m=2,maxiter=100,epsa=0.001,epsb=0.001,
epsd=0.001,fn=f1)

test.marq

marqLevAlg

A Parallelized General-Purpose Optimization Based on Marquardt-Levenberg Algorithm

v2.0.5
GPL (>= 2.0)
Authors
Viviane Philipps, Cecile Proust-Lima, Melanie Prague, Boris Hejblum, Daniel Commenges, Amadou Diakite
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.