نتایج جستجو برای: design of experiments software

تعداد نتایج: 21263969  

2015
Kevin G. Lyn Thomas R. Collins Raheem A. Beyah Edward J. Coyle Michael E. West Christopher J. McCarty

iii To God Almighty iv ACKNOWLEDGEMENTS I would like to thank my research advisor, Dr. Lee W. Lerner, for providing me with the opportunity, resources, and guidance which made this work possible. I am also very grateful for Dr. Michael E. West for providing me with the opportunity to work at the Georgia Tech Research Institute. In addition, I would like to thank my Virginia Tech colleagues who ...

1999
Robert W. Mee Marta Peralta

This article addresses the varied possibilities for following a two-level fractional factorial with another fractional factorial half the size of the original experiment. While follow-up fractions of the same size as an original experiment are common practice, in many situations a smaller follow-up experiment will suffice. Peter John coined the term “semifolding” to describe using half of a fol...

Journal: :IEEE Trans. Instrumentation and Measurement 2002
Sandra Van Aert Arnold Jan den Dekker Adriaan van den Bos Dirk Van Dyck

High-resolution electron microscopy is discussed as a measuring, rather than an imaging, technique. It is shown that the interpretation of the images could greatly benefit from a quantitative instead of a qualitative approach accompanied by quantitative statistical experimental design.

Journal: :IJMMME 2015
J. A. Travieso-Rodriguez G. Gomez-Gras Silvia Garcia-Vilana Ferran Mainau-Noguer R. Jerez-Mesa

This paper aims to find the key process parameters for machining different parts of an automobile gearbox, commissioned by a company that needs to replace with the MQL lubrication system their current machining process based on cutting fluids. It particularly focuses on the definition of appropriate cutting parameters for machining under the MQL condition through a statistical method of Design ...

Journal: :Cognitive Science 2000
Elaine B. Hyder Michael J. Prietula Laurie R. Weingart

Negotiation between two individuals is a common task that typically involves two goals: maximize individual outcomes and obtain an agreement. However, research on the simplest negotiation tasks demonstrates that although naive subjects can be induced to improve their performance, they are often no more likely to achieve fully optimal solutions. The present study tested the prediction that a dec...

2013
Stefanie Biedermann

2007
Martín Tanco Elisabeth Viles Laura Ilzarbe María Jesús Álvarez

Although experimentation is a frequent activity of engineers, they usually use primitive strategies to carry on their experiments. A survey identifies the needs of using an efficient and practical technique for the experimentation. Although Six Sigma improvement initiative emphasized the use of Design of Experiments (DoE) for experimentation, engineers still consider it a difficult technique to...

2006
N. Deshpande B. de Vries J. P. van Leeuwen

This review identifies the research findings in the area of computer mediated, collocated, multi-disciplinary collaborative design. After a general look into this and related research areas, three influencing aspects of collaborative design are reviewed. Design activities, working together, and collaborative systems that fit into various work practices. Finally, we note missing points of resear...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->