We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Mind-map form of project.
Here we include the data structures we use in the project
ParameterDistribution(...)
Module contains the additional functions
set_distribution() get_distribution() sample_distribution() transform_constrained_to_unconstrained() transform_unconstrained_to_constrained() get_mean() get_cov() batch ...
DataContainer(...) PairedDataContainer(...)
set_data() get_data() get_inputs() (paired data only) get_outputs() (paired data only) size()
Here we include the interface with the EnsembleKalmanProcesses.jl module.
EnsembleKalmanProcesses.jl
EnsembleKalmanProcess(...)
We extract input-output pairs PairedDataContainer from this object using get_training_points(...)
PairedDataContainer
get_training_points(...)
GModel(...)
ModelInterface(...)
GaussianProcessEmulator(...)
MarkovChainMonteCarlo(...)