879 resultados para Panel Data Model


Relevância:

80.00% 80.00%

Publicador:

Resumo:

Der Zugang zu Datenbanken über die universelle Abfragesprache SQL stellt für Nicht-Spezialisten eine große Herausforderung dar. Als eine benutzerfreundliche Alternative wurden daher seit den 1970er-Jahren unterschiedliche visuelle Abfragesprachen (Visual Query Languages, kurz VQLs) für klassische PCs erforscht. Ziel der vorliegenden Arbeit ist es, eine generische VQL zu entwickeln und zu erproben, die eine gestenbasierte Exploration von Datenbanken auf Schema- und Instanzdatenebene für mobile Endgeräte, insbesondere Tablets, ermöglicht. Dafür werden verschiedene Darstellungsformen, Abfragestrategien und visuelle Hints für Fremdschlüsselbeziehungen untersucht, die den Benutzer bei der Navigation durch die Daten unterstützen. Im Rahmen einer Anforderungsanalyse erwies sich die Visualisierung der Daten und Beziehungen mittels einer platzsparenden geschachtelten NF2-Darstellung als besonders vorteilhaft. Zur Steuerung der Datenbankexploration wird eine geeignete Gestensprache, bestehend aus Stroke-, Multitouch- und Mid-Air-Gesten, vorgestellt. Das Gesamtkonzept aus Darstellung und Gestensteuerung wurde anhand des im Rahmen dieser Arbeit entwickelten GBXT-Prototyps auf seine reale Umsetzbarkeit hin, als plattformunabhängige Single-Page-Application für verschiedene mobile Endgeräte mittels JavaScript und HTML5/CSS3 untersucht.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Much management accounting research focuses on design of incentive compensation contracts. A basic assumption in these contracts is that performance-based incentives improve employee performance. This paper reports on a field test of the multi-period incentive effects of a performance-based compensation plan on the sales of a retail establishment. Analysis of panel data for 15 retail outlets over 66 months indicates a sales increase when the plan is implemented, an effect that persists and increases over time. Sales gains are significantly lower in the peak selling season when more temporary workers are employed.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Thesis (Ph.D.)--University of Washington, 2016-08

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Este artigo visa identificar os determinantes da liquidez das pequenas e médias empresas (PME) portuguesas, assim como analisar até que ponto estes se alteram quando analisamos períodos de estabilidade ou de recessão financeira. Para tal, recorremos a uma amostra de dados em painel, considerando 4.355 PME, e analisando o período compreendido entre 2002 e 2011. De um modo geral, os resultados confirmam a existência de uma relação significativa entre algumas das variáveis independentes e a liquidez das empresas. Mais especificamente, os resultados evidenciam uma relação positiva entre a dimensão, a rendibilidade e a probabilidade de existência de problemas financeiros, e a liquidez das empresas, bem como uma relação negativa entre o grau de endividamento e a maturidade da dívida, e a liquidez das PME. Os resultados mostram ainda que a liquidez das empresas é afetada em períodos de crise financeira, verificando-se, nomeadamente, uma redução da dívida de curto prazo e um aumento da duração do ciclo de conversão de caixa.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

In Brazil, the selection of school principals is set in a decentralized manner by each state and city, such that processes may vary with time for a specific locality. In the state of Bahia, school principals were appointed by a higher political hierarchy until 2008, when schools under state administration started selecting principals by elections. The main goal of this work is to evaluate whether changing this specific rule affected students proficiency levels. This is achieved by using a panel data and difference-in-differences approachs that compares state schools (treatment group) to city schools (control group) that did not face a selection rule change and thus kept having their principals politically appointed. The databases used are Prova Brasil 2007, 2009 and 2011, the first one prior and the other two former to the policy change. Our results suggest that students attending schools with principals that are selected and elected have slightly lower mean proficiency levels both in mathematics and in portuguese exams than those attending schools with appointed principals. This result, according to the literature, could be related to perverse effects of selecting school administrators by vote, such as corporatism, clientelism and politicization of the school environment

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Applications are subject of a continuous evolution process with a profound impact on their underlining data model, hence requiring frequent updates in the applications' class structure and database structure as well. This twofold problem, schema evolution and instance adaptation, usually known as database evolution, is addressed in this thesis. Additionally, we address concurrency and error recovery problems with a novel meta-model and its aspect-oriented implementation. Modern object-oriented databases provide features that help programmers deal with object persistence, as well as all related problems such as database evolution, concurrency and error handling. In most systems there are transparent mechanisms to address these problems, nonetheless the database evolution problem still requires some human intervention, which consumes much of programmers' and database administrators' work effort. Earlier research works have demonstrated that aspect-oriented programming (AOP) techniques enable the development of flexible and pluggable systems. In these earlier works, the schema evolution and the instance adaptation problems were addressed as database management concerns. However, none of this research was focused on orthogonal persistent systems. We argue that AOP techniques are well suited to address these problems in orthogonal persistent systems. Regarding the concurrency and error recovery, earlier research showed that only syntactic obliviousness between the base program and aspects is possible. Our meta-model and framework follow an aspect-oriented approach focused on the object-oriented orthogonal persistent context. The proposed meta-model is characterized by its simplicity in order to achieve efficient and transparent database evolution mechanisms. Our meta-model supports multiple versions of a class structure by applying a class versioning strategy. Thus, enabling bidirectional application compatibility among versions of each class structure. That is to say, the database structure can be updated because earlier applications continue to work, as well as later applications that have only known the updated class structure. The specific characteristics of orthogonal persistent systems, as well as a metadata enrichment strategy within the application's source code, complete the inception of the meta-model and have motivated our research work. To test the feasibility of the approach, a prototype was developed. Our prototype is a framework that mediates the interaction between applications and the database, providing them with orthogonal persistence mechanisms. These mechanisms are introduced into applications as an {\it aspect} in the aspect-oriented sense. Objects do not require the extension of any super class, the implementation of an interface nor contain a particular annotation. Parametric type classes are also correctly handled by our framework. However, classes that belong to the programming environment must not be handled as versionable due to restrictions imposed by the Java Virtual Machine. Regarding concurrency support, the framework provides the applications with a multithreaded environment which supports database transactions and error recovery. The framework keeps applications oblivious to the database evolution problem, as well as persistence. Programmers can update the applications' class structure because the framework will produce a new version for it at the database metadata layer. Using our XML based pointcut/advice constructs, the framework's instance adaptation mechanism is extended, hence keeping the framework also oblivious to this problem. The potential developing gains provided by the prototype were benchmarked. In our case study, the results confirm that mechanisms' transparency has positive repercussions on the programmer's productivity, simplifying the entire evolution process at application and database levels. The meta-model itself also was benchmarked in terms of complexity and agility. Compared with other meta-models, it requires less meta-object modifications in each schema evolution step. Other types of tests were carried out in order to validate prototype and meta-model robustness. In order to perform these tests, we used an OO7 small size database due to its data model complexity. Since the developed prototype offers some features that were not observed in other known systems, performance benchmarks were not possible. However, the developed benchmark is now available to perform future performance comparisons with equivalent systems. In order to test our approach in a real world scenario, we developed a proof-of-concept application. This application was developed without any persistence mechanisms. Using our framework and minor changes applied to the application's source code, we added these mechanisms. Furthermore, we tested the application in a schema evolution scenario. This real world experience using our framework showed that applications remains oblivious to persistence and database evolution. In this case study, our framework proved to be a useful tool for programmers and database administrators. Performance issues and the single Java Virtual Machine concurrent model are the major limitations found in the framework.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Neste estudo são analisados, através de técnicas adequadas para dados em painel, os determinantes da liquidez das empresas portuguesas cotadas na Euronext Lisbon. Para a concretização do mesmo foi utilizada uma amostra de 40 empresas, para o período de 2000 a 2014, sendo este período dividido em dois subperíodos, o antes e o depois da crise. Os resultados evidenciam a existência de uma relação entre algumas das variáveis independentes e a variável dependente. De facto, antes da crise, verifica-se que as oportunidades de crescimento e a probabilidade de dificuldades financeiras são significativas para o nível da liquidez, sendo que, depois da crise, as variáveis explicativas do nível de liquidez são a volatilidade dos fluxos de caixa, o ciclo de conversão de caixa e a probabilidade de dificuldades financeiras.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

This research work aims to discuss the gender issue concerning entrepreneurship in European Union countries in a period of nine years, from 2007 to 2015, identifying the factors which drive individuals to be entrepreneurs. The study mainly concentrates on identifying and quantifying the personal, social, political and economic features which are motivating individuals, especially women, to be entrepreneurs, as well as the main difficulties they feel during the process of business creation. In order to explore the entrepreneurial activity across a set of developed countries the econometric methodology of panel data (in particular the fixed effects and random effects models) is applied to a data set of entrepreneurial statistical indicators calculated and made available by the Global Entrepreneurship Monitor. The results show that the knowledge of other start-up entrepreneurs, a desired career choice, the governmental support and the existence of public policies that promote entrepreneurship (specially within the framework of small and medium sized firms) and the transfer of R&D are factors influencing negatively on the rate of female entrepreneurship. None of the observed variables are barriers for male entrepreneurs. The perceived capabilities and opportunities, the entrepreneurial intention, the policies to lower taxes and bureaucracy and the social and cultural norms are identified drives for women for engaging in a process of running their own ventures. These findings offer a set of valid knowledge to understand which measures could be implemented or should be changed and improved at a political and managerial level for stimulating entrepreneurship, especially for women.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

The main aim of this study was to analyze evidence of an environmental Kuznets curve for water pollution in the developing and developed countries. The study was conducted based on a panel data set of 54 countries – that were categorized into six groups of “developed countries”, “developing countries”, “developed countries with low income”, “developed countries with high income” and “coastal countries”- between the years 1995 to 2006. The results do not confirm the inverted U-shape of EKC curve for the developed countries with low income. Based on the estimated turning points and the average GDP per capita, the study revealed at which point of the EKC the countries are. Furthermore, impacts of capital-and-labor ratio as well as trade openness are drawn by estimating different models for the EKC. The magnitude role of each explanatory variable on BOD was calculated by estimating the associated elasticity.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

No presente estudo procuramos analisar os determinantes do crescimento das empresas familiares portuguesas, através de uma amostra de empresas familiares membros da Associação de Empresas Familiares, durante o período de 2006 a 2014. Com vista ao teste das hipóteses em estudo foram utilizados dados em painel, com modelos de efeitos fixo e aleatório. A variável dependente definida foi o crescimento das vendas. As variáveis independentes definidas foram: dimensão; idade; endividamento; endividamento de curto prazo; endividamento de médio longo prazo; produtividade da mão-de-obra; estrutura do ativo; variável dummy da crise financeira; variável dummy da administração pertencer à família; e variável dummy do género do administrador. Os resultados obtidos confirmam a dimensão, a idade e o endividamento como determinantes do crescimento; ABSTRACT: In the present study we analyzed the determinants of growth of family businesses through a sample of family businesses members of the Family Business Association, during the period between 2006 and 2014. In order to test the hypotheses under study were used panel data, with models of fixed and random effects. The Sales growth was defined as the dependent variable. The independent variables were defined: size; age; debt; short-term debt; medium and long term debt; labor productivity; asset structure; dummy variable of the financial crisis; dummy administration belong to the family; and dummy administrator gender variable. The results confirm the size, age, and debt as determinants of growth.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Dissertação (mestrado)—UnB/UFPB/UFRN, Programa MultiInstitucional e Inter-Regional de Pós-Graduação em Ciências Contábeis, 2016.

Relevância:

80.00% 80.00%

Publicador:

Resumo:

In Brazil, the selection of school principals is set in a decentralized manner by each state and city, such that processes may vary with time for a specific locality. In the state of Bahia, school principals were appointed by a higher political hierarchy until 2008, when schools under state administration started selecting principals by elections. The main goal of this work is to evaluate whether changing this specific rule affected students proficiency levels. This is achieved by using a panel data and difference-in-differences approachs that compares state schools (treatment group) to city schools (control group) that did not face a selection rule change and thus kept having their principals politically appointed. The databases used are Prova Brasil 2007, 2009 and 2011, the first one prior and the other two former to the policy change. Our results suggest that students attending schools with principals that are selected and elected have slightly lower mean proficiency levels both in mathematics and in portuguese exams than those attending schools with appointed principals. This result, according to the literature, could be related to perverse effects of selecting school administrators by vote, such as corporatism, clientelism and politicization of the school environment

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Obesity has been classified by the World Health Organization as a worldwide epidemic -- This issue is a growing field in economics due to pathologies associated with overweight, the significant impact on healthcare costs and consequent deterioration of welfare -- This paper shows the analysis of the results from the National Survey of Risk Factors in order to identify the role of socioeconomic conditions of obesity and overweight based on panel data models -- The results indicate that the income level and sedentary lifestyle have positively influenced obesity and overweight, whereas the education and medical coverage are not relevant when explaining the differences between provinces in overweight prevalence, but become significant in the obesity rates variations

Relevância:

80.00% 80.00%

Publicador:

Resumo:

Entrepreneurship displays remarkable differences across countries because of diverse factors. In this sense, it is frequently argued that economic liberalization encourages entrepreneurship. In this paper we address the extent to which economic freedom, understood as market economy oriented institutions and policies, matters for entrepreneurial activity through a panel data analysis for 78 countries during the period 2001-2012. We examine the relationship between the Fraser Institute’s economic freedom index and its five areas, and three entrepreneurial activity indicators from the Global Entrepreneurship Monitor, namely total entrepreneurial activity, necessity entrepreneurship and opportunity entrepreneurship. Economic freedom seems to increase opportunity entrepreneurship and decrease necessity entrepreneurship. Focusing on the OECD countries, we highlight that economic freedom is positively associated with entrepreneurship. In terms of entrepreneurship motivation, we find that a more flexible regulation of credit, labor and business, as well as entrepreneurial attitudes, may contribute to enhance opportunity entrepreneurship

Relevância:

80.00% 80.00%

Publicador:

Resumo:

This dissertation is composed of three essays covering two areas of interest. The first topic is personal transportation demand with a focus on price and fuel efficiency elasticities of mileage demand, challenging assumptions common in the rebound effect literature. The second topic is consumer finance with a focus on small loans. The first chapter creates separate variables for fuel prices during periods of increasing and decreasing prices as well as an observed fuel economy measure to empirically test the equivalence of these elasticities. Using a panel from Germany from 1997 to 2009 I find a fuel economy elasticity of mileage of 53.3%, which is significantly different from the gas price elasticity of mileage during periods of decreasing gas prices, 4.8%. I reject the null hypothesis or price symmetry, with the elasticity of mileage during period of increasing gas prices ranging from 26.2% and 28.9%. The second chapter explores the potential for the rebound effect to vary with income. Panel data from U.S. households from 1997 to 2003 is used to estimate the rebound effect in a median regression. The estimated rebound effect independent of income ranges from 17.8% to 23.6%. An interaction of income and fuel economy is negative and significant, indicating that the rebound effect may be much higher for low income individuals and decreases with income; the rebound effect for low income households ranged from 80.3% to 105.0%, indicating that such households may increase gasoline consumption given an improvement in fuel economy. The final chapter documents the costs of credit instruments found in major mail order catalogs throughout the 20th century. This study constructs a new dataset and finds that the cost of credit increased and became stickier as mail order retailers switched from an installment-style closed-end loan to a revolving-style credit card. This study argues that revolving credit's ability to decrease salience of credit costs in the price of goods is the best explanation for rate stickiness in the mail order industry as well as for the preference of revolving credit among retailers.