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
Hi, if I want to construct a GCVSpline() object, there isn't any method to set the errorVairance. I was wondering if you add the getErrorVariance and setErrorVariance methods for that. In this minimal example, the error variance remains zero as default (no smoothing):
@mrrezaieaX and aF take pointers to arrays, so this constructor likely doesn't work in scripting. It would be better to add scripting-friendly accessors as you suggest.
If you're interested in submitting a PR, I'd be happy to review.
Hi, if I want to construct a
GCVSpline()
object, there isn't any method to set the errorVairance. I was wondering if you add thegetErrorVariance
andsetErrorVariance
methods for that. In this minimal example, the error variance remains zero as default (no smoothing):If I use
GCVS.updPropertyByName('error_variance')
, then how to change its value?Also, it's not clear how to use this decorator in Python. What should be the
aX
andaF
arguments?Thank you in advance, and any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: