نتایج جستجو برای: control options

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

2013
CHRISTOPHE DE LUIGI SYLVAIN MAIRE

We develop a numerical method for pricing multidimensional vanilla options in the Black-Scholes framework. In low dimensions, we improve an adaptive integration algorithm proposed by two of the authors by introducing a new splitting strategy based on a geometrical criterion. In higher dimensions, this new algorithm is used as a control variate after a dimension reduction based on principal comp...

2009
Chuan-Hsiang Han Yongzeng Lai

The conventional control variate method proposed by Kemna and Vorst (1990) to evaluate Asian options under the Black-Scholes model can be interpreted as a particular selection of linear martingale controls. We generalize the constant control parameter into a control process to gain more reduction on variance. By means of an option price approximation, we construct a martingale control variate m...

Journal: :Endocrinology and metabolism clinics of North America 2006
Oded Langer

Diabetes mellitus is one of the most common medical complications of pregnancy; gestational diabetes mellitus (GDM) accounts for approximately 90% to 95% of all cases. GDM is defined as carbohydrate intolerance of variable severity with onset or first recognition during pregnancy. The definition is applicable regardless of whether insulin is used to treat the disease or if the condition persist...

Saberi, Samaneh, Shekari, Faezeh, Soleymani-Goloujeh, Mehdi,

Extracellular vesicles were initially known as cellular waste carriers, while recent studies demonstrate that extracellular vesicles play important biological roles in all aspects of life-from single cells to mammalians. Their pathophysiological roles in some diseases like cancer are being decoded. Extracellular vesicles are divided into some classes and there are different strategies to isolat...

Journal: :J. of Management Information Systems 2002
Michel Benaroch

Past information systems research on real options has focused mainly on evaluating information technology (IT) investments that embed a single, a-priori known option. However, since real options are not inherent in any IT investment, they usually must be planned and intentionally embedded in a target IT investment in order to control various investment-specific risks, just like financial risk m...

Journal: :The Journal of the American Osteopathic Association 2010
David A Sisam

Management of type 2 diabetes mellitus (T2DM) can be challenging. Patients frequently present with poor glycemic control despite therapy. Other patients may be nonadherent or resistant to continuing their treatment when confronted with undesirable adverse effects, such as weight gain, that are associated with many conventional therapies. Incretin-based therapies developed to treat patients with...

2006
Samuel M. T. Ehrlichman Shane G. Henderson

We explore a class of control variates for the American option pricing problem. We construct the control variates by using multivariate adaptive linear regression splines to approximate the option’s value function at each time step; the resulting approximate value functions are then combined to construct a martingale that approximates a “perfect” control variate. We demonstrate that significant...

2011
Gilbert E. Metcalf

JSTOR is a not-for-profit service that helps scholars, researchers, and students discover, use, and build upon a wide range of content in a trusted digital archive. We use information technology and tools to increase productivity and facilitate new forms of scholarship. For more information about JSTOR, please contact support@jstor.org.. American Economic Association is collaborating with JSTOR...

2007
Jacqueline Katz Theresa Turski Ann Moen

In June 2007, Toronto, ON, Canada was the site of the Options for the Control of Influenza VI Conference, an international scientific forum exclusively devoted to influenza. Since its inception in 1985, the Options series of meetings, held every 3–4 years, have continued to grow in scope and size. The Options VI Conference was the largest in the series to date, with 1600 delegates from over 66 ...

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

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

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