نتایج جستجو برای: directional measure

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

Journal: :European Journal of Operational Research 2014
Biresh K. Sahoo Mahmood Mehdiloozad Kaoru Tone

Estimation of efficiency of firms in a non-competitive market characterized by heterogeneous inputs and outputs along with their varying prices is questionable when factor-based technology sets are used in data envelopment analysis (DEA). In this scenario, a value-based technology becomes an appropriate reference technology against which efficiency can be assessed. In this contribution, the val...

2011
Léopold Simar Anne Vanhems

In productivity analysis, the performance of production units is measured through the distance of the individual decision making units (DMU) to the technology which is defined as the frontier of the production set. Most of the existing methods, Farrell-Debreu and Shephard radial measures (input or output oriented) and hyperbolic distance functions, rely on multiplicative measures of the distanc...

Journal: :Acupuncture in medicine : journal of the British Medical Acupuncture Society 2010
Alex Benham Gillian Phillips Mark I Johnson

BACKGROUND Traditionally, acupuncturists manipulate needles to enhance sensations referred to as de qi or 'acupuncture needle sensation'. Acupuncture needle sensations are complex and quantifying the experience has been difficult. The aim of this crossover study was to measure self-reported needle sensation during deep and bi-directional rotated needling in 15 healthy volunteers. METHODS Each...

Ghasem Tohidi Maryam Khodadadi

The formulas of cost and allocative efficiencies of decision making units (DMUs) with positive data cannot be used for DMUs with negative data. On the other hand, these formulas are needed to analyze the productivity and performance of DMUs with negative data. To this end, this study introduces the cost and allocative efficiencies of DMUs with negative data and demonstrates that the introduc...

In this paper, two non-linear technologies are proposed based on weak disposability definitions: weak disposability with non-uniform abatement factors and new weak disposability. Both technologies are applied to Spanish airport systems and the existing technologies are modified. To remove the computational complexity of non-linear approaches, the linearization methods are proposed. Then, in ord...

The main goal of this paper is to propose a new approach for efficiency measurement and ranking of stocks. Data envelopment analysis (DEA) is one of the popular and applicable techniques that can be used to reach this goal. However, there are always concerns about negative data and uncertainty in financial markets. Since the classical DEA models cannot deal with negative and imprecise values, i...

Journal: :IEEE Trans. Mob. Comput. 2002
Jeffrey E. Wieselthier Gam D. Nguyen Anthony Ephremides

We consider ad hoc wireless networks that use directional antennas and have limited energy resources. To explore quantitatively the advantage offered by the use of directional antennas over the case of omnidirectional antennas, we consider the case of connection-oriented multicast traffic. Building upon our prior work on multicasting algorithms, we introduce two protocols that exploit the use o...

Journal: :Natural Language Engineering 2010
Lili Kotlerman Ido Dagan Idan Szpektor Maayan Zhitomirsky-Geffet

Distributional word similarity is most commonly perceived as a symmetric relation. Yet, directional relations are abundant in lexical semantics and in many Natural Language Processing (NLP) settings that require lexical inference, making symmetric similarity measures less suitable for their identification. This paper investigates the nature of directional (asymmetric) similarity measures that a...

Journal: :Journal of nematology 1992
J Fdez-Valdivia N Pérez de la Blanca P Castillo A Gómez-Barcina

This paper is the second in a series studying procedures for estimating and calibrating features of nematodes from digital images. Two kinds of features were analyzed for recognition: those with a directional component and those with a textural component. Features that have a directional component (lateral field and annules) were preprocessed with classic algorithms and modified by directional ...

2003
Rama Chellappa

This paper proposes an extension of edge detectors based on second-order differential operators to the case of multiple band (color) images. To this end, we deline a local directional measure of multispectral contrast. A definition of edge point is then given, as the location of a directional maximum of the contrast function. Extremal contrast edges are defined, as loci of zero crossing points ...

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

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

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