Sigma motion visual illusion in R

August 21, 2012
By
Sigma motion visual illusion in R

Michael Bach, who is a professor and vision scientist at the University of Freiburg, maintains a fascinating site about visual illusions. One visual illusion really surprised me: the sigma motion. The sigma motion displays a flickering figure of black...

Read more »

Adaptive Asset Allocation – Sensitivity Analysis

August 21, 2012
By
Adaptive Asset Allocation – Sensitivity Analysis

Today I want to continue with Adaptive Asset Allocation theme and examine how the strategy results are sensitive to look-back parameters used for momentum and volatility computations. I will follow the sample steps that were outlined by David Varadi on the robustness of parameters of the Adaptive Asset Allocation algorithm post. Please see my prior [...]

Read more »

Recommended updates from Google Scholar

August 21, 2012
By

Recommended updates from Google Scholar: Now this is something I can use. We analyze your articles (as identified in your Scholar profile), scan the entire web looking for new articles relevant to your research, and then show you the most relevant art...

Read more »

Summer holiday

August 20, 2012
By

Posting will slow the next two weeks. I'm away and not finding a good Internet connection.

Read more »

Higgs Boson: Bayesian “Digest and Discussion”

August 20, 2012
By
Higgs Boson: Bayesian “Digest and Discussion”

Professor  O’Hagan sent around (to the ISBA list ) his summary of the comments he received in response to his request for information about the use of p-values in in relation to the Higgs boson data. My original July 11 post including O’Hagan’s initial letter is here.  His “digest” begins: Before going further, I should say [...]

Read more »

Halo Effects and Multicollinearity: Separating the General from the Specific

August 20, 2012
By
Halo Effects and Multicollinearity: Separating the General from the Specific

In the last post, The Relative Importance of Predictors, I showed how difficult it can be to assess the independent contribution that each predictor makes to the overall R-squared when the predictors are highly correlated.  We spent some time...

Read more »

Donald E. Westlake on George W. Bush

August 20, 2012
By

A post-WTC time capsule.

Read more »

Clinical trials: enrollment targets vs. valid hypothesis testing

August 20, 2012
By
Clinical trials: enrollment targets vs. valid hypothesis testing

The questions raised in this Scientific American article ought to concern all of us, and I want to take some of these questions further. But let me first explain the problem. Clinical trials and observational studies of drugs, biologics, and medical de...

Read more »

Mid-August flotsam

August 20, 2012
By
Mid-August flotsam

Reached mid-semester point, with quite a few new lectures to prepare. Nothing extremely complicated but, as always, the tricky part is finding a way to make it meaningful and memorable. Sometimes, and this is one of those times, I sound … Continue reading →

Read more »

How to return multiple values from a SAS/IML function

August 20, 2012
By
How to return multiple values from a SAS/IML function

The SAS/IML language supports user-defined functions (also called modules). Many SAS/IML programmers know that you can use the RETURN function to return a value from a user-defined function. For example, the following function returns the sum of each column of matrix: proc iml; start ColSum(M); return( M[+, ] ); /* [...]

Read more »

Guest Blog #2: Credit for Turning Up?

August 20, 2012
By
Guest Blog #2: Credit for Turning Up?

I have a problem with lecturers (and professors, teachers and instructors too, for that matter) who expect students to turn up to all lectures or give credit to students for just turning up to tutorials. Why should we dictate the … Continue reading →

Read more »

Flat forecasts

August 19, 2012
By
Flat forecasts

About once a week someone will tell me there is a bug in my forecast package for R because it gives forecasts that are the same for all future horizons. To save answering the same question repeatedly, here is my response. A point forecast is (usually) the mean of the distribution of a future observation in the time series, conditional on the past observations of the time series. It is…

Read more »

The Wow Factor

August 19, 2012
By
The Wow Factor

Not sure everybody has seen this already, but I guess the Australian Census Bureau has clearly shown that it can’t …Continue reading »

Read more »

It is difficult to convey intonation in typed speech

August 19, 2012
By

I just wanted to add the above comment to Bob’s notes on language. Spoken (and, to some extent, handwritten) language can be much more expressive than the typed version. I’m not just talking about slang or words such as baaaaad; I’m also talking about pauses that give logical structure to a sentence. For example, sentences [...]

Read more »

Parallelization: Speed up Functions in a Package

August 19, 2012
By
Parallelization: Speed up Functions in a Package

Well I bought a new computer a month back (i7 8GB memory). Finally more than one core and a chance to try parallelization. I saw this blog post a while back and was intrigued and was further intriqued when I … Continue reading →

Read more »

A. Spanos: Egon Pearson’s Neglected Contributions to Statistics

August 18, 2012
By
A. Spanos: Egon Pearson’s Neglected Contributions to Statistics

Continuing with the discussion of E.S. Pearson: Egon Pearson’s Neglected Contributions to Statistics by Aris Spanos     Egon Pearson (11 August 1895 – 12 June 1980), is widely known today for his contribution in recasting of Fisher’s significance testing into the Neyman-Pearson (1933) theory of hypothesis testing. Occasionally, he is also credited with contributions in promoting [...]

Read more »

Standardizing regression inputs

August 18, 2012
By

Andy Flies, Ph.D. candidate in zoology, writes: After reading your paper about scaling regression inputs by two standard deviations I found your blog post stating that you wished you had scaled by 1 sd and coded the binary inputs as -1 and 1. Here is my question: If you code the binary input as -1 [...]

Read more »

An example of OOP in GNU R using S4 Classes

August 18, 2012
By
An example of OOP in GNU R using S4 Classes

Recently I have discussed with my friend from WLOG Solutions an implementation of banking cash management engine in GNU R. The code made a nice use of S4 classes so I thought it would be worth showing as an example.The problemEvery commercial bank need...

Read more »

On Left Turn

August 18, 2012
By
On Left Turn

Attention conservation notice: Self-promoting a dry academic comment on a bad book about bias in the US media. It seems that the Perspective on Politics review symposium on Groseclose's Left Turn, organized by Henry Farrell, is finally out. This inc...

Read more »

NFL expert picks

August 18, 2012
By
NFL expert picks

Football is at the corners again and all kinds of experts are active in making predictions of NFL games recently. So how good are these experts in prediction and how predictable are NFL games?  Well, we do not  know how well they will do this year, but we can check their records last year. Let’s [...]

Read more »

Graphs showing uncertainty using lighter intensities for the lines that go further from the center, to de-emphasize the edges

August 17, 2012
By
Graphs showing uncertainty using lighter intensities for the lines that go further from the center, to de-emphasize the edges

Following up on our recent discussion of visually-weighted displays of uncertainty in regression curves, Lucas Leeman sent in the following two graphs: First, the basic spaghetti-style plot showing inferential uncertainty in the E(y|x) curve: Then, a version using even lighter intensities for the lines that go further from the center, to further de-emphasize the edges: [...]

Read more »

Interview with C. Titus Brown – Computational biologist and open access champion

August 17, 2012
By
Interview with C. Titus Brown – Computational biologist and open access champion

C. Titus Brown  C. Titus Brown is an assistant professor in the Department of Computer Science and Engineering at Michigan State University. He develops computational software for next generation sequencing and the author of the blog, “Livin...

Read more »

An update on visualizing Bayesian updating

August 17, 2012
By
An update on visualizing Bayesian updating

A while ago I wrote this post with some R code to visualize the updating of a beta distribution as the outcome of Bernoulli trials are observed. The code provided a single plot of this process, with all the curves overlayed on top of one another. Then John Myles White (co-author of Machine Learning for

Read more »

Subscribe

Email:

  Subscribe