EstimationProblem
is a more general problem where the domain of estimation doesn't necessarily match the domain of the data. Think of applications in geosciences where the data is only available along drillholes and the domain is a 3D grid model.
view(𝒟.domain, LinearIndices(size(A))[ismissing.(A)])
𝒟
is a Tables.jl table. So you could find the missing rows with some table filtering operation instead of using the LinearIndices
hack above.
] update
in your environment or ] update GeoStatsBase
to only update the package.
sol = solve(prob, solver);