jmbeckers

Results 14 comments of jmbeckers

> > In any case, one workaround should be this: > > 1. create a file called .dodsrc in you home directory > > 2. Insert this line in that...

yep, that worked ! I have put it in the C:\Users\jmbeckers\AppData\Local\Programs\Julia-1.7.1\bin directory where I launched julia.exe by hand from a cmd window in order to be able to see the...

That does not seem to be the case; at least when I search for environmental variable in "Settings", the panel which defines the variables contains no HOME. BTW I tried...

%HOMEPATH% points me to \Users\jmbeckers where I first tried to place the .dodsrc file without success.

``` using TSVD, LinearAlgebra A = randn(10, 10) U, S, V = tsvd(A, 10;tolreorth=0.0); @show U * Diagonal(S) * V'-A ``` does provide the correct expansion, but how to be...

I do not think it is a bug. Both situations arise in regions where you basically extrapolate and where a gradient in the nearest data can lead the extrapolation into...

that is strange. What are the values of minval and maxval ?

Isn't that very large ? What are the obs values in the deep region ?

> I would say that ideally one should not have to restrict the values of the input data, except if they are obviously wrong, which doesn't seem to be the...

Loglin: Provide the following transform `log(x + epsilon)` (for x < t) and its inverse. Beyond the threshold `t` (x ≥ t), the function is extended linearly in a continuous...