نتایج جستجو برای: gray market

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

1978
Michael C. Jensen

The efficient market hypothesis has been widely tested and, with few exceptions, found consistent with the data in a wide variety of markets: the New York and American Stock Exchanges, the Australian, English, and German stock markets, various commodity futures markets, the Over-theCounter markets, the corporate and government bond markets, the option market, and the market for seats on the New...

2002
Alan Greenspan Andrew Smithers Stephen Wright

There is a near-consensus that central bankers should focus their attention on the control of inflation, and should accordingly not pay attention to movements in stock markets. This view is reinforced by the continuing influence of the Efficient Market Hypothesis (EMH), that maintains that financial markets correctly price firms at all times. We assert that this general view is incorrect. There...

2015
Christoph Pflügler Manuel Wiesche Helmut Krcmar

Studies on information technology outsourcing (ITO) have shown different results for the influence of prior interaction and contract type on the project performance of the ITO vendor. The ITO market maturity could provide an explanation for these differences. However, it is not clear how to separate the ITO market into different maturity phases to gain insight into any possible effect maturity ...

Journal: :SIAM J. Scientific Computing 2008
Jörg Kampen Anastasia Kolodko John Schoenmakers

In this paper we introduce efficient Monte Carlo estimators for the valuation of high-dimensional derivatives and their sensitivities (”Greeks”). These estimators are based on an analytical, usually approximative representation of the underlying density. We study approximative densities obtained by the WKB method. The results are applied in the context of a Libor market model.

2005
Björn Schnizler

Environment Provider Orderbook File Orderbook Distribution Abstract Orderbook Provider Pricing FactoryOrderbook Provider Pricing Factory Pricing Outcome CPLEX Adapter Abstract Solver VCG PricingSolver VCG Pricing

Hossein Akbari-Lalimi, Mehdi Momennezhad, Shahrokh Nasseri,

Introduction: Voxel based morphometry is a type of statistical parametric mapping that can be used to investigate the effect of diseases such as epilepsy, Alzheimer's disease and Parkinson's disease or other agent such as skills on brain structure (white matter, gray matter and cerebrospinal fluid). The aim of this study is evaluate the effectiveness of this method in detection of differen...

خلاصه: سابقه و هدف: توانایی تخمین ثبات اولیه ایمپلنت و کیفیت استخوان قبل از جراحی در ناحیه قراردادن ایمپلنت، امکان انتخاب پروتکل درمانی مناسب را فراهم می کند. هدف از این مطالعه تعیین کیفیت  استخوانی در ناحیه جایگذاری ایمپلنت با استفاده از CBCT gray values(bone density values) و بررسی ارتباط ان باثبات اندازه گیری شده بلافاصله بعد از جایگذاری ایمپلنت می باشد. مواد و روش‌ها: در این مطالعه تجربی ت...

Journal: :مجله دانشگاه علوم پزشکی کرمانشاه 0
soheila samadzadeh assistant professor of kermanshah medical university mandana motameni mansour rezaei cyrus rezaei javad faroukhi

background: carpal tunnel syndrome (ctu) is the most common neuropathy in the body and one of the most important causes of occupational disability. the aim of the present study was to compare the diagnostic power of doppler sonography and gray scale in diagnosing cts and their comparison with nerve conduction studies (ncv). methods: in this analytical study, diagnostic value of doppler and gray...

In this study, the effect of different doses of gamma radiation was investigated on seed germination factors of Caper species. Gamma irradiation was performed using a cobalt-60 radiation with the radiation speed of 0.018 Gray/second and five doses of gamma radiation (0, 20, 40, 60 and 100 Gray) in a completely randomized design with 4 replication. The results showed that gamma radiation signifi...

ژورنال: سنجش و ایمنی پرتو 2019

The images of dental CBCT imaging systems used in conic shaped beams, stored in the DICOM format, have various applications in the dentistry, including bone density estimation to select the location of the orthodontic implant, bone loss detection and etc. In these systems, unlike CT imaging systems, the resulting images exhibit gray-scale non-uniformity in each of the different axis in FOV. Thi...

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

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

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