R/helper.R
generateEnsembleFromUncertainty.Rd
Create an ensemble from an uncertainty and AR1 estimate
LiPD variable object or vector of data
Number of ensemble members to create (default = 1000)
Standard deviation of the uncertainty to simulate
Autocorrelation coefficient to use for modelling uncertainty, what fraction of the uncertainties are autocorrelated? (default = sqrt(0.5); or 50 percent autocorrelated uncertainty)
Order to use for ARIMA model used in modelling uncertainty (default = c(1,0,0))
a matrix of ensemble values
Other utility:
askUser()
,
concatEnsembleTimeseries()
,
convertAD2BP()
,
convertBP2AD()
,
createChronMeasInputDf()
,
gaussianize()
,
getLastVarString()
,
getOs()
,
heuristicUnits()
,
loadRemote()
,
pullInstance()
,
simulateAutoCorrelatedUncertainty()
,
stringifyVariables()
,
surrogateDataFun()