-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi Bishama, I'm sorry for replying so late! I hope that answers your question. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the response. That makes sense. |
Beta Was this translation helpful? Give feedback.
Hi Bishama, I'm sorry for replying so late!
I just reran your example with a different seed
srf = gs.SRF(model, mean=50, seed=163456)
and the fit looks much better. I guess with your seed of 123456 you created a freak field with an unusually long correlation length in the domain of 101 x 101. This area gets averaged out, if you increase your domain size to 301x301.You should always keep in mind, that you are dealing with statistics and when working on only a single realization of a spatial random field you might just stumble upon one deviates from your expectations (at least on small domain sizes).
I hope that answers your question.