For the latest version of JMP Help, visit JMP.com/help.


Publication date: 11/29/2021

DOE

obj<<Get Prediction Variances

Description

Returns a vector of the MC variances used for the FDS plot.

Example

dt = Open( "$SAMPLE_DATA/Design Experiment/Bounce Data.jmp" );
d = DOE( Evaluate Design, X( :Silica, :Sulfur, :Silane ), Y( :Stretch ) );
d << Get Prediction Variances;

obj<<Set Number of FDS Points( )

Description

Enables you to specify the number of runs used to generate an FDS plot.

Example

dt = Open( "$SAMPLE_DATA/Design Experiment/Bounce Data.jmp" );
d = DOE( Evaluate Design, X( :Silica, :Sulfur, :Silane ), Y( :Stretch ) );
d << Set Number of FDS Points( 20000 );
Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).