نتایج جستجو برای: panel vector autoregressive pvar

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

2014
Ferdinand Thies Michael Wessel Alexander Benlian

Motivated by the growing interconnection between online platforms, we examine the dynamic interplay between social buzz and contribution behavior in the crowdfunding context. Since the utility of crowdfunding projects is usually difficult to ascertain, prospective backers draw on quality signals, such as social buzz and prior-contribution behavior, to make their funding decisions. We employ the...

Journal: :Trakya Üniversitesi Sosyal Bilimler Dergisi 2021

Bu çalışmanın amacı en iyi 10 yükselen piyasa ekonomisinde finansal gelişmişliğin insani gelişim üzerindeki etkisini panel vector autoregression (PVAR) yaklaşımı kullanarak 1990-2018 dönemi için ele almaktır. amaçla özel sektöre sağlanan krediler ve M2 para arzı temel göstergeleri olarak benimsenmiştir. Elde edilen sonuçlar kredilerin GSYH içindeki payında meydana gelen bir birimlik artışın gel...

Journal: :MIS Quarterly 2014
Sanjeev Dewan Jui Ramaprasad

Motivated by the growing importance of social media, this paper examines the relationship between new media, old media, and sales, in the context of the music industry. In particular, we study the interplay between blog buzz, radio play and music sales, at both the album and song levels of analysis. We employ the Panel Vector Auto-regression (PVAR) methodology, an extension of vector auto-regre...

Journal: :Sustainability 2021

This study examines the causal relationship between economic growth, financial development, and national governance. To analyze three-way link of stated variables, Panel Vector Auto-Regressive (PVAR) model was applied to 115 economies 1996 2018. The impact each variable shock is explored through Impulse Response Function (IRF) variance decomposition. results indicate that development governance...

2011
T. W. ANDERSON NOZER D. SINGPURWALLA REFIK SOYER T. W. Anderson Refik Soyer Theodore W. Anderson

In this paper we consider nonhomogeneous autoregressive processes which are special cases of the vector-valued autoregressive processes considered by Anderson (1978) for the analysis of panel survey data. We point out that, for a nonhomogeneous autoregressive process of order higher than one, the least-squares estimates cannot be obtained unless repeated measurements are made on the time series...

Journal: :Mathematics 2021

The existing spatial panel structural vector auto-regressive model can effectively capture the time and dynamic dependence of endogenous variables. However, hypothesis that common factors have same effect for all units is unreasonable. Therefore, incorporating effects, time-individual this paper develops a more general autoregressive with interactive effects (ISpSVAR) reflect different on units...

 We consider the problem of model selection in vector autoregressive model with Normal innovation. Tests such as Vuong's and Cox's tests are provided for order and model selection, i.e. for selecting the order and a suitable subset of regressors, in vector autoregressive model. We propose a test as a modified log-likelihood ratio test for selecting subsets of regressors. The Europe oil prices, ...

Journal: :Regional Studies 2021

This paper studies regional productive performance differentials among 243 NUTS-2 European regions for the period 2003–11. Within last two decades technology gap between has increased considerably. Building on previous that have used data envelopment analysis (DEA) and which neglected national production structures pre-existing technological heterogeneity, we examine differences in by using a m...

Journal: :Journal of Geographical Sciences 2021

Exploring the spatio-temporal dynamics of poverty is important for research on sustainable reduction in China. Based perspective development geography, this paper proposes a panel vector autoregressive (PVAR) model that combines human approach with global indicator framework Sustainable Development Goals (SDGs) to identify poverty-causing and poverty-reducing factors The aim measure multidimens...

Journal: :Sustainability 2022

As an important node city of “The Belt and Road” strategy, Urumqi has a non-negligible impact on the ecological environment in process rapid development. It is great significance to understand coupling coordination between urbanization for regional sustainable However, previous studies degree (CCD) model are limited, they ignore endogenous relationship two. Therefore, this study aims introduce ...

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

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

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