Registration closing for UseR! 2011

July 18, 2011

Friday July 22 is the last day on which you can register for UseR! 2011 at the University of Warwick.  The conference will be 2011 August 16-18.

You can peruse the book of abstracts and view the draft schedule.

I am scheduled to give a talk on “Random input testing with R”.  The abstract is:

Traditional software testing uses specific inputs and then sees if the results are correct. This is necessary but not always sufficient to have faith that the software operates properly.  When the number of inputs is large, the combinatorial explosion means that full coverage is impossible.

An alternative form of testing is to create random inputs and then infer the suitability of the result. This means many more combinations can be tested, and in particular avoids bias that may be in the traditional test suite. Another advantage of this type of testing is that it exercises the code throwing errors and warnings, which is seldom the case for traditional tests.

R is an excellent environment both for generating random inputs, and for examining the resulting output. We’ll highlight a specific example of portfolio optimization.

Subscribe to the Portfolio Probe blog by Email

Leave a Reply

Related posts

  • March 14, 2013

    Highlighted LondonR is soon -- see the "Previously Announced" section. New Events Thirsty Quants 2013 March 21, London. Some thirsty quants will be going for a drink on the [...]

  • March 5, 2013

    What effect do predicted correlations have when optimizing trades? Background A concern about optimization that is not one of "The top 7 portfolio optimization problems" is that correlations spike during [...]

  • February 25, 2013

    Exploring the quality of predictions using random portfolios and optimization. Previously "Simple tests of predicted returns" showed a few ways to look at expected returns at the asset level.  [...]