Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Non-Linear Minimization

by baxy77bax (Deacon)
on Jan 11, 2017 at 15:17 UTC ( [id://1179400]=perlquestion: print w/replies, xml ) Need Help??

baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

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:

A <- function(f){ lh(a=f,...(ther parameters)) } B <- function(t){ -log(t(f=t)) } start = (some value) nlm(B,p=c(start))
Is there something simmilar in perl and could someone be so kind to give an example?
Thnx

Replies are listed 'Best First'.
Re: Non-Linear Minimization
by LanX (Saint) on Jan 11, 2017 at 15:34 UTC
Re: Non-Linear Minimization
by toolic (Bishop) on Jan 11, 2017 at 15:30 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1179400]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (3)
As of 2024-04-19 17:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found