نتایج جستجو برای: point estimate method pem

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

2016
Lining Wang Yu Wang Qi Guan Yong Liu Tianyi He Jiaru Wang

Lung cancer is one of the most prevalent types of cancer in the world. Surgery, chemotherapy and radiotherapy are used clinically as treatments for numerous cancers. Due to the appearance of drug resistance, the remission rate is limited to 40-50%. Docetaxel and pemetrexed are two drugs commonly used, and their effects in single-phase cell culture are well known. From the pharmacological point ...

Journal: :IEEE Transactions on Dependable and Secure Computing 2021

The notion of Local Differential Privacy (LDP) enables users to answer sensitive questions while preserving their privacy. basic LDP frequency oracle protocol the aggregator estimate any value. But when domain input values is large, finding most frequent values, also known as heavy hitters, by estimating frequencies all possible computationally infeasible. In this paper, we propose an for ident...

2001
K V Tabunshchyk

A method of consideration of gaussian fluctuations of the effective mean field within the framework of the GRPA scheme is applied to investigation of thermodynamical properties of a pseudospin-electron model (PEM). The grand canonical potential, pseudospin mean value, as well as the mean squares of fluctuations are calculated. Obtained results are compared with corresponding ones obtained by ot...

Journal: :Journal of physics 2021

Abstract Proton exchange membrane (PEM) is the core component of proton fuel cell. Generally speaking, ordinary PEM has poor barrier to (especially liquid fuel) and conduction a strong dependence on water molecules. Compared with PEM, high temperature cell works in non-water environment, which overcomes above problems. Besides, system complex low impurity much simpler flow field design. Polyben...

2014
Rajamani Doraiswami Lahouari Cheded

In order to ensure that the estimates of system parameters are unbiased and efficient, most identification schemes including the Prediction Error Method (PEM), and the Subspace Method (SM), are based on minimizing the residual of the Kalman filter, and not the equation error (associated with system model) as the residual is a zero mean white noise process whereas the equation error is coloured ...

Journal: :Journal of nuclear medicine : official publication, Society of Nuclear Medicine 2000
K Murthy M Aznar C J Thompson A Loutfi R Lisbona J H Gagnon

UNLABELLED Early detection of breast cancer is crucial for efficient and effective treatment. We have developed an instrument for positron emission mammography (PEM) called PEM-I that performs high-resolution metabolic imaging of breast cancer. Images of glucose metabolism are obtained after injection of 75 MBq FDG. The PEM detectors are integrated into a conventional mammography system, allowi...

Journal: :Computer Physics Communications 2005
Gonzalo Alvarez C. Sen N. Furukawa Y. Motome E. Dagotto

A software library is presented for the polynomial expansion method (PEM) of the density of states (DOS) introduced in Ref [1, 2]. The library provides all necessary functions for the use of the PEM and its truncated version (TPEM) in a model independent way. The PEM/TPEM replaces the exact diagonalization of the one electron sector in models for fermions coupled to classical fields. The comput...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه ارومیه 1377

the methods which are used to analyze microstrip antennas, are divited into three categories: empirical methods, semi-empirical methods and full-wave analysis. empirical and semi-empirical methods are generally based on some fundamental simplifying assumptions about quality of surface current distribution and substrate thickness. thses simplificatioms cause low accuracy in field evaluation. ful...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز - دانشکده ادبیات و زبانهای خارجی 1393

for several years, researchers in familiarity of efl teachers with post-method and its role in second and foreign language learners’ productions have pointed out that the opportunity to plan for a task generally develops language learners’ development (ellis, 2005). it is important to mention that the critical varies in language teaching was shown is the disappearances of the concept of method ...

2017
Walter G. Bottje Bhuwan Khatri Stephanie A. Shouse Dongwon Seo Barbara Mallmann Sara K. Orlowski Jeonghoon Pan Seongbae Kong Casey M. Owens Nicholas B. Anthony Jae K. Kim Byungwhi C. Kong

Background: Although small non-coding RNAs are mostly encoded by the nuclear genome, thousands of small non-coding RNAs encoded by the mitochondrial genome, termed as mitosRNAs were recently reported in human, mouse and trout. In this study, we first identified chicken mitosRNAs in breast muscle using small RNA sequencing method and the differential abundance was analyzed between modern pedigre...

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

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

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