21 resultados para Modeling and control


Relevância:

100.00% 100.00%

Publicador:

Resumo:

The purpose of this study is to identify and analyze the basic causes of food service employee turnover in five selected restaurants in the Miami area. The withdrawal behavior in this study is treated in terms of controllable turnover, for the purpose of management, learning more about what action to take to solve this problem which has eaten into the fabric of the hospitality industry. The aim is to find out from the food service employees and management view of work for the purpose of identifying the variables which cause an employee to voluntarily leave a job. The objective is therefore, to analyze and describe the problem of labor turnover in these selected restaurants. Such description must precede efforts to arrive at solutions to the problem if these efforts are ever to be more than haphazard and superficial. Sigmund Freud once stated: "The true beginning of scientific activity consists in describing phenomena and only then in proceeding to group, classify and correlate them."1 The nature of the study is basically descriptive survey. Data is collected by the use of management questionnaire, food service employee questionnaire and finally employees job description index. The survey consisted of a series of well defined questions with open and closed endings dealing with employee with employee turnover. As Robert Ferber and P. J. Verdoom state in their book titled Research Method in Economics of Business: "Structured questionnaires, by supplying question formulations in very specific terms as well as the different possible answers are easier for the sample members to answer and also serve to reduce the danger of interviewer bias."2 The answers to the prepared questionnaire by sample members were then recorded. The results of the questionnaire responses were then compiled for presentation and analysis. 1 Julian Simon, Basic Research Methods in Social Science. Random House, New York, 1969, p.53. 2 Robert J. Ferber and P.J. Verdoon, Research Methods in Economics and Business, The McMillan Company, 1962, p. 20 9 .

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Historically, memory has been evaluated by examining how much is remembered, however a more recent conception of memory focuses on the accuracy of memories. When using this accuracy-oriented conception of memory, unlike with the quantity-oriented approach, memory does not always deteriorate over time. A possible explanation for this seemingly surprising finding lies in the metacognitive processes of monitoring and control. Use of these processes allows people to withhold responses of which they are unsure, or to adjust the precision of responses to a level that is broad enough to be correct. The ability to accurately report memories has implications for investigators who interview witnesses to crimes, and those who evaluate witness testimony. This research examined the amount of information provided, accuracy, and precision of responses provided during immediate and delayed interviews about a videotaped mock crime. The interview format was manipulated such that a single free narrative response was elicited, or a series of either yes/no or cued questions were asked. Instructions provided by the interviewer indicated to the participants that they should either stress being informative, or being accurate. The interviews were then transcribed and scored. Results indicate that accuracy rates remained stable and high after a one week delay. Compared to those interviewed immediately, after a delay participants provided less information and responses that were less precise. Participants in the free narrative condition were the most accurate. Participants in the cued questions condition provided the most precise responses. Participants in the yes/no questions condition were most likely to say “I don’t know”. The results indicate that people are able to monitor their memories and modify their reports to maintain high accuracy. When control over precision was not possible, such as in the yes/no condition, people said “I don’t know” to maintain accuracy. However when withholding responses and adjusting precision were both possible, people utilized both methods. It seems that concerns that memories reported after a long retention interval might be inaccurate are unfounded.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The eggs of the dengue fever vector Aedes aegypti possess the ability to undergo an extended quiescence period hosting a fully developed first instar larvae within its chorion. As a result of this life history stage, pharate larvae can withstand months of dormancy inside the egg where they depend on stored reserves of maternal origin. This adaptation known as pharate first instar quiescence, allows A. aegypti to cope with fluctuations in water availability. An examination of this fundamental adaptation has shown that there are trade-offs associated with it. Aedes aegypti mosquitoes are frequently associated with urban habitats that may contain metal pollution. My research has demonstrated that the duration of this quiescence and the extent of nutritional depletion associated with it affects the physiology and survival of larvae that hatch in a suboptimal habitat; nutrient reserves decrease during pharate first instar quiescence and alter subsequent larval and adult fitness. The duration of quiescence compromises metal tolerance physiology and is coupled to a decrease in metallothionein mRNA levels. My findings also indicate that even low levels of environmentally relevant larval metal stress alter the parameters that determine vector capacity. My research has also demonstrated that extended pharate first instar quiescence can elicit a plastic response resulting in an adult phenotype distinct from adults reared from short quiescence eggs. Extended pharate first instar quiescence affects the performance and reproductive fitness of the adult female mosquito as well as the nutritional status of its progeny via maternal effects in an adaptive manner, i.e., anticipatory phenotypic plasticity results as a consequence of the duration of pharate first instar quiescence and alternative phenotypes may exist for this mosquito with quiescence serving as a cue possibly signaling the environmental conditions that follow a dry period. M findings may explain, in part, A. aegypti’s success as a vector and its geographic distribution and have implications for its vector capacity and control.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

The Pleistocene carbonate rock Biscayne Aquifer of south Florida contains laterally-extensive bioturbated ooltic zones characterized by interconnected touching-vug megapores that channelize most flow and make the aquifer extremely permeable. Standard petrophysical laboratory techniques may not be capable of accurately measuring such high permeabilities. Instead, innovative procedures that can measure high permeabilities were applied. These fragile rocks cannot easily be cored or cut to shapes convenient for conducting permeability measurements. For the laboratory measurement, a 3D epoxy-resin printed rock core was produced from computed tomography data obtained from an outcrop sample. Permeability measurements were conducted using a viscous fluid to permit easily observable head gradients (~2 cm over 1 m) simultaneously with low Reynolds number flow. For a second permeability measurement, Lattice Boltzmann Method flow simulations were computed on the 3D core renderings. Agreement between the two estimates indicates an accurate permeability was obtained that can be applied to future studies.

Relevância:

100.00% 100.00%

Publicador:

Resumo:

Concurrent software executes multiple threads or processes to achieve high performance. However, concurrency results in a huge number of different system behaviors that are difficult to test and verify. The aim of this dissertation is to develop new methods and tools for modeling and analyzing concurrent software systems at design and code levels. This dissertation consists of several related results. First, a formal model of Mondex, an electronic purse system, is built using Petri nets from user requirements, which is formally verified using model checking. Second, Petri nets models are automatically mined from the event traces generated from scientific workflows. Third, partial order models are automatically extracted from some instrumented concurrent program execution, and potential atomicity violation bugs are automatically verified based on the partial order models using model checking. Our formal specification and verification of Mondex have contributed to the world wide effort in developing a verified software repository. Our method to mine Petri net models automatically from provenance offers a new approach to build scientific workflows. Our dynamic prediction tool, named McPatom, can predict several known bugs in real world systems including one that evades several other existing tools. McPatom is efficient and scalable as it takes advantage of the nature of atomicity violations and considers only a pair of threads and accesses to a single shared variable at one time. However, predictive tools need to consider the tradeoffs between precision and coverage. Based on McPatom, this dissertation presents two methods for improving the coverage and precision of atomicity violation predictions: 1) a post-prediction analysis method to increase coverage while ensuring precision; 2) a follow-up replaying method to further increase coverage. Both methods are implemented in a completely automatic tool.