WACS {WACS}R Documentation

WACS: Multivariate Weather-state Approach Conditionally Skew-normal Generator

Description

WACS is a multivariate weather generator for daily climate variables based on weather-states that uses a Markov chain for modeling the succession of weather states. Conditionally to the weather states, the multivariate variables are modeled using the family of Complete Skew-Normal distributions. Parameters are estimated on measured series. Must include a 'Rain' variable and can accept as many other variables as desired.

WACS functions

Authors

Denis Allard, Ronan Trépos

Reference

Examples

## Not run:  
  data(ClimateSeries)
  ThisData = WACSdata(ClimateSeries, from="1995-01-01", to="2012-12-31")
  ThisPar  = WACSestim(ThisData)
  ThisSim  = WACSsimul(ThisPar, from="1995-01-01", to="2012-12-31")
  ThisVal  = WACSvalid(what="Sim",wacsdata = ThisData, wacspar = ThisPar, 
                       wacssimul = ThisSim,varname="tmin")
  WACSplot(ThisVal,file="ThisFile.pdf")

## End(Not run)


[Package WACS version 1.1.0 Index]