نتایج جستجو برای: value index

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

Journal: :CoRR 2010
Xueliang Li Yiyang Li

Let Tn denote the set of all unrooted and unlabeled trees with n vertices, and (i, j) a double-star. By assuming that every tree of Tn is equally likely, we show that the limiting distribution of the number of occurrences of the double-star (i, j) in Tn is normal. Based on this result, we obtain the asymptotic value of Randić index for trees. Fajtlowicz conjectured that for any connected graph ...

2016
Ivette Gomes B. G. Manjunath

• A simple generalisation of the classical Hill estimator of a positive extreme value index (EVI) has been recently introduced in the literature. Indeed, the Hill estimator can be regarded as the logarithm of the mean of order p = 0 of a certain set of statistics. Instead of such a geometric mean, we can more generally consider the mean of order p (MOP) of those statistics, with p real, and eve...

2004
Laurent Gardes

− One of the main goals of extreme value analysis is to estimate the probability of rare events given a sample from an unknown distribution. The upper tail behavior of this distribution is described by the extreme value index. We present a new estimator of the extreme value index adapted to any domain of attraction. Its construction is similar to the one of Pickands’ estimator. Its weak consist...

Journal: :International journal of clinical and experimental pathology 2014
Wen-Yi Zhao Jia Xu Ming Wang Zi-Zhen Zhang Lin Tu Chao-Jie Wang Tian-Long Lin Yan-Yin Shen Qiang Liu Hui Cao

BACKGROUND Ki67 index is one of the most important immunocytochemical markers of proliferation in tumors, but the criterion of Ki67 index in GISTs was not well-defined yet. Our study aims to fully evaluate the prognostic value of Ki67 index in GIST patients and efficiency of imatinib adjuvant therapy. METHODS Clinicopathological data were confirmed by pathological diagnosis and clinical recor...

2002
F. Estelle R. Simons

The therapeutic index of a histamine-1 (H1)antihistamine is the benefit-to-risk ratio of the medication and defines the range of doses and plasma concentrations over which the drug is effective and safe. In allergic rhinoconjunctivitis and urticaria, although the efficacy profiles of currently available H1-antihistamines are similar, these agents differ greatly with regard to safety, and this c...

Journal: :Revista espanola de cardiologia 2009
Miquel Sánchez Beatriz López Ernest Bragulat

In the overloaded situation under which the emergency departments (ED) operate in Spain,1 the immediate attention that the patient with chest pain (CP) requires constitutes a real challenge. Catheterization of these patients is an essential prerequisite prior to the application of algorithms and indexes that facilitate rapid detection of those who really have an acute coronary syndrome (ACS). C...

2005
H. W. SNYMAN

THE electrocardiographic diagnosis of atrial enlargement is a common problem. The established criteria, based on voltage, configuration, and duration of the P wave, very often fail to confirm the diagnosis even in cases of known atrial enlargement. In 1958, Macruz, Perloff, and Case1 proposed a simple formula for electrocardiographic recognition of right, left, and combined atrial enlargement. ...

2007
Ivette Gomes João Martins Manuela Neves M. Ivette Gomes

• Classical extreme value index estimators are known to be quite sensitive to the number k of top order statistics used in the estimation. The recently developed second order reduced-bias estimators show much less sensitivity to changes in k. Here, we are interested in the improvement of the performance of reduced-bias extreme value index estimators based on an exponential second order regressi...

Journal: :J. Multivariate Analysis 2016
Gilles Stupfler

In extreme value theory, the extreme-value index is a parameter that controls the behavior of a cumulative distribution function in its right tail. Estimating this parameter is thus the first step when tackling a number of problems related to extreme events. In this paper, we introduce an estimator of the extreme-value index in the presence of a random covariate when the response variable is ri...

2007
Barbara Wolf Barbara Wolfe Robert Moffitt

This paper presents a new approach to valuing in-kind benefits and a new index for that valuation. This approach is both individual (or family) specific and assigns a value to benefits for all those eligible for them, whether or not the benefits are actually used. The value is based on observed characteristics of the individual (and family) and location-specific factors likely to influence the ...

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

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

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