CKT.predict.nNets {CondCopulas} | R Documentation |
Predict the values of conditional Kendall's tau using Model Averaging of Neural Networks
Description
Predict the values of conditional Kendall's tau using Model Averaging of Neural Networks
Usage
CKT.predict.nNets(fit, newZ, aggregationMethod = "mean")
Arguments
fit |
result of a call to |
newZ |
new matrix of observations, with the same number of variables.
and same names as the |
aggregationMethod |
the method to be used to aggregate all the predictions
together. Can be |
Value
CKT.predict.nNets
returns
a vector of (predicted) conditional Kendall's taus of the same size
as the number of rows of the matrix newZ
.
[Package CondCopulas version 0.1.3 Index]