createKmFitListParallel: Create a list of dicekriging fits using parallel processing

Description Usage Arguments Value

Description

Create a list of dicekriging fits using parallel processing

Usage

1
createKmFitListParallel(X, Y, formula = ~., multistart = 4, ...)

Arguments

X

X matrix of inputs (design), variables in columns

Y

Y matrix of outputs, variables in columns

formula

formula for the prior km fit, with a default as a linear model '~.'

multistart

number of starts for the hyperparameter optimisation

...

Value

list of km (dicekriging) model fits, with each element of the list corresponding to a column of Y.


dougmcneall/imptools documentation built on Nov. 13, 2021, 7:12 p.m.