extract.climate.response: Extract climate response for one time series z

View source: R/QUALYPSOSS.r

extract.climate.responseR Documentation

Extract climate response for one time series z

Description

Extract climate response for one time series z

Usage

extract.climate.response(
  ClimateProjections,
  predCont,
  predContUnique,
  nMCMC,
  lam,
  uniqueFit,
  spar = spar,
  listCR = NULL
)

Arguments

ClimateProjections

matrix of climate projections

predCont

matrix of continuous predictor corresponding to the climate projections

predContUnique

vector of predictors for which we need fitted climate reponses

nMCMC

number of MCMC samples

lam

fixed smoothing parameter lambda

uniqueFit

logical value indicating if only one fit is applied

spar

smoothing parameter spar in smooth.spline: must be greater than zero

listCR

list of objects for the extraction of the climate response

Value

list with the following fields:

  • phi.MCMC: MCMC draws of climate response

  • eta.MCMC: MCMC draws of deviation from the climate response

  • deltaIV.MCMC: MCMC draws of deltaRV

  • listCR: list of objects for faster computation on grids

Author(s)

Guillaume Evin


qualypsoss documentation built on Aug. 31, 2022, 5:09 p.m.