Registration closing for UseR! 2011

[This article was first published on Portfolio Probe » R language, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

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

To leave a comment for the author, please follow the link and comment on their blog: Portfolio Probe » R language.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)