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

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

Journal: :جنگل و فرآورده های چوب 0
حمیدرضا رودی تهران- دانشگاه شهید بهشتی- دانشکده مهندسی انرژی و فناوری های نوین- گروه مهندسی فناوری سلولز و کاغذ یحیی همزه دانشگاه تهران- دانشکده منابع طبیعی- گروه علوم و صنایع چوب و کاغذ اعظم برهانی دانشگاه تهران- دانشکده منابع طبیعی-گروه علوم و صنایع چوب و کاغذ

in this study, in order to constitute polyelectrolyte multilayers (pem) using layer-by-layer nanotechnology, recycled fibers were subsequently treated with cationic starch (cs) and anionic starch (as) multi-layers each layer conducted at neutral ph for 10 minutes. also, to compare with mechanical of refining, the pulp was refined for 25 minutes to the freeness of about 291 ml.csf using valley b...

Journal: :Journal of cell science 1984
B D Chen C Kuhn H S Lin

Colony-stimulating factor (CSF-1) purified from L-cell-conditioned medium is a haemopoietic growth factor that specifically stimulates the proliferation and differentiation of mononuclear phagocytes. Using radioactively labelled CSF-1 [( 125I]CSF-1), the presence of specific CSF-1 receptor has been identified in the cells of the mononuclear phagocytic series and their precursors only. To determ...

Journal: :journal of linear and topological algebra (jlta) 0
a nazari department of mathematics, arak university, p.o. box 38156-8-8349, arak, iran. kh sayehvand faculty of mathematical sciences, university of malayer, p. o. box 16846-13114, malayer, iran. m rostami faculty of mathematical sciences, university of malayer, p. o. box 16846-13114, malayer, iran.

in this article we study ste ensen method to solve nonlinear matrix equation x+a^t x^(-1) a=q, when a is a normal matrix. we establish some conditions that generate a sequence of positive de nite matrices which converges to solution of this equation.

2006
CHONG LI JINHUA WANG

Newton’s method and its variants are among the most efficient methods known for solving systems of non-linear equations when the functions involved are continuously differentiable. Besides its practical applications, Newton’s method is also a powerful theoretical tool. Therefore, it has been studied and used extensively. One of the famous results on Newton’s method is the well-known Kantorovich...

Journal: :J. Complexity 2010
Chong Li Nuchun Hu Jinhua Wang

The notions of Lipschitz conditions with L average are introduced to the study of convergence analysis of Gauss-Newton’s method for singular systems of equations. Unified convergence criteria ensuring the convergence of Gauss-Newton’s method for one kind of singular systems of equations with constant rank derivatives are established and unified estimates of radii of convergence balls are also o...

2014
Sirus MOHAMMADI Babak MOZAFARI Soodabeh SOLEYMANI

This paper analyzes the behavior of Hong’s point estimate method to account for uncertainties in probabilistic energy management systems to optimize the operation of a microgrid (MG). These uncertainties may arise from different sources, such as the market prices, load demands, and electric power generation of wind farms and photovoltaic systems. Point estimate methods constitute a remarkable t...

2013
Yayoi Yamamoto Youichiro Tasaki Yukiko Kuwada Yukihiko Ozawa Atsushi Katayama Yoshihide Kanemaki Katsutoshi Enokido Seigo Nakamura Kouichi Kubouchi Satoshi Morita Mutsumi Noritake Yasuo Nakajima Tomio Inoue

PURPOSE To validate semiquantitative analysis of positron emission mammography (PEM). METHODS Fifty women with histologically confirmed breast lesions were retrospectively enrolled. Semiquantitative uptake values (4 methods), the maximum PEM uptake value (PUVmax), and the lesion-to-background (LTB) value (3 methods) were measured. LTB is a ratio of the lesion's PUVmax to the mean background; ...

Journal: :Kathmandu University medical journal 2009
S K Mishra S P Bastola B Jha

BACKGROUND Nutrition is the science of food and its relationship to health. Nutritional status is one of the key indicators of health Nutritional status of Nepal is not satisfactory. Especially Protein Energy Malnutrition (PEM) in Nepal is a very common problem in children under fi ve years of age. There are number biochemical parameters which become altered during protein energy malnutrition. ...

2015
Dario Carugo Dyan N. Ankrett Vincent O’Byrne David D. I. Wright Andrew L. Lewis Martyn Hill Xunli Zhang

We have recently reported on the development of a biomimetic vein model to measure the performance of sclerosing foams. In this study we employed the model to compare the commercially-available Varithena(®) (polidocanol injectable foam) 1% varicose vein treatment (referred to as polidocanol endovenous microfoam, or PEM) with physician compounded foams (PCFs) made using different foam generation...

A Bayesian analysis is used to detect a change-point in a sequence of independent random variables from exponential distributions. In This paper, we try to estimate change point which occurs in any sequence of independent exponential observations. The Bayes estimators are derived for change point, the rate of exponential distribution before shift and the rate of exponential distribution after s...

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

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

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