نتایج جستجو برای: χ2

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

2015
Lea Takács Jitka Mlíková Seidlerová Lenka Šulová Simona Horáková Hoskovcová

OBJECTIVE To identify the social psychological factors affecting women's evaluation of care provided in Czech maternity hospitals using following criteria: satisfaction with intrapartum and postpartum care, willingness to return to a given hospital and to recommend the hospital to others. METHODS 762 women completed a 71-item original Czech questionnaire KLI-P designed to measure the psychoso...

2018
Amnon Ta-Shma Dean Doron

1. χtrivial(x) = 1 for every x ∈ G is a character. It is called the trivial character. 2. If χ1 and χ2 are characters of G then so is χ1 · χ2 (where χ1 · χ2(x) = χ1(x)χ2(x)). 3. For every character χ of G and x ∈ G, |χ(x)| = 1 (the absolute norm is of course in C). In particular, if we define χ1(x) = χ1(x), then χ1 is also a character and χ · χ = χtrivial. 4. This implies that Ĝ = {χ ∈ C[G] | χ...

2017
Li Wang Xue-Ling Mei

BACKGROUND Stevens-Johnson syndrome (SJS) and toxic epidermal necrolysis (TEN) are life-threatening diseases with high mortality rates. This study was designed to analyze the pathogenic factors, clinical manifestations, complications, treatment, and prognosis of SJS/TEN and to explore the differences between surviving and deceased patients. METHODS SJS/TEN patients admitted to Beijing Friends...

Journal: :Journal of Quantitative Linguistics 2013
Sean Wallis

A set of statistical tests termed contingency tests, of which χ is the most well-known example, are commonly employed in linguistics research. Contingency tests compare discrete distributions, that is, data divided into two or more alternative categories, such as alternative linguistic choices of a speaker or different experimental conditions. These tests are highly ubiquitous, and are part of ...

2017
Dong Jiang Xiao Luo Yingfang Ao Xi Gong Yong-jian Wang Hai-jun Wang Yu Miao Nan Li Ji-ying Zhang Jia-kuo Yu

BACKGROUND To evaluate the risk factor associated with total or subtotal meniscectomy for respective medial and lateral meniscus injury. METHODS The data of all the meniscus injured patients undergoing arthroscopy in our institute between January 15th, 2000 and December 31st, 2008 was collected and 6034 patients with 7241 injured menisci met the inclusion criteria. The mean patient age was 33...

Journal: :Discussiones Mathematicae Graph Theory 2012
Oleg V. Borodin Anna O. Ivanova

The trivial lower bound for the 2-distance chromatic number χ2(G) of any graph G with maximum degree ∆ is ∆+1. It is known that χ2 = ∆+1 if the girth g of G is at least 7 and ∆ is large enough. There are graphs with arbitrarily large ∆ and g ≤ 6 having χ2(G) ≥ ∆ + 2. We prove the 2-distance 4-colorability of planar subcubic graphs with g ≥ 22.

2011

One can construct a large swath of irreducible representations of G by taking all irreducible subquotients of the π(χ1, χ2). These are known as the principal series representations of G. To classify them, it is important to know the decomposition series of each π(χ1, χ2). It is not necessarily the case that π(χ1, χ2) is irreducible. For instance, π(| | , | |) = sm-IndGB 1 sits in an exact sequence

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

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

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