Contains module guassian_process.
More...
|
| type(gaussp_class) function, pointer | guassian_process::gaussp_construct (a_model, n_signals, gaussp_type, profile_index, vrnc, tolerance, cholesky_fac) |
| | Construct a gaussp_class.
|
| |
| subroutine | guassian_process::gaussp_destruct (this) |
| | Deconstruct a gaussp_class object.
|
| |
| subroutine | guassian_process::gaussp_set_signal (this, signal, index) |
| | Set the object and coefficient for an index.
|
| |
| subroutine | guassian_process::gaussp_set_profile (this, a_model) |
| | Set the object and coefficient for an index.
|
| |
| real(rprec) function | guassian_process::gaussp_get_evidence (this, a_model) |
| | Calculates the evidence.
|
| |
Contains module guassian_process.