V3FIT
|
Contains module prior_gaussian. More...
Go to the source code of this file.
Data Types | |
interface | prior_gaussian::prior_gaussian_class |
Base class representing a prior_guassian signal. More... | |
interface | prior_gaussian::prior_gaussian_class |
Base class representing a prior_guassian signal. More... | |
Modules | |
module | prior_gaussian |
Defines the base class of the type prior_gaussian_class. This class implements priors of the type. | |
Functions/Subroutines | |
class(prior_gaussian_class) function, pointer | prior_gaussian::prior_gaussian_construct (a_model, param_name, indices) |
Construct a prior_gaussian_class object. More... | |
subroutine | prior_gaussian::prior_gaussian_destruct (this) |
Deconstruct a prior_gaussian_class object. More... | |
real(rprec) function, dimension(4) | prior_gaussian::prior_gaussian_get_modeled_signal (this, a_model, sigma, last_value) |
Calculates the modeled signal. More... | |
character(len=data_name_length) function | prior_gaussian::prior_gaussian_get_type (this) |
Gets a discription of the prior type. More... | |
real(rprec) function | prior_gaussian::prior_gaussian_get_gp_i (this, a_model, i, flags) |
Gets the guassian process kernel for a prior signal and a position. More... | |
real(rprec) function | prior_gaussian::prior_gaussian_get_gp_s (this, a_model, signal, flags) |
Gets the guassian process kernel for a prior signal and a signal. More... | |
real(rprec) function | prior_gaussian::prior_gaussian_get_gp_x (this, a_model, x_cart, flags) |
Gets the guassian process kernel for a prior signal and a cartesian position. More... | |
subroutine | prior_gaussian::prior_gaussian_write_auxiliary (this, iou, index, a_model) |
Write out auxiliary signal information to an output file. More... | |
Contains module prior_gaussian.
Definition in file prior_gaussian.f.