I have been trying to write a function for the following problem:

Suppose I have three vectors a,b,c of different lengths:
e.g. a=c(a1,a2,a3,...) where a[i] form the basis of our function variables:

if we define a table for example:




                        and define the fn(x) <-function{..sum(argument)..}
                        where x<-c(a,b,c) so that we can maximise fn(x) as:

                        optim(...,fn,....). So in other words the problem
                        if to find optimal values for vectors a,b,c. I'm
                        not sure how to set this problem up as a function
                        in R. Any help would be much appreciated.

                        Regards

                        Lloyd Barcza
                        ----- Forwarded by Lloyd Barcza/UK/RoyalSun on
                        16/11/2009 15:07 -----






                        Lloyd Barcza
                        Pricing Analyst
                        Affinity Pricing
                        Royal & SunAlliance
                        Tel: 01403 234784
                        Email: lloyd.bar...@uk.rsagroup.com


                       
______________________________________________________________________

   **********************************************************************
   MORE TH>N ® is a trading style of Royal & Sun Alliance
   Insurance plc (No. 93792). Registered in England and Wales at
   St. Mark's Court, Chart Way, Horsham, West Sussex RH12 1XL.
   Authorised & regulated by the Financial Services Authority

   For your protection, telephone calls will be recorded and may be
   monitored.

   The information in this e-mail is confidential and ma...{{dropped:15}}

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to