Lutz Hendricks

Results 3 issues of Lutz Hendricks

I would find it useful to implement the analogue to Matlab's [CompactLinearModel](https://www.mathworks.com/help/stats/classreg.regr.compactlinearmodel.html). This is essentially a `LinearModel` without data. I envision the following (common?) workflow: * Run a large number...

Calling `bounds` on a `CubicSplineInterpolation` throws a MethodError: ``` julia> xV = LinRange(-20.0, 10.0, 50); julia> yV = LinRange(-10.0, 30.0, 40); julia> zM = xV .+ xV .* yV'; julia>...

When saving and then loading a `struct` that contains a function I now get a MethodError. MWE: ``` using FileIO, JLD2 f1() = 1.0; mutable struct Foo x :: Float64...

discussion