I have a question. I R there is function called nlm (Non-Linear Minimization function) and it takes a function and a start parameter. Example:
Is there something simmilar in perl and could someone be so kind to give an example?A <- function(f){ lh(a=f,...(ther parameters)) } B <- function(t){ -log(t(f=t)) } start = (some value) nlm(B,p=c(start))
In reply to Non-Linear Minimization by baxy77bax
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |