Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: unbounded models #192

Open
MuellerSeb opened this issue Jul 12, 2021 · 1 comment
Open

Enhancement: unbounded models #192

MuellerSeb opened this issue Jul 12, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@MuellerSeb
Copy link
Member

MuellerSeb commented Jul 12, 2021

Unbounded variogram models like the power-law model can't be expressed by a covariance model, since they don't have a finite sill.

We need another class next to CovModel (maybe UnboundedModel), that provides only a variogram method. Only parameter in common with CovModel is then nugget (and maybe rescale).

Possible models are:

Random field generation is currently depending on the spectral density of a model derived from its covariance function. Thus, we would need to implement new random field generators like turning bands or sequential gaussian for these models.

For Kriging, these models could be used immediately, but we need #191 for it to work.

@MuellerSeb MuellerSeb added the enhancement New feature or request label Jul 12, 2021
@MuellerSeb MuellerSeb added this to the 2.0 milestone Jul 12, 2021
@MuellerSeb MuellerSeb self-assigned this Jul 12, 2021
@MuellerSeb MuellerSeb pinned this issue Jul 12, 2021
@LSchueler
Copy link
Member

Sounds exciting! Hello @OpenSourceCommunity, anybody interested? ;-)

This could be a nice master thesis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
GS-Framework v2
  
Awaiting triage
Development

No branches or pull requests

2 participants