You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to obtain a smooth curve of some noisy data. I came across the RegularizationSmooth function which appears to be what I need. However, it seems to fails when calling svd giving ArgumentError: invalid argument #4 to LAPACK call.
My code is simply
using DataInterpolations, RegularizationTools
A = RegularizationSmooth(u, t, 3; λ = 1.0,alg = :gcv_svd)
Hello,
I want to obtain a smooth curve of some noisy data. I came across the RegularizationSmooth function which appears to be what I need. However, it seems to fails when calling svd giving
ArgumentError: invalid argument #4 to LAPACK call
.My code is simply
The data can be found here:
https://gist.github.com/HumpyBlumpy/71e89d69257975f580b6ccb4b57f3ec6
The text was updated successfully, but these errors were encountered: