HyperStudy

Hammersley

Hammersley

Previous topic Next topic No expanding text in this topic  

Hammersley

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Hammersley sampling belongs to the category of quasi-Monte Carlo methods. This method uses a quasi-random number generator, based on the Hammersley points, to uniformly sample a unit hypercube.

figure_11

Figure 1: Illustration of Hammersley Sampling

Hammersley sampling generates the clip0011 input variable values for clip0012designs as:

clip0013

where clip0014 is the number of designs, clip0015 is the number of variables, clip0016 is the design index (in our case starting from 0), clip0017 are the first n-1 prime numbers (2,3,5,7…) and clip0018 are calculated as:

clip0019

where clip0020 are the coefficients of integer, clip0021 in radix-R notation which is represented as:

clip0022

where

clip0023

Usability Characteristics

Hammersley sampling is an efficient sampling method that provides reliable estimates of output statistics using fewer samples than random sampling.
A correlation structure can be specified to reflect the correlation existing between random variables. Applying a correlation structure can be costly for a large number of input variables.

 

Settings

In the Specifications step, you can change the following setting of Hammersley from the Settings tab.

Parameter

Default

Range

Description

Number of runs

(npt)

100

> 0

Number of designs to be evaluated.

Apply User Correlations

true

true or false

Apply user specified correlations on the data.