Design of Experiments skill for systematic optimization of nanomaterial synthesis and processing
The Experiment Planner DOE skill provides systematic experimental design for nanomaterial synthesis and processing optimization, enabling efficient exploration of parameter space and robust process development.
Design Selection
Execution Planning
Analysis
{
"factors": [{
"name": "string",
"low": "number",
"high": "number",
"type": "continuous|categorical"
}],
"responses": ["string"],
"design_type": "factorial|fractional|rsm|taguchi",
"constraints": {
"max_runs": "number",
"blocking": "boolean"
}
}
{
"design": {
"type": "string",
"runs": "number",
"run_table": [{
"run": "number",
"factors": {},
"block": "number"
}]
},
"analysis": {
"anova_table": {},
"significant_factors": ["string"],
"r_squared": "number"
},
"optimization": {
"optimal_settings": {},
"predicted_response": "number",
"confidence_interval": {"lower": "number", "upper": "number"}
}
}