Computer Graphics III Monte Carlo estimators – Exercises

Slides:



Advertisements
Similar presentations
Importance Sampling. What is Importance Sampling ? A simulation technique Used when we are interested in rare events Examples: Bit Error Rate on a channel,
Advertisements

1 Def: Let and be random variables of the discrete type with the joint p.m.f. on the space S. (1) is called the mean of (2) is called the variance of (3)
BCOR 1020 Business Statistics Lecture 17 – March 18, 2008.
CF-3 Bank Hapoalim Jun-2001 Zvi Wiener Computational Finance.
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
Horng-Chyi HorngStatistics II_Five43 Inference on the Variances of Two Normal Population &5-5 (&9-5)
I.1 ii.2 iii.3 iv.4 1+1=. i.1 ii.2 iii.3 iv.4 1+1=
A) Transformation method (for continuous distributions) U(0,1) : uniform distribution f(x) : arbitrary distribution f(x) dx = U(0,1)(u) du When inverse.
C82MCP Diploma Statistics School of Psychology University of Nottingham 1 Overview Central Limit Theorem The Normal Distribution The Standardised Normal.
1 Confidence Intervals for Means. 2 When the sample size n< 30 case1-1. the underlying distribution is normal with known variance case1-2. the underlying.
Increasing and Decreasing Functions and the First Derivative Test.
PXGZ6102 BASIC STATISTICS FOR RESEARCH IN EDUCATION Chap 3 - Measures of Variability – Standard Deviation, Variance.
1 Assessment of Imprecise Reliability Using Efficient Probabilistic Reanalysis Farizal Efstratios Nikolaidis SAE 2007 World Congress.
Computer Simulation A Laboratory to Evaluate “What-if” Questions.
Analysis of Monte Carlo Integration Fall 2012 By Yaohang Li, Ph.D.
Exercises of computational methods in finance
Simulating the value of Asian Options Vladimir Kozak.
Further distributions
Monte Carlo Simulation CWR 6536 Stochastic Subsurface Hydrology.
1 Theoretical Physics Experimental Physics Equipment, Observation Gambling: Cards, Dice Fast PCs Random- number generators Monte- Carlo methods Experimental.
1 Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND STATISTICS FOR SCIENTISTS AND ENGINEERS Systems.
Monte Carlo I Previous lecture Analytical illumination formula This lecture Numerical evaluation of illumination Review random variables and probability.
9. Convergence and Monte Carlo Errors. Measuring Convergence to Equilibrium Variation distance where P 1 and P 2 are two probability distributions, A.
Seminar on Scientific Soft Skills Seminar organization Jaroslav Křivánek, MFF UK
Path Integral Formulation of Light Transport
Prabhas Chongstitvatana1 Monte Carlo integration It is a numerical probabilistic algorithm ab I/(b-a) f.
Computer Graphics III – Monte Carlo integration Direct illumination
Jaroslav Křivánek, MFF UK
Computer Graphics III Winter Term 2015 Organization Jaroslav Křivánek, MFF UK
MAT 4830 Mathematical Modeling 04 Monte Carlo Integrations
Lecture 3 Types of Probability Distributions Dr Peter Wheale.
G. Cowan Lectures on Statistical Data Analysis Lecture 9 page 1 Statistical Data Analysis: Lecture 9 1Probability, Bayes’ theorem 2Random variables and.
1 Dr. Jerrell T. Stracener, SAE Fellow Leadership in Engineering EMIS 7370/5370 STAT 5340 : PROBABILITY AND STATISTICS FOR SCIENTISTS AND ENGINEERS Systems.
Computer graphics III – Low-discrepancy sequences and quasi-Monte Carlo methods Jaroslav Křivánek, MFF UK
Computer graphics III – Multiple Importance Sampling Jaroslav Křivánek, MFF UK
Computer graphics III – Monte Carlo integration II Jaroslav Křivánek, MFF UK
Computer graphics III – Rendering equation and its solution
Computer graphics III – Path tracing Jaroslav Křivánek, MFF UK
Numerical Integration
Mean Value Theorem 5.4.
Introduction to Monte Carlo Method
Computer Graphics III Winter Term 2017 Organization
Ch4.2 Cumulative Distribution Functions
Cumulative distribution functions and expected values
Estimation Interval Estimates Industrial Engineering
Statistics in Applied Science and Technology
Integration.
Tangent Lines and Derivatives
Monte Carol Integration
Splash Screen.
Statistical Process Control
Tutorial 9 Suppose that a random sample of size 10 is drawn from a normal distribution with mean 10 and variance 4. Find the following probabilities:
Computer Graphics III Winter Term 2018 Organization
Confidence Intervals for Proportions and Variances
Statistical Methods for Data Analysis Random number generators
Determining Which Method to use
Computer graphics III – Path tracing
Jaroslav Křivánek, MFF UK
Example Make x the subject of the formula
More Monte Carlo Methods
Further Topics on Random Variables: Derived Distributions
Jaroslav Křivánek, MFF UK
Further Topics on Random Variables: Derived Distributions
Jaroslav Křivánek, MFF UK
Chapter 4. Supplementary Questions
Computer Graphics III Winter Term 2016 Organization
Further Topics on Random Variables: Derived Distributions
Linear Approximation.
Uniform Probability Distribution
Uncertainty Propagation
Presentation transcript:

Computer Graphics III Monte Carlo estimators – Exercises Jaroslav Křivánek, MFF UK Jaroslav.Krivanek@mff.cuni.cz

Construction of MC estimators Consider the function f(x) = sin x on the interval [0, p/2]. Construct the primary MC estimator for the integral using samples from a) the uniform distribution on the interval [0, p/2] b) a linearly increasing distribution on the interval [0, p/2] For both distributions, white down the respective pdf, the formula for the primary estimator, derive the expected value and the variance of the primary estimator. Which sample distribution leads to an estimator with less variance and why? Why is the lower-variance estimator advantageous in practice? CG III (NPGR010) - J. Křivánek 2015