نتایج جستجو برای: total factor productivity tfp

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

2014
Syed Hasan H. Allen Klaiber Ian Sheldon

Agglomeration spill-over benefits are a major driver of policy creating industrial and science parks across the world. However, agglomeration benefits can be offset by competition arising out of the spatial proximity of firms. In this paper we examine the impact of agglomeration and selection on Taiwanese firms' total factor productivity (TFP) distribution and show that agglomeration causes the...

2005
Surender Kumar

Total factor productivity (TFP) growth in industrial manufacturing is measured for 15 major Indian states for the period 1982-83 to 2000-01 using non-parametric linear programming methods. TFP growth is decomposed into efficiency and technological changes and also measure for the bias in technical change. The resulting information is used to examine whether the post-reform period shows any impr...

Journal: :برنامه ریزی و بودجه 0
علیرضا امینی alireza amini دانشگاه آزاد اسلامی

this paper tries to measure and analyze the trend of indicators of labor and capital productivity as well as total factor productivity (tfp) in the economic sectors introduced in the 4th five-year-development plan for the period within 1971-2003. according to the results, the productivity indicator throughout iran has increased 0/9% on average annually and the highest growth has been in the tel...

2017
Gita Gopinath

Œis is a very interesting and provocative paper on an important topic. Growth in advanced economies of the world have seŠled into a tepid pace of 1%-2% a year associated with a decline in total factor and labor productivity over the past decade. It is imperative to understand the sources of low productivity growth and to evaluate what policies can rejuvenate growth. Œe potential growth rate of ...

Journal: :Journal of Agricultural Economics 2021

Using detailed data on veterinary, ecological, sanitary, phytosanitary and mandatory certification measures, this paper studies the effect of non-tariff measures (NTMs) firm productivity in food-processing industry through forward backward linkages. quantity value output at product level, we calculate compare quantity- revenue-based total factor (TFP). Exploiting episode NTM liberalisation Ukra...

Journal: :Journal of Applied Economics 2021

We explore the impact of financial friction on resource misallocation and total factor productivity (TFP) China. First, mathematical models are derived to clarify mechanism consequence misallocation, showing that leads mismatch, thus results in loss TFP. Second, taking dataset China as research sample, we establish econometric impacts allocation The show has negative TFP In addition, markets wi...

Journal: :اقتصاد و توسعه کشاورزی 0
مصطفی بنی اسدی سید عبدالمجید جلایی اسفندآبادی

introduction: the growth of agricultural production and natural resources are from primary objectives of any political system, because this section has a vital role in providing food security. according to the production theories, production growth will come from two sources; more use of production factors within the framework of existing technologies and second, with using more advanced and mo...

Journal: :International Journal of Renewable Energy Development 2022

This paper investigated the performance of Malaysian power plants from year 2015 to 2017 using Malmquist Total Factor Productivity (TFP) index, which is based on Data Envelopment Analysis (DEA). approach offers substantial advantages as compared other existing methods it can measure productivity changes over time for a variety inputs and outputs. Moreover, comprises two primary components: tech...

Journal: :Emerging Markets Finance and Trade 2023

Based on the data of Chinese A-share listed companies from 2010 to 2020, this article examines driving effect Digital Transformation Corporations (DTC) Total Factor Productivity (TFP) and selects Green Technology Innovation (GTIC) as mediating variable test mechanism action corporate TFP improvement. It is found that can significantly promote improvement; analysis shows drives improvement by pr...

2001
Lee E. Ohanian

This study assesses five common explanations for the large decline in U.S. total factor productivity (TFP) during the Great Depression: changes in capacity utilization, factor input quality, and production composition; labor hoarding; and increasing returns to scale. The study finds that these factors explain less than onethird of the 18 percent TFP decline between 1929 and 1933. The rest of th...

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

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

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"; } -->