Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Basically just a surrogate in disguise

License

Notifications You must be signed in to change notification settings

SciML/SurrogatesBase.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SurrogatesBase.jl

Join the chat at https://julialang.zulipchat.com #sciml-bridged Global Docs

codecov Build Status

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages SciML Code Style

API for deterministic and stochastic surrogates.

Given data $((x_1, y_1), \ldots, (x_N, y_N))$ obtained by evaluating a function $y_i = f(x_i)$ or sampling from a conditional probability density $p_{Y|X}(Y = y_i|X = x_i)$, a deterministic surrogate is a function $s(x)$ (e.g. a radial basis function interpolator) that uses the data to approximate $f$ or some statistic of $p_{Y|X}$ (e.g. the mean), whereas a stochastic surrogate is a stochastic process (e.g. a Gaussian process approximation) that uses the data to approximate $f$ or $p_{Y|X}$ and quantify the uncertainty of the approximation.

About

Basically just a surrogate in disguise

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 7

Languages