747 resultados para effectiveness of visualization
Resumo:
In April 1998, the RBI, the Indian central bank, formally announced a shift in its policy framework from monetary targeting to a multiple indicator approach, and since then, under this framework, the bank has considered a range of economic and financial variables as policy indicators for drawing policy perspectives. This paper aims to examine the effectiveness of this current policy framework in India by analyzing the causal relationships of each indicator variable on the objective variables. The results reveal that, except for bank credit, all indicator variables considered in this study have a causal relationship with at least either output or price level, suggesting that most preannounced economic and financial variables have served as useful policy indicators under the multiple indicator approach.
Resumo:
In the post-Asian crisis period, bank loans to the manufacturing sector have shown a slow recovery in the affected countries, unexceptionally in the Philippines. This paper provides a literacy survey on the effectiveness of the Central Bank’s monetary policy and the responsiveness of the financial market, and discusses on the future works necessary to better understand the monetary policy effectiveness in the Philippines. As the survey shows, most previous works focus on the correlation between the short-term policy rates and during the period of monetary tightening and relatively less interest in quantitative effectiveness. Future tasks would shed lights on (1) the asset side – other than loan outstanding – of banks to analyze their behavior/preference in structuring portfolios, and (2) the quantitative impacts during the monetary easing period.
Resumo:
This paper aims to identify the magnitude of energy efficiency improvement, which has been promoted through energy efficiency labeling and the Minimum Energy Performance Standard, and to compare this against the increase in the number of products and the average increase in cooling capacity. Air conditioners (ACs) are one of the major contributors to energy consumption in a household. To assess the magnitude of this factor, we developed a formula to decompose total energy consumption from ACs into the number of ACs, their average cooling capacity, and energy efficiency. In the case of ACs in Thailand, energy efficiency improvement has offset the increase in the average AC cooling capacity. However, energy consumption from ACs increases with the number of ACs.
Resumo:
This study focuses on the effectiveness of resilient wheels in reducing railway noise and vibrations, and compares the effectiveness of three types of wheels. The finite elements method has been used to characterise the vibratory behaviour of these wheels. The model has been excited with a realistic spectrum of vertical track irregularities, and a spectral analysis has been carried out. Results have been post-processed in order to estimate the sound power emitted. These calculations have been used to assess the effectiveness of the resilient wheel designs in reducing noise emitted to the environment and in propagating structural vibrations.
Resumo:
We report on a detailed study of the application and effectiveness of program analysis based on abstract interpretation to automatic program parallelization. We study the case of parallelizing logic programs using the notion of strict independence. We first propose and prove correct a methodology for the application in the parallelization task of the information inferred by abstract interpretation, using a parametric domain. The methodology is generic in the sense of allowing the use of different analysis domains. A number of well-known approximation domains are then studied and the transformation into the parametric domain defined. The transformation directly illustrates the relevance and applicability of each abstract domain for the application. Both local and global analyzers are then built using these domains and embedded in a complete parallelizing compiler. Then, the performance of the domains in this context is assessed through a number of experiments. A comparatively wide range of aspects is studied, from the resources needed by the analyzers in terms of time and memory to the actual benefits obtained from the information inferred. Such benefits are evaluated both in terms of the characteristics of the parallelized code and of the actual speedups obtained from it. The results show that data flow analysis plays an important role in achieving efficient parallelizations, and that the cost of such analysis can be reasonable even for quite sophisticated abstract domains. Furthermore, the results also offer significant insight into the characteristics of the domains, the demands of the application, and the trade-offs involved.
Resumo:
This paper presents a study of the effectiveness of global analysis in the parallelization of logic programs using strict independence. A number of well-known approximation domains are selected and tlieir usefulness for the application in hand is explained. Also, methods for using the information provided by such domains to improve parallelization are proposed. Local and global analyses are built using these domains and such analyses are embedded in a complete parallelizing compiler. Then, the performance of the domains (and the system in general) is assessed for this application through a number of experiments. We argüe that the results offer significant insight into the characteristics of these domains, the demands of the application, and the tradeoffs involved.
Resumo:
Grapevine germplasm, including 38 of the main Portuguese cultivars and three foreign cultivars, Pinot Noir, Pinot Blanc and Chasselas, used as a reference, and 37 true-to-type clones from the Alvarinho, Arinto, Loureiro, Moscatel Galego Branco, Trajadura and Vinhão cultivars were studied using AFLP and three retrotransposon-based molecular techniques, IRAP, REMAP and SSAP. To study the retrotransposon-based polymorphisms, 18 primers based on the LTR sequences of Tvv1, Gret1 and Vine-1 were used. In the analysis of 41 cultivars, 517 IRAP, REMAP, AFLP and SSAP fragments were obtained, 83% of which were polymorphic. For IRAP, only the Tvv1Fa primer amplified DNA fragments. In the REMAP analysis, the Tvv1Fa-Ms14 primer combination only produced polymorphic bands, and the Vine-1 primers produced mainly ISSR fragments. The highest number of polymorphic fragments was found for AFLP. Both AFLP and SSAP showed a greater capacity for identifying clones, resulting in 15 and 9 clones identified, respectively. Together, all of the techniques allowed for the identification of 54% of the studied clones, which is an important step in solving one of the challenges that viticulture currently faces.
Resumo:
This paper presents improved unification algorithms, an implementation, and an analysis of the effectiveness of an abstract interpreter based on the sharing + freeness domain presented in a previous paper, which was designed to accurately and concisely represent combined freeness and sharing information for program variables. We first briefly review this domain and the unification algorithms previously proposed. We then improve these algorithms and correct them to deal with some cases which were not well analyzed previously, illustrating the improvement with an example. We then present the implementation of the improved algorithm and evaluate its performance by comparing the effectiveness of the information inferred to that of other interpreters available to us for an application (program parallelization) that is common to all these interpreters. All these systems have been embedded in a real parallelizing compiler. Effectiveness of the analysis is measured in terms of actual final performance of the system: i.e. in terms of the actual speedups obtained. The results show good performance for the combined domain in that it improves the accuracy of both types of information and also in that the analyzer using the combined domain is more effective in the application than any of the other analyzers it is compared to.
Resumo:
Many countries around the world are implementing Public?Private?Partnership (PPP) contacts to manage road infrastructure. In some of these contracts the public sector introduces economic incentives to the private operator to foster the accomplishment of social goals. One of the incentives that have been introduced in some PPP contracts is related to safety in such a way that the better the safety outcome the greater will be the economic reward to the contractor. The aim of this paper is at identify whether the incentives to improve road safety in highway PPPs are ultimately effective in improving safety ratios. To this end Poisson and negative binomial regression models have been applied using information from highway sections in Spain. The findings indicate that even though road safety is highly influenced by variables that are not much controllable by the contractor such as the Average Annual Daily Traffic and the percentage of heavy vehicles, the implementation of safety incentives in PPPs has a positive influence in the reduction of fatalities, injuries and accidents.
Resumo:
Some verification and validation techniques have been evaluated both theoretically and empirically. Most empirical studies have been conducted without subjects, passing over any effect testers have when they apply the techniques. We have run an experiment with students to evaluate the effectiveness of three verification and validation techniques (equivalence partitioning, branch testing and code reading by stepwise abstraction). We have studied how well able the techniques are to reveal defects in three programs. We have replicated the experiment eight times at different sites. Our results show that equivalence partitioning and branch testing are equally effective and better than code reading by stepwise abstraction. The effectiveness of code reading by stepwise abstraction varies significantly from program to program. Finally, we have identified project contextual variables that should be considered when applying any verification and validation technique or to choose one particular technique.
Resumo:
The Spanish NGO "Alianza por la Solidaridad" has installed improved cookstoves in 3000 households during 2012 and 2013 to improve energy efficiency reducing fuelwood consumption and to improve in-door air quality. The type of cookstoves were Noflaye Jeeg and Noflaye Jaboot and were installed in the Cassamance Natural Subregion covering part of Senegal, The Gambia and Guinea-Bissau. The Technical University of Madrid (UPM) has conducted a field study on a sample of these households to assess the effect of improved cookstoves on kitchen air quality. Measurements of carbon monoxide (CO) and fine particle matter (PM2.5) were taken for 24-hr period before and after the installation of improved cook-stoves. The 24-hr mean CO concentrations were lower than the World Health Organization (WHO) guidelines for Guinea-Bissau but higher for Senegal and Gambia, even after the installation of improved cookstoves. As for PM2.5 concentrations, 24-hr mean were always higher than these guidelines. However, improved cookstoves produced significant reductions on 24-hr mean CO and PM2.5 concentrations in Senegal and for mean and maximum PM2.5 concentration on Gambia. Although this variability needs to be explained by further research to determine which other factors could affect indoor air pollution, the study provided a better understanding of the problem and envisaged alternatives to be implemented in fu-ture phases of the NGO project.
Resumo:
An accepted fact in software engineering is that software must undergo verification and validation process during development to ascertain and improve its quality level. But there are too many techniques than a single developer could master, yet, it is impossible to be certain that software is free of defects. So, it is crucial for developers to be able to choose from available evaluation techniques, the one most suitable and likely to yield optimum quality results for different products. Though, some knowledge is available on the strengths and weaknesses of the available software quality assurance techniques but not much is known yet on the relationship between different techniques and contextual behavior of the techniques. Objective: This research investigates the effectiveness of two testing techniques ? equivalence class partitioning and decision coverage and one review technique ? code review by abstraction, in terms of their fault detection capability. This will be used to strengthen the practical knowledge available on these techniques.
Resumo:
The objective of this study was to evaluate the effects of increasing doses [0 (control: CON), 20, 60, 180 and 540 mg/L incubation medium] of garlic oil (GO) and cinnamaldehyde (CIN) on in vitro ruminal fermentation of two diets. Batch cultures of mixed ruminal microorganisms were inoculated with ruminal fluid from four sheep fed a medium-concentrate diet (MC; 50 : 50 alfalfa hay : concentrate) or four sheep fed a high-concentrate diet (HC; 15 : 85 barley straw : concentrate). Diets MC and HC were representative of those fed to dairy and fattening ruminants, respectively. Samples of each diet were used as incubation substrates for the corresponding inoculum, and the incubation was repeated on 4 different days (four replicates per experimental treatment). There were GO × diet-type and CIN × diet-type interactions (P < 0.001–0.05) for many of the parameters determined, indicating different effects of both oils depending on the diet type. In general, effects of GO were more pronounced for MC compared with HC diet. Supplementation of GO did not affect (P > 0.05) total volatile fatty acid (VFA) production at any dose. For MC diet, GO at 60, 180 and 540 mg/L decreased (P < 0.05) molar proportion of acetate (608, 569 and 547 mmol/mol total VFA, respectively), and increased (P < 0.05) propionate proportion (233, 256 and 268 mmol/mol total VFA, respectively), compared with CON values (629 and 215 mmol/mol total VFA for acetate and propionate, respectively). A minimum dose of 180 mg of GO/L was required to produce similar modifications in acetate and propionate proportions with HC diet, but no effects (P > 0.05) on butyrate proportion were detected. Methane/VFA ratio was reduced (P < 0.05) by GO at 60, 180 and 540 mg/L for MC diet (0.23, 0.16 and 0.10 mol/mol, respectively), and by GO at 20, 60, 180 and 540 mg/L for HC diet (0.19, 0.19, 0.16 and 0.08 mol/mol, respectively), compared with CON (0.26 and 0.21 mol/mol for MC and HC diets, respectively). No effects (P = 0.16–0.85) of GO on final pH and concentrations of NH3-N and lactate were detected. For both diet types, the highest CIN dose decreased (P < 0.05) production of total VFA, gas and methane, which would indicate an inhibition of fermentation. Compared with CON, CIN at 180 mg/L increased (P < 0.05) acetate proportion for the MC (629 and 644 mmol/mol total VFA for CON and CIN, respectively) and HC (525 and 540 mmol/mol total VFA, respectively) diets, without affecting the proportions of any other VFA or total VFA production. Whereas for MC diet CIN at 60 and 180 mg/L decreased (P < 0.05) NH3-N concentrations compared with CON, only a trend (P < 0.10) was observed for CIN at 180 mg/L with the HC diet. Supplementation of CIN up to 180 mg/L did not affect (P = 0.18–0.99) lactate concentrations and production of gas and methane for any diet. The results show that effectiveness of GO and CIN to modify ruminal fermentation may depend on diet type, which would have practical implications if they are confirmed in vivo.
Resumo:
The Spanish NGO "Alianza por la Solidaridad" has installed improved cookstoves in 3000 households during 2012 and 2013 to improve energy efficiency reducing fuelwood consumption and to improve indoor air quality. The type of cookstoves were Noflaye Jeeg and Noflaye Jaboot and were installed in the Cassamance Natural Subregion covering part of Senegal, The Gambia and Guinea-Bissau. The Technical University of Madrid (UPM) has conducted a field study on a sample of these households to assess the effect of improved cookstoves on kitchen air quality. Measurements of carbon monoxide (CO) and fine particle matter (PM2.5) were taken for 24-hr period before and after the installation of improved cookstoves. The 24-hr mean CO concentrations were lower than the World Health Organization (WHO) guidelines for Guinea-Bissau but higher for Senegal and Gambia, even after the installation of improved cookstoves. As for PM2.5 concentrations, 24-hr mean were always higher than these guidelines. However, improved cookstoves produced significant reductions on 24-hr mean CO and PM2.5 concentrations in Senegal and for mean and maximum PM2.5 concentration on Gambia. Although this variability needs to be explained by further research to determine which other factors could affect indoor air pollution, the study provided a better understanding of the problem and envisaged alternatives to be implemented in future phases of the NGO project.
Resumo:
Acknowledgements Gokul Gopalan (a Senior Global Medical Director [Respiratory], at Teva Pharmaceuticals, Frazer, PA, US, at the time of this study), assisted with study design. Funding Funds to acquire the dataset from the Pharmo Institute for Drug Outcomes Research (Utrecht, the Netherlands) were provided by RiRL. The study received institutional support from Teva Pharmaceuticals Europe B.V. Gokul Gopalan, a Senior Global Medical Director (Respiratory), at Teva Pharmaceuticals, Frazer, PA, US, at the time of this study, assisted with study design, but neither Teva Pharmaceuticals Europe B.V. nor Teva Pharmaceuticals, Frazer, PA, US, contributed, either in part or in whole, to the collection, analysis, or interpretation of study data, manuscript writing, or the decision to submit the manuscript for publication. Erratum The original version of this article unfortunately contained errors that have since been corrected. The word “pharmo” has been fully capitalised to “PHARMO” throughout the article. The reference to Table 2 in the first and second sentence under the Outcomes heading has been replaced with Fig. 3. Under the Abbreviations heading ‘extrafine-particle’ was repeated, this has been corrected to ‘EF-HFA-BDP [Qvar®]: extrafine-particle hydrofluoroalkane beclomethasone dipropionate’. The competing interests of Nicolas Roche and Theresa Guibert have been amended. Academic affiliations for Dirkje S. Postma (2), Richard J. Martin (3), Ron M.C. Herrings (4), Jetty Overbeek (4), and Nicolas Roche (7) have been corrected. Figure 3 in the online and pdf version did not match, this been amended