I am implementing statistical analysis in a C# program and am using the Taguchi Method to do it (the Taguchi arrays are about a 1/4th of the way down the page).
The article in the above link mentions that you can look up smaller Taguchi arrays and derive others, but I can't seem to find any resource that explains how to derive these Taguchi arrays. I can hard-code the smaller arrays in my program, but I want to be able to derive the others.
Is there a resource or link that explains, as simply as possible, how to derive Taguchi arrays? Maybe would someone here be able to explain how to derive them?