What is the method used for conditional field generation? #304
-
Is it Sequential Gaussian Simulation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey there, no, it is not sequential gaussian. We use the randomization method the generate a random field with a variance of This is much more efficient than sequential gaussian because it is not depending on the point order for execution. Do you need further details? Cheers, |
Beta Was this translation helpful? Give feedback.
Hey there,
no, it is not sequential gaussian. We use the randomization method the generate a random field with a variance of
1
and zero mean. Then we use kriging to calculate the kriging field and the error variance and then we multiply the error-variance with the random field and add it to the kriging field. This is also described in a separate section in the paper.This is much more efficient than sequential gaussian because it is not depending on the point order for execution.
Do you need further details?
Cheers,
Sebastian