Re: [ojAlgo-user] Some questions on the Markowitz/Black Litterman classes
Mathematics, linear algebra and optimisation
Brought to you by:
apete
From: Anders P. <an...@op...> - 2007-08-23 12:45:17
|
There's no function that will give you a complete covariance matrix all at once, but there is code that will calculate correlations and covariances for you. http://ojalgo.org/generated/org/ojalgo/random/SampleSet.html Before you can create SampleSets from your BasicSeries you should make sure the series are coordinated. http://ojalgo.org/generated/org/ojalgo/series/CoordinationSet.html You must know your own risk aversion (factor). Mine is PI..... Either someone will tell you what it is or you have to experiment. If you run the BLApp protoype you can see what effect changing the value has. http://ojalgo.org/blapp.html /Anders On 23 aug 2007, at 13.20, Paul Netherwood wrote: > Is there a function in the library for calculating the covariance > matrix required for these routines or is there an easy way to > calculate it yourself with other functions in the library? > > What is the formula for the risk aversion field in > MarketEquilibrium class? > > Thanks in advance > > Paul Netherwood > > > > > ******************************************************************** > This message and any attachment are confidential. If you are not > the intended recipient please contact the sender, delete this > message and any attachment from your system and do not disclose, > copy or distribute the contents to any other person. Beach Horizon > LLP (Beach Horizon) is not responsible for any information > contained in this email. Beach Horizon reserves the right to > monitor all email messages passing through its network. > ******************************************************************** > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a > browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > ojAlgo-user mailing list > ojA...@li... > https://lists.sourceforge.net/lists/listinfo/ojalgo-user |