Midterm Flashcards
What are the important formulas for simple kriging?
Name the steps and substeps of SGS
- Normalize Data (Normal Score)
- Model Variogram, Covariance, Correlogram
- Define a random visit path for each nodes
- For each nodes:
4.1 Solve kriging system to get mean, variance
4.2 Sample form N(mean, variance)
4.3 Add new node value to simulation and conditionning data - Back transform
What is a random variable? What are the types of RV?
A variable whose value is not known can take on a series of values according to some probability distribution.
- Continuous,
- Indicator (0 or 1)
- Categorical (0, 1, 2, 3 ….)
Draw a cumulative distribution function.
What is a random function (RF)
is a set of random variables defined over an area (domain) of interest
Comment on the search ellipsoid
The ellipsoid acts as a spatial filter, determining which surrounding observed points will be considered (those within the ellipsoid) and which will be ignored (those outside the ellipsoid) when estimating values at unobserved locations using kriging
What affects Variation of sample weights and estimation variance
- Nugget effect
- Range
- Anisotropy
- Block size
- Position of samples around block
What is a random number generator?
Responsible for creating a sequence of random numbers which follow the characteristics of a specified distribution (most common distribution is the uniform distribution)
What makes a random number?
- Generated by chance
- Independent from previous values
- Associated probability of occurring
What makes a good random number generator?
- long period
- ability to reproduce sequences
- speed and simplicity
- agreeance of statistical properties of uniform distribution
Give the Linear Congruential Generator formula and variables
Give the coeffient of variation formula.
Why do we use the coeffient of variation formula?
For ability to provide a normalized measure of dispersion, which can be particularly valuable when dealing with variables of different units or scales. Remove bias by scaling the value.
Why variance increases overtime in this forecast.
Variance increases overtime as we are moving to block with higher variance. So, if we observe the variance increasing over production periods, it can indeed suggest that the mining operation is progressing from more certain to less certain areas
What is Sequential Gaussian Simulation with Screen-Effect Approximation?
Advantage?
Considering a fixed-size neighborhood around a node where the posterior probability density function is approximated using only the data within this nearby region.
limiting calculations to localized neighborhoods around. Better for computer