Learn R Programming

deepspat (version 0.3.1)

summary.deepspat_MSP: Deep compositional spatial model for max-stable processes

Description

Prediction function for the fitted deepspat_ext object

Usage

# S3 method for deepspat_MSP
summary(object, newdata, uncAss = TRUE, edm_emp = NULL, ...)

Value

A list with the following components:

srescaled

A matrix of rescaled spatial coordinates produced by scaling the input locations.

swarped

A matrix of warped spatial coordinates. For family = "power_stat" this equals srescaled, while for family = "power_nonstat" the coordinates are further transformed through additional layers.

fitted.phi

A numeric value representing the fitted spatial range parameter, computed as exp(logphi_tf).

fitted.kappa

A numeric value representing the fitted smoothness parameter, computed as 2 * sigmoid(logitkappa_tf).

Sigma.psi

A numeric matrix giving the estimated covariance matrix of the dependence parameters \(\psi = (\phi, \kappa)\), computed via the pairwise likelihood / WLS sandwich-type estimator. NULL if uncAss = FALSE.

Arguments

object

a deepspat object obtained from fitting a deep compositional spatial model for extremes using max-stable processes.

newdata

a data frame containing the prediction locations.

uncAss

assess the uncertainty of dependence parameters or not

edm_emp

empirical estimates of extremal dependence measure for weighted least square inference method

...

currently unused