- Peter E. Kloeden4,
- Eckhard Platen5 &
- Henri Schurz6
Part of the book series: Universitext ((UTX))
-
1550 Accesses
-
1 Citations
Abstract
Some basic facts from probability and statistics, including methods for the generation and testing of random variables, are reviewed in this chapter. Even if the reader is familiar with probability theory, this chapter should be perused, at least, because it provides an explanation of how the book is organized, in particular the computer programs, as well as hints and useful background remarks.
This is a preview of subscription content, log in via an institution to check access.
Access this chapter
Subscribe and save
Springer+ Basic
€32.70 /Month
- Get 10 units per month
- Download Article/Chapter or eBook
- 1 Unit = 1 Article or 1 Chapter
- Cancel anytime
Buy Now
- eBook
- EUR15.99
- Price includes VAT (Italy)
- Softcover Book
- EUR15.54
- Price includes VAT (Italy)
Tax calculation will be finalised at checkout
Purchases are for personal use only
') var buybox = document.querySelector("[data-id=id_"+ timestamp +"]").parentNode var buyingOptions = buybox.querySelectorAll(".buying-option") ;[].slice.call(buyingOptions).forEach(initCollapsibles) // springerPlus roll out 10% starts here var springerPlusGroup = setLocalStorageSpringerPlus(); var rollOutSpringerPlus = springerPlusGroup === "B" function setLocalStorageSpringerPlus() { var selectUserKey = "springerPlusRollOut"; var springerPlusGroup = "X"; if (!window.localStorage) return springerPlusGroup; try { var selectUserValue = window.localStorage.getItem(selectUserKey) springerPlusGroup = selectUserValue || randomDistributionSpringerPlus(selectUserKey) } catch (err) { console.log(err) } return springerPlusGroup; } function randomDistributionSpringerPlus(selectUserKey) { var randomGroup = Math.random() < 0.7 ? "A" : "B" window.localStorage.setItem(selectUserKey, randomGroup) return randomGroup } if (rollOutSpringerPlus) { revealSpringerPlus(); } function revealSpringerPlus() { if(buybox) { document.querySelectorAll(".c-springer-plus").forEach(function(node) { node.style.display = "block" }) } } //springerPlus ends here var buyboxMaxSingleColumnWidth = 480 function initCollapsibles(subscription, index) { var toggle = subscription.querySelector(".buying-option-price") subscription.classList.remove("expanded") var form = subscription.querySelector(".buying-option-form") var priceInfo = subscription.querySelector(".price-info") var buyingOption = toggle.parentElement if (toggle && form && priceInfo) { toggle.setAttribute("role", "button") toggle.setAttribute("tabindex", "0") toggle.addEventListener("click", function (event) { var expandedBuyingOptions = buybox.querySelectorAll(".buying-option.expanded") var buyboxWidth = buybox.offsetWidth ;[].slice.call(expandedBuyingOptions).forEach(function(option) { if (buyboxWidth <= buyboxMaxSingleColumnWidth && option != buyingOption) { hideBuyingOption(option) } }) var expanded = toggle.getAttribute("aria-expanded") === "true" || false toggle.setAttribute("aria-expanded", !expanded) form.hidden = expanded if (!expanded) { buyingOption.classList.add("expanded") } else { buyingOption.classList.remove("expanded") } priceInfo.hidden = expanded }, false) } } function hideBuyingOption(buyingOption) { var toggle = buyingOption.querySelector(".buying-option-price") var form = buyingOption.querySelector(".buying-option-form") var priceInfo = buyingOption.querySelector(".price-info") toggle.setAttribute("aria-expanded", false) form.hidden = true buyingOption.classList.remove("expanded") priceInfo.hidden = true } function initKeyControls() { document.addEventListener("keydown", function (event) { if (document.activeElement.classList.contains("buying-option-price") && (event.code === "Space" || event.code === "Enter")) { if (document.activeElement) { event.preventDefault() document.activeElement.click() } } }, false) } function initialStateOpen() { var buyboxWidth = buybox.offsetWidth ;[].slice.call(buybox.querySelectorAll(".buying-option")).forEach(function (option, index) { var toggle = option.querySelector(".buying-option-price") var form = option.querySelector(".buying-option-form") var priceInfo = option.querySelector(".price-info") if (buyboxWidth > buyboxMaxSingleColumnWidth) { toggle.click() } else { if (index === 0) { toggle.click() } else { toggle.setAttribute("aria-expanded", "false") form.hidden = "hidden" priceInfo.hidden = "hidden" } } }) } initialStateOpen() if (window.buyboxInitialised) return window.buyboxInitialised = true initKeyControls() })()
Preview
Unable to display preview.Download preview PDF.
Literature for Chapter 1
Karlin & Taylor (1970,1981), Chung (1975) and Shiryayev (1984) provide comprehensive introductions to probability theory. A computational approach to elem entary probability and basic st atistics can be found in Groeneveld (1979). Introductions and su rveys to pseudo-random number generation are given in Rubinstein (1981), Ripley (1983), Morgan (1984), Marsaglia (1985) and Niederreiter (1992). Random number generation on supercomputers including laggedFibonacci generators is considered in Petersen (1988) and Anderson (1990). Markov chains are treated, e.g., in Chung (1975), Karlin & Taylor (1970) and Shiryayev (1984). For further information on the Wiener process and related questions see, e.g., Hida (1980), Karatzas & Shreve (1988).
Download references
Author information
Authors and Affiliations
Fachbereich Mathematik, Johann Wolfgang Goethe-Universität, 60054, Frankfurt am Main, Germany
Peter E. Kloeden
Department of Mathematical Sciences, University of Technology, Broadway, NSW, 2007, Australia
Eckhard Platen
Department of Mathematics, Southern Illinois University, Carbondale, IL, 62901-4408, USA
Henri Schurz
Authors
- Peter E. Kloeden
View author publications
You can also search for this author in PubMedGoogle Scholar
- Eckhard Platen
View author publications
You can also search for this author in PubMedGoogle Scholar
- Henri Schurz
View author publications
You can also search for this author in PubMedGoogle Scholar
Rights and permissions
Copyright information
© 1994 Springer-Verlag Berlin Heidelberg
About this chapter
Cite this chapter
Kloeden, P.E., Platen, E., Schurz, H. (1994). Background on Probability and Statistics. In: Numerical Solution of SDE Through Computer Experiments. Universitext. Springer, Berlin, Heidelberg. https://doi.org/10.1007/978-3-642-57913-4_1
Download citation
- .RIS
- .ENW
- .BIB
DOI: https://doi.org/10.1007/978-3-642-57913-4_1
Publisher Name: Springer, Berlin, Heidelberg
Print ISBN: 978-3-540-57074-5
Online ISBN: 978-3-642-57913-4
eBook Packages: Springer Book Archive