Optional
convergence_Convergence criteria used for numerical methods (if applicable)
The method used for the Bayesian update (e.g., "Conjugate prior", "MCMC")
Whether a Bayesian update was performed
Optional
posteriorPosterior distribution information after update
The distribution type of the posterior
Parameters of the posterior distribution
Optional
priorPrior distribution information
The distribution type of the prior
Parameters of the prior distribution
Optional
source?: stringSource of the prior information
Optional
validationValidation of the update process
Optional
issues?: string[]Any issues identified
Method used for validation
Results of validation
Interface representing a Bayesian update process for parameter estimation. This is used to combine prior information with new data to produce an updated posterior distribution.
Implements
DA-D4