نتایج جستجو برای: آماره qlr

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

2001
Wen-Shyang Hwang Yu-Ben Miao Chih-Heng Ke Ji-Feng Chiu Ce-Kuen Shieh

The paper presents an implementation of QoS Library Redirection (QLR) for DiffServ in Microsoft Windows systems. In QLR method, the legacy application obtains packet pre-marking ability without any modification of source codes. We have upgraded the FTP and vic applications by using QLR in our Microsoft Windows testing platform. Our experimental results show that this approach can use really eff...

ژورنال: :journal of agricultural economics 2014
محمدرضا کهنسال سمانه ایروانی

موضوع تغییرات ساختاری و شوک ها در سری های زمانی، مسئله ای است که برای چندین دهه مورد بحث و بررسی بوده است. نادیده گرفتن آثار شکست ساختاری در سری های زمانی می تواند منجر به مشکلات جدی در الگوهای اقتصادی شود. هدف از این پژوهش بررسی شکست های ساختاری چندگانه نامعین در سری های قیمت محصولات دامی (شیر، تخم مرغ، گوشت مرغ، گوشت گوسفند و گوشت گاو) در دوره فروردین 1380 تا اسفند 1391 با استفاده از آماره ql...

2012
Thomas Dean Charles Dunn

We propose a new 3D barcode standard, Quick Layered Response (QLR) codes, and implemented encoding and decoding on Android devices. QLR codes are Quick Response (QR) codes superimposed in the RGB color space, and increase the capacity by a factor of 3. This advantage can be used to decrease the area needed to represent data by a factor of 3 or to increase the readable distance. QLR codes can be...

2014
Xiaohong Chen Demian Pouzo

This paper considers inference on functionals of semi/nonparametric conditional moment restrictions with possibly nonsmooth generalized residuals, which include all of the (nonlinear) nonparametric instrumental variables (IV) as special cases. For these models it is often difficult to verify whether a functional is regular (i.e., root-n estimable) or irregular (i.e., slower than root-n estimabl...

2008
Hiroyuki Kasahara Tatsuyoshi Okimoto

This paper proposes a modified quasi-likelihood test of Markov regime switching models. Despite its popularity in economics and finance, there are few papers that develop tests for regime switching models. Recently, Cho and White (2007) derive the asymptotic distribution of the quasi-likelihood ratio (QLR) statistic of Markov regime switching models with a scalar parameter. The asymptotic distr...

Journal: :Physical review letters 2011
Chase E Zachary Yang Jiao Salvatore Torquato

We show that quasi-long-range (QLR) pair correlations that decay asymptotically with scaling r(-(d+1)) in d-dimensional Euclidean space R(d), trademarks of certain quantum systems and cosmological structures, are a universal signature of maximally random jammed (MRJ) hard-particle packings. We introduce a novel hyperuniformity descriptor in MRJ packings by studying local-volume-fraction fluctua...

Journal: :Neural computation 2012
Halbert White Jin Seo Cho

We illustrate the need to use higher-order (specifically sixth-order) expansions in order to properly determine the asymptotic distribution of a standard artificial neural network test for neglected nonlinearity. The test statistic is a quasi-likelihood ratio (QLR) statistic designed to test whether the mean square prediction error improves by including an additional hidden unit with an activat...

Journal: :Longitudinal and life course studies 2021

Qualitative longitudinal research (QLR) has great potential for elucidating processes and change over time. Despite the growing interest in QLR, methodological practical challenges require further reflection. In this contribution, we reflect on two major issues interviewing adolescents QLR: panel maintenance changes set-up, including technique, content interviewer (dis)continuity. Based experie...

ژورنال: اقتصاد کشاورزی 2014
سمانه ایروانی محمدرضا کهنسال,

موضوع تغییرات ساختاری و شوک‌ها در سری‌های زمانی، مسئله‌ای است که برای چندین دهه مورد بحث و بررسی بوده است. نادیده گرفتن آثار شکست ساختاری در سری‌های زمانی می‌تواند منجر به مشکلات جدی در الگوهای اقتصادی شود. هدف از این پژوهش بررسی شکست‌های ساختاری چندگانه نامعین در سری‌های قیمت محصولات دامی (شیر، تخم مرغ، گوشت مرغ، گوشت گوسفند و گوشت گاو) در دوره فروردین 1380 تا اسفند 1391 با استفاده از آماره QL...

This study aims at investigating the challenges of conducting qualitative research (QLR) from Iranian ELT (English Language Teaching) Ph.D. students’ and ELT faculty members’ viewpoints in the Iranian higher education context. The participants of the study consisted of 100 Ph.D. students majoring in ELT and 50 ELT faculty members. The study followed a mixed-method appro...

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

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

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