Simulate uncertainty in a dataset given an estimate of standard deviation and an ARIMA model
length of output vector
standard deviation of the output vector
mean of the output vector
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))
Optionally enter an integer to set a seed for the random number generation
ts simulated from a from an ARIMA model with a defined mean and variance
Other utility:
askUser()
,
concatEnsembleTimeseries()
,
convertAD2BP()
,
convertBP2AD()
,
createChronMeasInputDf()
,
gaussianize()
,
generateEnsembleFromUncertainty()
,
getLastVarString()
,
getOs()
,
heuristicUnits()
,
loadRemote()
,
pullInstance()
,
stringifyVariables()
,
surrogateDataFun()