That is to say, this page is to amuse students of mathematical statistics. Researchers in science will find it useless.
In two of the following sections are examples showing use of the program. The reader is respectfully invited to try out the examples or to use any others. The only thing to remember is: follow the grammatical rules of JavaScript. (This is because the “eval” method of JavaScript is used in picking up the data from the text area.) In particular, please remember that starting an integer with a zero may force the use of base 8. To top. Which browsers? Only two Web browsers will work this page correctly. They are Google Chrome and Safari. Those two have speedy JavaScript, and their timeout intervals are convenient. Other browsers have slow JavaScript, and/or their timeout intervals are much too small or much too big. To top. Buttons and text areas and an example This file begins with three buttons called “More rows,” “Fewer rows,” and “Clear.” These operate on the text area which immediately follows them. I will call that the “upper text area.” After that is a button called “Go AllSubSets,” which I will explain below. Then there are three buttons like the first three of this file. These operate on the text area which immediately follows them. I will call it the “lower text area.” Here is an example of a use of all this:
[ 5, .05, [ function( j ){ return j*j; }, function( j ){ return j*j*j; } ], [ function( j ){ return j; } ] ]
bigLeastPower 0.1 bigLeastPowerTray R,R,A,A,A mostSizeForBigLeastPower 0.03333333333333333 0.001 seconds
[ 20, .05, [ function( j ){ return j*j; }, function( j ){ return j*j*j; }, function( j ){ return 1/( 1+j ); } ], [ function( j ){ return j; }, function( j ){ return Math.sqrt( j ); } ] ]
Again I respectfully suggest that the reader select with the mouse and copy to the clipboard and move to the upper text area (and click on the “Clear” button if need be) and click on the “Go AllSubSets” button. The answer I got using the Safari browser was
bigLeastPower 0.05789473684210526 bigLeastPowerTray A,A,A,A,A,A,A,A,A,A,A,R,A,A,A,A,A,A,A,A mostSizeForBigLeastPower 0.048987854251012146 0.609 seconds
at dot smtw2gh gmail com