نتایج جستجو برای: least squares monte carlo method

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

2005
Vladislav Kargin

This note proposes a method for pricing high-dimensional American options based on modern methods of multidimensional interpolation. The method allows using sparse grids and thus mitigates the curse of dimensionality. A framework of the pricing algorithm and the corresponding interpolation methods are discussed, and a theorem is demonstrated that suggests that the pricing method is less vulnera...

2005
Stephen Bond Céline Nauges Frank Windmeijer

We consider a number of unit root tests for micro panels where the number of individuals is typically large, but the number of time periods is often very small. As we discuss, the presence of a unit root is closely related to the identification of parameters of interest in this context. Calculations of asymptotic local power and Monte Carlo evidence indicate that two simple t-tests based on ord...

2015
Linlin Xu

Hyperspectral image (HSI) denoising is essential for enhancing HSI quality and facilitating HSI processing tasks. However, the reduction of noise in HSI is a difficult work, primarily due to the fact that HSI consists much more spectral bands than other remote sensing images. Therefore, comparing with other image denoising jobs that rely primarily on spatial information, efficient HSI denoising...

2009
Peter C. AUSTIN

When independent variables are measured with error, ordinary least squares regression can yield parameter estimates that are biased and inconsistent. This paper documents an inflation of Type I error rate that can also occur. In addition to analytic results, a large-scale Monte Carlo study shows unacceptably high Type I error rates under circumstances that could easily be encountered in practic...

2012
Fusheng Li Robin Gardner

The center for engineering applications of radioisotopes X-ray fluorescence (CEARXRF) graphic user interface (GUI)-Based monte carlo library least squares (MCLLS) code is demonstrated with results from the micro-focused EDXRF analyzer, which can be used to calculate elemental weight fractions in metal alloys or rock samples accurately, by library least-squares regression of the measured X-ray s...

1998
Michael E. Kuhl Halim Damerdji James R. Wilson

We formulate and evaluate weighted and ordinary least squares procedures for estimating the parametric rate function of a nonhomogeneous Poisson process. Special emphasis is given to processes having an exponential rate function, where the exponent may include a polynomial component or some trigonometric components or both. Theoretical and experimental evidence is provided to explain some surpr...

2016
Ivan Guo Gregoire Loeper

Derivatives on the Chicago Board Options Exchange volatility index (VIX) have gained significant popularity over the last decade. The pricing of VIX derivatives involves evaluating the square root of the expected realised variance which cannot be computed by direct Monte Carlo methods. Least squares Monte Carlo methods can be used but the sign of the error is difficult to determine. In this pap...

2008
Nobuyuki Iwai Robert D. Emerson Lurleen M. Walters

The prospect of immigration reform has renewed farmers’ concerns of serious labor shortages and cost increases, which may urge highly labor-intensive specialty crop farmers to switch to less-labor-intensive technology. The large-scale mechanization of the Florida sugarcane harvest during the 1970s/80s serves as an historical example of how technologies evolved due to changes in local labor mark...

2007
Nicola Chiara Michael J. Garvin Jan Vecer

The revenue risk is considerable in infrastructure project financing arrangements such as build–operate–transfer BOT . A potential mitigation strategy for the revenue risk is a governmental revenue guarantee, where the government secures a minimum amount of revenue for a project. Such a guarantee is: 1 only redeemable at distinct points in time; and 2 more economical if the government limits th...

2005
H. Mayer S. Reznik I. Sikaneta C. H. Gierull

In this paper we propose an approach for building façade interpretation ranging from uncalibrated images of an image sequence to the extraction of objects such as windows. The approach comprises several novel features, such as determination of the façade planes by robust least squares matching, learning of implicit shape models for objects, particularly windows, and a determination of the latte...

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

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

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