Learn R Programming

DNAmf (version 0.1.1)

Diffusion Non-Additive Model with Tunable Precision

Description

Performs Diffusion Non-Additive (DNA) model proposed by Heo, Boutelet, and Sung (2025+) for multi-fidelity computer experiments with tuning parameters. The DNA model captures nonlinear dependencies across fidelity levels using Gaussian process priors and is particularly effective when simulations at different fidelity levels are nonlinearly correlated. The DNA model targets not only interpolation across given fidelity levels but also extrapolation to smaller tuning parameters including the exact solution corresponding to a zero-valued tuning parameter, leveraging a nonseparable covariance kernel structure that models interactions between the tuning parameter and input variables. Closed-form expressions for the predictive mean and variance enable efficient inference and uncertainty quantification. Hyperparameters in the model are estimated via maximum likelihood estimation.

Copy Link

Version

Install

install.packages('DNAmf')

Monthly Downloads

147

Version

0.1.1

License

GPL-3

Maintainer

Junoh Heo

Last Published

January 29th, 2026

Functions in DNAmf (0.1.1)

closed_form_DNA

Closed-form prediction for DNAmf model
imputer_DNA

Imputation step in stochastic EM for the non-nested DNA Model
DNAmf

Fitting a Diffusion Non-Additive model for multi-fidelity computer experiments with tuning parameters
predict.DNAmf

Predictive posterior mean and variance for DNAmf object with nonseparable kernel.