Skip to content
Discussion options

You must be logged in to vote

Hi Karina,

I believe your problem is that the sample size is too small (we also have this problem in the standard Euclidean case).

You can try using all the observations from the mesh you chose to see.

For instance, with all observations (915), I got:

Precision for the Gaussian observations 4.40 0.692 3.20 4.34 5.92 4.22
(mean is 4.40)

So,
r$> sqrt(1/4.4)
[1] 0.4767313

Here with n_obs=500:
(mean of the measurement error): 4.13
r$> sqrt(1/4.13)
[1] 0.4920678

Which is really good.

I believe this should solve your problem. Please, let me know if you find any other issue.

Another thing that might be helpful in the future, is that the other common problem we also find (besides small sample siz…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by karinalilleborge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants