493
Views
0
CrossRef citations to date
0
Altmetric
Articles

Quasi-Monte Carlo simulation of Brownian sheet with application to option pricing

&
Pages 82-91 | Received 07 Mar 2017, Accepted 17 May 2017, Published online: 19 Jun 2017

ABSTRACT

Monte Carlo and quasi-Monte Carlo methods are widely used in scientific studies. As quasi-Monte Carlo simulations have advantage over ordinary Monte Carlo methods, this paper proposes a new quasi-Monte Carlo method to simulate Brownian sheet via its Karhunen–Loéve expansion. The proposed new approach allocates quasi-random sequences for the simulation of random components of the Karhunen–Loéve expansion by maximum reducing its variability. We apply the quasi-Monte Carlo approach to an option pricing problem for a class of interest rate models whose instantaneous forward rate driven by a different stochastic shock through Brownian sheet and we demonstrate the application with an empirical problem.

1. Introduction

Monte Carlo (MC) methods are widely used in modern complex scientific studies. One such application is to price complex financial instruments in finance. Since asset price can be expressed as the discounted expected value of its future pay-off under a martingale measure in the absence of arbitrage, the pricing problem can be reduced to computation of an expectation, and MC methods are natural choices especially in the case of evaluating expectation for complicated stochastic process numerically. For estimating the expectation by MC simulation, we may obtain unbiased MC estimators of the expectation with variability σn− 1/2, where n is sample size of the simulation and σ is a constant depending on the underlying problem. Variance reduction techniques such as antithetic method, control variates and importance sampling can reduce the constant σ but not the n− 1/2 dependence on the sample size. Quasi-Monte Carlo (QMC) methods adopt deterministic low-discrepancy sequences, which are more uniformly distributed compared to the random sequences in MC simulation. These quasi-random sequences are usually generated in the unit d-dimensional hypercube, Cd = [0, 1)d, and attempt to fill the hypercube as evenly distributed as is mathematically possible. Among them, the Halton sequence (Halton, Citation1960), the Sobol’ sequence Citation(Sobol', 1967) and the Faure sequence (Faure, Citation1982) are well-known ones. The major advantage of QMC methods is that the QMC approach can achieve a much faster convergence rate than the order of n− 1/2, which makes it very attractive in applications like asset pricing where problems involve high dimensions and require efficient simulation.

This paper investigates the QMC simulation of Brownian sheet and then studies its application to an option pricing problem. We consider a class of interest rate models proposed by Santa-Clara and Sornette (Citation2001) whose instantaneous forward rate driven by a different stochastic shock through Brownian sheet. Compared with the traditional HJM model by Heath, Jarrow and Morton (1992), the new model has a much richer class of term structure dynamics of interest rates that allows capturing a larger volatility in modelling of pricing contingent claims. As forward interest rate curve simulation requires a simulation scheme of Brownian sheet, we introduce a new QMC method to simulate Brownian sheet via its Karhounen–Loéve expansion. The proposed QMC approach allocates quasi-random sequences for the simulation of random components of the Karhounen–Loéve expansion by maximum reducing its variability. We show that the QMC simulations of Brownian sheet and the option price have a great performance.

The rest of the paper is organised as follows. Section 2 provides a review of quasi-random sequences with their properties and applications in MC simulation. Section 3 describes the interest rate models and proposes QMC simulation of Brownian sheet. We also present empirical applications considering valuation of long bond futures contract traded on the Chicago Board of Trade (CBOT) in this section. Section 4 concludes the paper.

2. Quasi-Monte Carlo method

Consider the problem of numerically computing a high-dimensional integral, where x = (x1, …, xd) and Cd = [0, 1)d. MC methods, as a useful tool, try to solve the integration problem by computing the sample mean where x1, …, xn are independent and identically distributed random vectors drawn from the uniform distribution over Cd. We focus on the simulation problem for uniformly distributed random vectors since non-uniformly distributed random vectors can be sampled by applying the inverse cumulative distribution function or via other transformation algorithms, such as acceptance–rejection method. MC methods are simple to implement, and in many practical problems are the only known computational method of solution. Despite the advantages of MC methods, their slow convergence rate, σ(f)n− 1/2, is a problem, where σ(f) depends on f. Even with the help of variance reduction techniques such as antithetic method, control variates and importance sampling, only the constant term, σ(f), can be lowered. One alternative approach to improve the convergence rate of MC methods is QMC methods. QMC methods adopt low-discrepancy sequences (or quasi-random numbers), instead of randomly distributed sequences for x1, …, xn. These quasi-random sequences are usually generated in the d-dimensional unit hypercube, Cd = [0.1)d, and attempt to fill the hypercube as evenly distributed as is mathematically possible. offers a visual comparison of pseudo-random numbers and quasi-random numbers. It demonstrates that pseudo-random numbers tend to cluster whereas quasi-random numbers are more uniformly distributed.

Figure 1. (a) Scatter plot of 1000 pseudorandom numbers; (b) scatter plot of 1000 Sobol’ numbers (one example of quasi-random numbers).

Figure 1. (a) Scatter plot of 1000 pseudorandom numbers; (b) scatter plot of 1000 Sobol’ numbers (one example of quasi-random numbers).

2.1 Low-discrepancy sequence

First we define discrepancy (Morokoff & Caisch, Citation1995), a measure for lack of uniformity given a set of points and low-discrepancy sequences (Niederreiter, Citation1988).

Definition 2.1:

For the sequence xi of N points, let Q be a cuboid contained in [0, 1)d and let m(Q) denote the volume of the cuboid. Discrepancy DN of the sequence is then defined as

where N is the number of points in the sequence. This is the common definition of discrepancy for studying low-discrepancy sequences and intuitively, it compares the difference between the ratio of generated points lie within a selected rectangle Q to total generated points N, with the ratio of volume for cuboid Q to [0, 1)d.

Definition 2.2:

Given any N > 1, if the first N points of a sequence xi satisfies

where cd is a constant depending only on the dimension d, then the sequence xi is a low-discrepancy sequence. In this paper, we denote by cd a generic constant depending only on the dimension d whose value may change from appearance to appearance. The three basic quasi-random (low-discrepancy) sequences that have been often used in literature are Halton, Sobol’ and Faure sequences (Morokoff & Caisch, Citation1995; Niederreiter, Citation1973; Niederreiter, Citation1988; Niederreiter, Citation1992). They are low-discrepancy sequences with good asymptotic behaviours, i.e. smaller cd, and are easy for implementation.

2.1.1 Halton sequence

The one-dimensional Halton sequence (Halton, Citation1960; Morokoff & Caisch, Citation1995 is generated by using a prime p and expanding integers 0, 1, 2, …, into base p notation. Specifically, nth term of the sequence is defined as where the ais are integers from the base p expansion of n − 1, with 0 ⩽ ai < p. For example, assume the base p = 2, the one-dimensional Halton sequence follows to be

For the generation of d-dimensional Halton sequence, the d one-dimensional Halton sequences with d different primes are generated and paired. In a normal case, first d primes are selected to be the d different primes.

2.1.2 Sobol’ sequence

Sobol’ sequence only uses p = 2. It is generated with the first 2m (m = 0, 1, 2, …) terms for each dimension, representing a permutation of the Halton sequence's corresponding terms with prime base of 2.

2.1.3 Faure sequence

Faure sequence uses the smallest prime greater than or equal to the dimension as the prime base p. The Faure sequence is then generated with the first pm (m = 0, 1, 2, …) terms for each dimension, representing a permutation of the corresponding terms from the Halton sequence with prime base p.

2.2 Convergence rate

It has been shown in Niederreiter (Citation1978 , Citation1988) that discrepancy DN for Halton, Sobol’ and Faure satisfies the following property: where cd is a constant depending on dimension d only. It is important to state the upper bound for integration error when quasi-random sequence is applied to multi-dimensional integral computation problem. Set (1) where Cd = [0, 1)d, the following Koksma–Hlawka inequality gives the bounds of integration error.

2.2.1 Koksma–Hlawka inequality

For any sequence xi and any function f with variation in the sense of Hardy–Krause, V(f), bounded, there exists an upper bound,(2) where DN is the discrepancy for a given set of points x1, …, xN. With the application of quasi-random sequences, one can expect to achieve an upper bound for integration error as where points x1, …, xN belong to a quasi-random sequence (Niederreiter, Citation1992). Therefore, asymptotically, QMC provides a faster convergence rate than that of MC methods, σ(f)N− 1/2. However, when d is large, (logN)d/N is considerably larger than N− 1/2 unless N is large. Therefore, it is widely believed that QMC performs better than MC when dimension d ⩽ 15 (Wang & Fang, Citation2003). Besides the theoretical upper bound, many numerical examples and experiments have shown that QMC methods converge much faster than MC methods in real applications (Acworth, Broadie & Glasserman, Citation1996; Morokoff & Caisch, Citation1995). Numerical experiments in Morokoff and Caisch (Citation1995)) show that in one-dimensional integration problems, error is bounded by c1N− 1 for QMC methods and is bounded by c2N− 1/2 for MC methods. For multi-dimensional integration problems or with less smooth functions f, QMC methods perform at a convergence rate of c1N− λ, where , still better than that of MC methods.

Moreover, it is straightforward to combine variance reduction techniques with QMC methods in order to increase computation efficiency. Acworth, Broadie and Glasserman (Citation1996) present an example of using principal components construction technique along with Sobol’ sequences to generate far more accurate results compared with other popular MC methods.

3. Interest rate model with stochastic string shocks

In this section, we demonstrate valuation of financial assets, such as options, through QMC methods. As option pricing requires a stochastic model for underlying asset, e.g., bond, in Section 3.1, we introduce a bond pricing model to describe the dynamic evolution of bond price over time. The key factor in bond pricing model is instantaneous forward rate, the interest rate at a future time. Traditional bond pricing models such as HJM model proposed by Heath, et al. (Citation1992) have term structures sharing the same set of shocks that affects all forward interest rates. Our introduced model, interest rate model with stochastic strings (Santa-Clara & Sornette, Citation2001), is capable of generating much richer class of term structure dynamics of interest rates, by driving each instantaneous forward rate with a distinct stochastic shock and therefore, is capable of capturing a larger volatility in the modelling of pricing contingent claims. In Section 3.2, we discuss simulation for forward interest rate curves based on model introduced in Section 3.1 via QMC method. In Section 3.3, we apply QMC simulation method for interest rate model with stochastic string shocks to an empirical option valuation problem.

3.1 Interest rate model with stochastic string shocks

First we give a brief description for the interest rate model with stochastic string shocks. Assume at any time t, riskless discount bonds of all maturity dates s trade in an economy and let P(t, s) denote the time t price of the s maturity bond. Assume and instantaneous forward rates at time t for all times to maturity x > 0, f(t, x) is the rate that can be contracted at time t for instantaneous borrowing or lending at time t + x. The initial forward rate f(0, x) is assumed to be continuous in x. The spot interest rate r(t) at time t is the instantaneous forward rate at time t with time to maturity 0, that is, r(t) = f(t, 0). Forward rates fully represent the information in the price of all zero coupon bonds. In fact, with the instantaneous forward rates for all times to maturity between 0 and time st, the price at time t of a bond with maturity s can be obtained by

Thus we can naturally model forward rates given a fixed time to maturity (Santa-Clara & Sornette, Citation2001) with stochastic string shock model where Z(t, x) is a stochastic string that is assumed to be continuous in x for all t and in t for all x, which further satisfies φ(t, y) is the market price of risk which could in principle be different for each shock to curve (for simplicity, we may take φ(t, y) = φ(t)). Define

Then, f(t, x) can be solved as

This is a forward rate model driven by the stochastic string Z(t, x), which is a two-dimensional stochastic process depending on time t and time to maturity x. dtZ(t, x) denotes a stochastic perturbation to the forward rate curve at time t, with different magnitudes for forward rates with different times to maturity. dt means that the increment is taken with respect to time.

3.1.1 Stochastic strings constructed from Brownian sheet

Denote by W(t, x) a standard Brownian sheet, and define the corresponding white noise It follows that Given any continuous function h(x), we define the first kind of stochastic string as with

We define the second kind of stochastic string for any g(u, v) with ∫0[g(u, v)]2dv = 1 as and

Important examples belonging to the two kinds of stochastic string defined are summarised below:

Example 1.

Brownian sheet Z(t, x) = W(t, x) with

Example 2.

Modified Brownian sheet. Take h(x) = x, we have

and

Example 3.

The Ornstein–Uhlenbeck (O–U) sheet U(t, x).

with and

Example 4.

Integrated O–U sheet.

and

Example 5.

String with term structure of correlations. Take to produce a stochastic string of the first kind with

and

Example 6.

Take [g(x, ·)]2 to be the density of N(x, 1) and obtain a stochastic string of the second kind with

and

Similarly, take [g(x, ·)]2 to be the density of N(0, x2) and obtain a stochastic string with.

3.2 QMC simulations of Brownian sheet and forward curve

In Section 3.1, we have reviewed a bond pricing model, the interest rate model with stochastic string shocks, which is a continuous stochastic diffusion process driven by a two-dimensional stochastic process depending both on time and time to maturity that is constructed from Brownian sheet. Simulation of bond price based on introduced model therefore requires discretisation of the continuous stochastic process and extension of QMC method for two-dimensional applications. In Section 3.2.1, we present discretised version for forward interest rate curves and in Section 3.2.2, we propose a new QMC method to simulate Brownian sheet via Karhunen–Loéve expansion (Mallat, Citation2008).

3.2.1 Forward curve simulation

To simulate the evolution of the forward curves, we need to discretise the process both in time and time to maturity. Let ▵t be the length of discretised time interval and ▵x be the length of the discretised time-to-maturity interval. (3)

Suppose that we have simulated W(t, x) at (t, x) = (i/n, j/n) for i, j = 1, …, n. Given we simulate Z(t, x) by (4)

On the other hand, given

Z(t, x) can be simulated via

3.2.2 QMC simulation by Karhunen–Loéve expansion

As the forward curve simulation requires a simulation scheme of Brownian sheet, we propose a new QMC method to simulate Brownian sheet via its Karhunen–Loéve expansion (Mallat, Citation2008). As the Karhunen–Loéve expansion decomposes Brownian sheet into random components, which may be considered as an analog of an infinite dimensional principal components analysis. In Acworth, Broadie and Glasserman (Citation1996), the principal components QMC method is introduced to allocate maximum variability to each initial portion of driving sequence, and is argued to be the optimal method when applied together with Sobol’ sequence. Our proposal is to allocate maximum variability to each initial portion of the random components in the Karhounen–Loéve expansion in order to have a better performance for the QMC approach than usual MC methods.

The eigenvalues and eigenfunctions for the covariance kernel of Brownian sheet are where i, j = 1, 2, …. Thus, Wt, x has the Karhounen–Loéve expansion where Zij are i.i.d. standard normal random variables. We rank λij from the largest to the smallest. First, since λij = λji, (i, j) and (j, i) have the same rank; second, λij decreases in both i and j. Given ij, we find k = k(i, j) = (2i − 1)ji + 1 such that λ1k = λij. Note k (i, i) = (2i − 1) ii + 1 = 2i2 − 2i + 1 = 5, 13, 25, 41 for i = 2, 3, 4, 5. Our next step is to insert (i, i) in (1, k, k, 1) right after k(i, i) and then after every 2i − 1 number of (1, k, k, 1)′s, insert (i, i + 1, i + 1, i), (i, i + 2, i + 2, i), etc.

More specifically, value for k has been obtained given a set of i, j values as below:

Now for k = 1, 2, 3, …, line up all (1, k, k, 1): (1, 1), (1, 2, 2, 1), (1, 3, 3, 1), …. Right after k(i, i) = 2i2 − 2i + 1 for i = 2, 3, …, insert (i, i) and once (i, i) is inserted, after every 2i − 1 positions, insert (i, i + 1, i + 1, i), (i, i + 2, i + 2, i), etc. The 99 largest λij are listed in and approximation to Brownian sheet with top 99 terms can be expressed as (5)

Table 1. (i, j) pairs for 99 largest λij in Karhunen–Loéve expansion.

We use quasi-random sequences to simulate Zij in an order according to the decreasing order of λij listed above and in and then compute .

3.3 Pricing the long bond futures delivery option

This section provides an empirical application of proposed QMC method to introduced forward interest rate model with stochastic string shocks. We consider the problem of pricing the delivery option of long bond futures contract traded on the CBOT (Santa-Clara & Sornette, Citation2001). The underlying asset for long bond contract is 20-year Treasury bond with 8% coupon. This Treasury bond is hypothetical and in reality, on the delivery day, seller of the contract can choose from the Treasury bond with either at least 15 years to maturity or first call date to delivery, which is referred to as the delivery option (Santa-Clara & Sornette, Citation2001). It is clear that deliverable bonds circulated in the market are not worth the same. To ensure that sellers of futures contract will be indifferent about which bond to deliver, CBOT publishes conversion factors so that all bonds are worth the same to sellers. More specifically, if a seller would like to deliver a bond trading at a lower price, the seller will have to deliver a greater par value, which is determined by the conversion factor. The method of adopting conversion method, however, do not work perfectly and the bonds price will not be exactly the same. As a result, there is usually one bond that is cheapest to deliver (CTD), which will be the one bond that a seller will choose to deliver. Therefore, valuation of delivery option embedded in futures contract becomes crucial. Besides delivery option, seller of the futures contract has the right to choose the exact delivery date during the delivery month, which is referred to as timing option (Santa-Clara & Sornette, Citation2001). As our purpose in this section is to demonstrate the implementation of QMC method with proposed model in Section 3, the timing option is ignored.

The data set studied in Santa-Clara and Sornette (Citation2001) are long bond futures from March 1999, delivery option as of 15 October 1998 was the focus. Since the timing option is ignored, we fix the delivery date as 15 March 1999. The volatility function is assumed to be and three forward interest rate models are selected for comparison: the simple Brownian motion the O–U sheet and string with term structure of correlations

Several additional inputs are required for implementation of proposed QMC methods for long bond futures contract valuation. Input values are provided in . More specifically, the initial forward rates as of 15 October 1998 are listed in ; parameter values used in the volatility and correlation functions are provided in ; specifics for 33 deliverable bonds, e.g., maturity date, coupon value, are presented in .

Table 2. Implied forward interest rates.

Table 3. Parameter estimates of volatility and correlation functions.

Table 4. Deliverable bonds.

Given all inputs values, the forward rate curve was simulated based on discretised version of proposed model seen in EquationEquation (3). We chose ▵t to be 1 day and ▵x to be 6 months, i.e., x = 0, 0.5, 1, 1.5, …, 30. Z(t, x) were simulated according to EquationEquation (4). Sobol’ sequence was chosen to be the low-discrepancy sequence for implementation of QMC method. For each simulation, a set of 99 dimensional Sobol’ points were generated according to functions in Press, Teukolsky, Vetterling and Flannery (Numerical Recipes in C). Sobol’ points were transformed to normal distribution by applying inverse of cumulative distribution function for normal distribution. EquationEquation (5) was used to compute Brownian sheet W(t, x) for (t, x) = (i/64, j/64), i, j = 1, …, 64. With obtained Brownian sheet W(t, x), EquationEquations (3) and (Equation4) together were used to compute f(t, x), the forward rate at time t and with time to maturity x. Fifty thousand simulations were repeated for each of the three interest rate models to capture the evolution of forward rate curve on a daily basis from 15 October 1998 to 15 March 1999. Under risk-neutral probability measure and for each simulation, values for all 33 deliverable bonds were computed using simulated forward interest rate on 15 March 1999. The bond that is cheapest-to-deliver was also recorded and corresponding futures price at maturity was computed. summarises simulation results for three different correlation functions where futures price is the average of all simulated futures prices at maturity for cheapest-to-deliver bonds. We note that the current cheapest-to-deliver bond is the bond with maturity in February 2015. To evaluate the delivery option, we compute the futures price for the bond with maturity in February 2015 and subtract the futures price that includes the delivery option from it. presents the value of the delivery option based on three different correlation functions. We demonstrate the ease of implementation for proposed QMC method with proposed model and simulation results suggest that delivery option is around five times more valuable in the interest rate model constructed based on O–U sheet compared to model driven by Brownian sheet; around six times more valuable in the interest rate model constructed based on subexponential correlation compared to model driven by Brownian sheet. We understand this observation as the interest rate models with stochastic strings are capable of generating much richer class of term structure dynamics of interest rates and therefore result in larger variability in the forward rates at maturity. Therefore, the delivery option becomes more valuable due to greater variety at maturity.

Table 5. Simulation results of the option prices.

4. Conclusion

In this paper, we review QMC simulations and discuss its advantages over ordinary MC simulations. We focus on the application of QMC simulations for valuation of financial assets such as options. Under the assumption of no arbitrage and based on risk-neutral valuation, option value can be expressed as the discounted expected pay-off of the underlying asset at maturity. When the underlying asset is a bond, pay-off of the bond at maturity requires a stochastic model on the dynamic evolution of bond price over time. We introduce a bond pricing model, the interest rate model with stochastic strings, which is a continuous stochastic diffusion process driven by two-dimensional stochastic strings constructed based on Brownian sheet. For simulation, we investigate discretised version of introduced model and propose a new QMC method for simulating Brownian sheet via its Karhunen–Loéve expansion. Karhunen–Loéve expansion, which can be considered as principal components decomposition in infinite dimensions, decomposes Brownian sheet into random components and allocates maximum variability to each initial portion of the random components. We demonstrate proposed QMC simulation method for introduced interest rate model via an empirical application. In the empirical study, we investigate delivery option in long bond futures contract and show that delivery option is more valuable in stochastic string models compared to model driven by simple Brownian sheet. This observation from empirical study is consistent with the fact that introduced model has a much richer class of term structure dynamics of interest rates that allows capturing a larger volatility in modelling and pricing contingent claims. We demonstrate the ease of implementation with the proposed QMC method and believe that it can be easily extended or modified for studying valuation of other contingent claims.

Acknowledgements

The research of Yazhen Wang was supported in part by NSF [grant number DMS-12-65203], [grant number DMS-15-28375].

Disclosure statement

No potential conflict of interest was reported by the authors.

Additional information

Funding

The research of Yazhen Wang was supported in part by NSF [grant number DMS-12-65203], [grant number DMS-15-28375]

Notes on contributors

Xinyu Song

Xinyu Song is a graduate student in the Department of Statistics at University of Wisconsin-Madison. Her research interests are in modelling financial instruments, particularly based on high frequency data.

Yazhen Wang

Yazhen Wang is professor of statistics at the University of Wisconsin-Madison and also serves as Chair for the Department of Statistics at University of Wisconsin-Madison. His major research interests are in financial statistics and financial data science (both high frequency and low frequency), quantum computing as well as high dimensional statistics and statistics learning. He holds fellowship at Institute of Mathematical Statistics (IMS) and at American Statistical Association (ASA).

References

  • Acworth, P., Broadie, M., & Glasserman, P. (1996). A comparison of some Monte Carlo and Quasi Monte Carlo techniques for option pricing. M. Carlo & Q.-M. Carlo Methods, Springer.
  • Faure, H. (1982). Discrepence de suites associees a un systeme de numeration (en dimension s) Acta Arithmetica, 41, 337.
  • Halton, J. H. (1960). On the efficiency of certain quasi-random sequences of points in evaluating multi-dimensional integrals. Numerische Mathematik, 2, 84–90.
  • Heath, D., Jarrow, R., & Morton, A. (1992). Bond pricing and the term structure of interest rates: A new methodology for contingent claims valuation. Econometrica, 60(1), 77–105.
  • Mallat, S. (2008). A wavelet tour of signal processing, third edition: The sparse way. Academic Press.
  • Morokoff, W. J., & Caisch, R. E. (1995). Quasi-Monte Carlo integration. Journal of Computational Physics, 122, 218–230.
  • Niederreiter, H. (1973). Application of diophantine approximations to numerical integration. In C. F. Osgood, (Ed.), Diophantine approximation and its applications (pp. 129–199). New York: Academic Press.
  • Niederreiter, H. (1978). Quasi-Monte Carlo methods and pseudo-random numbers. Bulletin of the American Mathematical Society, 84, 957–1041.
  • Niederreiter, H. (1988). Low-discrepancy and low-dispersion sequences. Journal of Number Theory, 30, 51–70.
  • Niederreiter, H. (1988). Quasi-Monte Carlo methods for multidimensional numerical integration. In H. Brass & G. Hämmerlin (Eds.), Numerical integration III, international series of numerical math., (Vol. 85). Basel: Birkhäuser Verlag.
  • Niederreiter, H. (1992). Random number generation and Quasi-Monte Carlo methods. Volume 63 of SIAM CBMS-NSF Regional Conference Series in Applied Mathematics. Philadelphia: SIAM.
  • Santa-Clara, P., & Sornette, D. (2001). The dynamics of the forward interest rate curve with stochastic string shocks. Review of Financial Studies, 14(1), 149–185.
  • Sobol’, I. M. (1967). On the distribution of points in a cube and the approximation evaluation of integrals. USSR Computational Mathematics and Mathematical Physics, 7(4), 86–112.
  • Wang, X., & Fang, K.-T. (2003). Effective dimension and quasi-Monte Carlo integration. Journal of Complexity, 19, 101–124.

Reprints and Corporate Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

To request a reprint or corporate permissions for this article, please click on the relevant link below:

Academic Permissions

Please note: Selecting permissions does not provide access to the full text of the article, please see our help page How do I view content?

Obtain permissions instantly via Rightslink by clicking on the button below:

If you are unable to obtain permissions via Rightslink, please complete and submit this Permissions form. For more information, please visit our Permissions help page.