Skip to content

Documentation for Kriging? #434

@rkube

Description

@rkube

Hi,
The documentation for Kriging is confusing. What kind of model is used to calculate the covariance and what exactly do the parameters p and theta refer to in the model?

Im also unsure how the error is calculated. The tutorial calls the function std_error_at_point but this function is not documented in the package and which can't resolve the method:

julia> which(std_error_at_point, (typeof(kriging_surrogate),))
ERROR: no unique matching method found for the specified argument types
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] _which
   @ ./reflection.jl:1498 [inlined]
 [3] _which
   @ ./reflection.jl:1496 [inlined]
 [4] which(tt::Any)
   @ Base ./reflection.jl:1523
 [5] which(f::Any, t::Any)
   @ Base ./reflection.jl:1514
 [6] top-level scope
   @ REPL[64]:1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions