967 resultados para Robust methods
Resumo:
OBJECTIVE To evaluate the cross-cultural validity of the Demand-Control Questionnaire, comparing the original Swedish questionnaire with the Brazilian version. METHODS We compared data from 362 Swedish and 399 Brazilian health workers. Confirmatory and exploratory factor analyses were performed to test structural validity, using the robust weighted least squares mean and variance-adjusted (WLSMV) estimator. Construct validity, using hypotheses testing, was evaluated through the inspection of the mean score distribution of the scale dimensions according to sociodemographic and social support at work variables. RESULTS The confirmatory and exploratory factor analyses supported the instrument in three dimensions (for Swedish and Brazilians): psychological demands, skill discretion and decision authority. The best-fit model was achieved by including an error correlation between work fast and work intensely (psychological demands) and removing the item repetitive work (skill discretion). Hypotheses testing showed that workers with university degree had higher scores on skill discretion and decision authority and those with high levels of Social Support at Work had lower scores on psychological demands and higher scores on decision authority. CONCLUSIONS The results supported the equivalent dimensional structures across the two culturally different work contexts. Skill discretion and decision authority formed two distinct dimensions and the item repetitive work should be removed.
Resumo:
OBJECTIVE To analyze the factors associated with the use of pacifiers and/or bottle feeding in infants aged under one year.METHODS This is a cross-sectional study with 34,366 children and using data from the database of the 2nd Nationwide Survey of Breastfeeding Prevalence performed in the Brazilian capitals and Federal District in 2008. Cluster sampling was used. The questionnaire included questions about the use of artificial nipples in the last 24 hours. The analysis considered three outcomes: exclusive use of pacifier, exclusive use of bottle feeding, and use of artificial nipples (pacifier and bottle feeding). Prevalence ratios were obtained using Poisson regression with robust variance following a hierarchical model.RESULTS The following factors were associated with exclusive use of the pacifier: mother working outside the home, primiparity, child was not breastfed within the first hour, and child had consumed tea on the first day at home. The following factors were associated with exclusive use of bottle feeding: mother working outside the home, primiparity, low birth weight, child not breastfed within the first hour, and child had consumed milk formula and tea on the first day at home. The following factors were associated with use of artificial nipples (pacifier and bottle feeding): mother working outside the home, primiparity, cesarean delivery, the male gender, low birth weight, born in a hospital not accredited as “baby friendly”, required health baby monitoring in the Primary Health Care Unit (PR = 0.91), and child had consumed milk formula, water, or tea on the first day at home.CONCLUSIONS This study identified profiles of exclusive users of pacifiers, bottle feeding, and both. The provided information can guide preventive practices for child health.
Resumo:
Optimization problems arise in science, engineering, economy, etc. and we need to find the best solutions for each reality. The methods used to solve these problems depend on several factors, including the amount and type of accessible information, the available algorithms for solving them, and, obviously, the intrinsic characteristics of the problem. There are many kinds of optimization problems and, consequently, many kinds of methods to solve them. When the involved functions are nonlinear and their derivatives are not known or are very difficult to calculate, these methods are more rare. These kinds of functions are frequently called black box functions. To solve such problems without constraints (unconstrained optimization), we can use direct search methods. These methods do not require any derivatives or approximations of them. But when the problem has constraints (nonlinear programming problems) and, additionally, the constraint functions are black box functions, it is much more difficult to find the most appropriate method. Penalty methods can then be used. They transform the original problem into a sequence of other problems, derived from the initial, all without constraints. Then this sequence of problems (without constraints) can be solved using the methods available for unconstrained optimization. In this chapter, we present a classification of some of the existing penalty methods and describe some of their assumptions and limitations. These methods allow the solving of optimization problems with continuous, discrete, and mixing constraints, without requiring continuity, differentiability, or convexity. Thus, penalty methods can be used as the first step in the resolution of constrained problems, by means of methods that typically are used by unconstrained problems. We also discuss a new class of penalty methods for nonlinear optimization, which adjust the penalty parameter dynamically.
Resumo:
Penalty and Barrier methods are normally used to solve Nonlinear Optimization Problems constrained problems. The problems appear in areas such as engineering and are often characterised by the fact that involved functions (objective and constraints) are non-smooth and/or their derivatives are not know. This means that optimization methods based on derivatives cannot net used. A Java based API was implemented, including only derivative-free optimizationmethods, to solve both constrained and unconstrained problems, which includes Penalty and Barriers methods. In this work a new penalty function, based on Fuzzy Logic, is presented. This function imposes a progressive penalization to solutions that violate the constraints. This means that the function imposes a low penalization when the violation of the constraints is low and a heavy penalisation when the violation is high. The value of the penalization is not known in beforehand, it is the outcome of a fuzzy inference engine. Numerical results comparing the proposed function with two of the classic penalty/barrier functions are presented. Regarding the presented results one can conclude that the prosed penalty function besides being very robust also exhibits a very good performance.
Resumo:
The characteristics of carbon fibre reinforced laminates had widened their use, from aerospace to domestic appliances. A common characteristic is the need of drilling for assembly purposes. It is known that a drilling process that reduces the drill thrust force can decrease the risk of delamination. In this work, delamination assessment methods based on radiographic data are compared and correlated with mechanical test results (bearing test).
Resumo:
Constraints nonlinear optimization problems can be solved using penalty or barrier functions. This strategy, based on solving the problems without constraints obtained from the original problem, have shown to be e ective, particularly when used with direct search methods. An alternative to solve the previous problems is the lters method. The lters method introduced by Fletcher and Ley er in 2002, , has been widely used to solve problems of the type mentioned above. These methods use a strategy di erent from the barrier or penalty functions. The previous functions de ne a new one that combine the objective function and the constraints, while the lters method treat optimization problems as a bi-objective problems that minimize the objective function and a function that aggregates the constraints. Motivated by the work of Audet and Dennis in 2004, using lters method with derivative-free algorithms, the authors developed works where other direct search meth- ods were used, combining their potential with the lters method. More recently. In a new variant of these methods was presented, where it some alternative aggregation restrictions for the construction of lters were proposed. This paper presents a variant of the lters method, more robust than the previous ones, that has been implemented with a safeguard procedure where values of the function and constraints are interlinked and not treated completely independently.
Resumo:
Constrained and unconstrained Nonlinear Optimization Problems often appear in many engineering areas. In some of these cases it is not possible to use derivative based optimization methods because the objective function is not known or it is too complex or the objective function is non-smooth. In these cases derivative based methods cannot be used and Direct Search Methods might be the most suitable optimization methods. An Application Programming Interface (API) including some of these methods was implemented using Java Technology. This API can be accessed either by applications running in the same computer where it is installed or, it can be remotely accessed through a LAN or the Internet, using webservices. From the engineering point of view, the information needed from the API is the solution for the provided problem. On the other hand, from the optimization methods researchers’ point of view, not only the solution for the problem is needed. Also additional information about the iterative process is useful, such as: the number of iterations; the value of the solution at each iteration; the stopping criteria, etc. In this paper are presented the features added to the API to allow users to access to the iterative process data.
Resumo:
In Nonlinear Optimization Penalty and Barrier Methods are normally used to solve Constrained Problems. There are several Penalty/Barrier Methods and they are used in several areas from Engineering to Economy, through Biology, Chemistry, Physics among others. In these areas it often appears Optimization Problems in which the involved functions (objective and constraints) are non-smooth and/or their derivatives are not know. In this work some Penalty/Barrier functions are tested and compared, using in the internal process, Derivative-free, namely Direct Search, methods. This work is a part of a bigger project involving the development of an Application Programming Interface, that implements several Optimization Methods, to be used in applications that need to solve constrained and/or unconstrained Nonlinear Optimization Problems. Besides the use of it in applied mathematics research it is also to be used in engineering software packages.
Resumo:
Epidemiological studies have shown the effect of diet on the incidence of chronic diseases; however, proper planning, designing, and statistical modeling are necessary to obtain precise and accurate food consumption data. Evaluation methods used for short-term assessment of food consumption of a population, such as tracking of food intake over 24h or food diaries, can be affected by random errors or biases inherent to the method. Statistical modeling is used to handle random errors, whereas proper designing and sampling are essential for controlling biases. The present study aimed to analyze potential biases and random errors and determine how they affect the results. We also aimed to identify ways to prevent them and/or to use statistical approaches in epidemiological studies involving dietary assessments.
Resumo:
OBJECTIVE To analyze the trends and factors associated with the antidepressant use among older adults. METHODS This population-based study evaluated older adults in 1997 (n = 351, baseline) and the survivors at the 15th follow-up year (n = 462, in 2012) among the aging cohort of Bambuí. The prevalence of antidepressant use was estimated, and the most commonly used antidepressants each year were identified. Prevalence ratios with 95% confidence intervals were estimated using Poisson regression with robust variance to investigate differences in the prevalence of use between 1997 and 2012. RESULTS The overall consumption of antidepressants (PR = 2.87, 95%CI 1.94;4.25) and of selective serotonin reuptake inhibitors (PR = 7.50, 95%CI 3.74;15.02) was significantly higher in 2012. However, no significant difference was observed in the use of tricyclic antidepressants between the two cohorts (PR = 0.89, 95%CI 0.49;1.62). In the 2012 cohort, antidepressant use was associated with females, increased age, increased income (≥ 4 minimum wages), self-assessment of health as reasonable, and attending ≥ 5 medical consultations in the last 12 months. CONCLUSIONS The increased consumption of antidepressants in the period due to increased use of selective serotonin reuptake inhibitors was consistent with results observed in international studies of different population groups and contexts. The positive correlation observed between antidepressant use and family income may be a warning of possible inequalities in access to mental health services.
Resumo:
Dissertação apresentada na Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa para a obtenção do grau de Mestre em Engenharia do Ambiente
Resumo:
OBJECTIVE To analyze the correlation between sociodemographic factors and working conditions of bus workers in a metropolitan area and violence against them.METHODS This cross-sectional study used a nonprobabilistic sample estimated according to the number of workers employed in bus companies located in three cities in the Belo Horizonte metropolitan region in 2012 (N = 17,470). Face-to-face interviews were conducted using a digital questionnaire. The factors associated with violence were analyzed in two stages using Poisson regression, according to each level. The magnitude of the association was evaluated using prevalence ratios with robust variance and a statistical significance of 5%, and 95% confidence intervals were obtained.RESULTS The study sample comprised 782 drivers and 691 fare collectors; 45.0% participants reported at least one act of violence in the workplace in the last 12 months, with passengers being predominantly responsible. The age of the bus workers was inversely associated with violence. Chronic diseases, sickness absenteeism, and working conditions were also associated with violence.CONCLUSIONS The findings on the correlation between violence and working conditions are essential for implementing prevention strategies by transportation service managers.
Resumo:
A thesis submitted for the degree of Doctor of Philosophy
Resumo:
OBJECTIVE To analyze the prevalence of bullying and its associated factors in Brazilian adolescents.METHODS Data were used from a population-based household survey conducted by the Urban Health Observatory (OSUBH) utilizing probability sampling in three stages: census tracts, residences, and individuals. The survey included 598 adolescents (14-17 years old) who responded questions on bullying, sociodemographic characteristics, health-risk behaviors, educational well-being, family structure, physical activity, markers of nutritional habits, and subjective well-being (body image, personal satisfaction, and satisfaction with their present and future life). Univariate and multivariate analysis was done using robust Poisson regression.RESULTS The prevalence of bullying was 26.2% (28.0% among males, 24.0% among females). The location of most bullying cases was at or on route to school (70.5%), followed by on the streets (28.5%), at home (9.8%), while practicing sports (7.3%), at parties (4.6%), at work (1.7%), and at other locations (1.6%). Reports of bullying were associated with life dissatisfaction, difficulty relating to parents, involvement in fights with peers and insecurity in the neighborhood.CONCLUSIONS A high prevalence of bullying among participating adolescents was found, and the school serves as the main bullying location, although other sites such as home, parties and workplace were also reported. Characteristics regarding self-perception and adolescent perceptions of their environment were also associated with bullying, thus advancing the knowledge of this type of violence, especially in urban centers of developing countries.
Resumo:
A robot’s drive has to exert appropriate driving forces that can keep its arm and end effector at the proper position, velocity and acceleration, and simultaneously has to compensate for the effects of the contact forces arising between the tool and the workpiece depending on the needs of the actual technological operation. Balancing the effects of a priori unknown external disturbance forces and the inaccuracies of the available dynamic model of the robot is also important. Technological tasks requiring well prescribed end effector trajectories and contact forces simultaneously are challenging control problems that can be tackled in various manners.