weights,tskrrHeterogeneous-method: Extract weights from a tskrr model
Description
This function calculates the weight matrix for
calculating the predictions of a tskrr model.
Usage
# S4 method for tskrrHeterogeneous
weights(object)# S4 method for tskrrHomogeneous
weights(object)
Arguments
object
a tskrr
object for which the weights
have to be calculated.
Value
a matrix with the weights for the tskrr model.
Details
The weight matrix is calculated from the map matrices through the
function eigen2map
.