Hi All,
I've been exploring using the uncontrolled input factors option in JMP. Using a toy example of 5 continuous input factors with 2nd order interactions:
DOE(
Custom Design,
{Add Response( None, "Y", ., ., . ), Add Factor( Continuous, -1, 1, "X1", 0 ),
Add Factor( Continuous, -1, 1, "X2", 0 ),
Add Factor( Continuous, -1, 1, "X3", 0 ),
Add Factor( Continuous, -1, 1, "X4", 0 ),
Add Factor( Continuous, -1, 1, "X5", 0 ), Set Random Seed( 351265972 ),
Number of Starts( 15868 ), Add Term( {1, 0} ), Add Term( {1, 1} ),
Add Term( {2, 1} ), Add Term( {3, 1} ), Add Term( {4, 1} ), Add Term( {5, 1} ),
Add Term( {1, 1}, {2, 1} ), Add Term( {1, 1}, {3, 1} ),
Add Term( {1, 1}, {4, 1} ), Add Term( {1, 1}, {5, 1} ),
Add Term( {2, 1}, {3, 1} ), Add Term( {2, 1}, {4, 1} ),
Add Term( {2, 1}, {5, 1} ), Add Term( {3, 1}, {4, 1} ),
Add Term( {3, 1}, {5, 1} ), Add Term( {4, 1}, {5, 1} )}
);
20 experiments are recommended as a default.
When I change one factor to uncontrolled, the recommended experiments remains at 20. So the uncontrolled factor is being treated in exactly the same way as a controllable continuous factor? The JSL reflects this as an uncontrolled factor is shown as just "Add Factor" with no options.
I understand to correctly alter the number of experiments that the distribution of the uncontrolled factor needs to be known. But is it robust to assume that the number of draws from the uncontrolled factor distribution need to only equal those under controlled factor conditions?
Kind Regards,
Ben