powered by
Calculates predictive distribution based on the parameters
getPredictiveDistribution(parMatrix, model, numSamples = 1000)
matrix of parameter values
model / function to calculate predictions. Outcome should be a vector
number of samples to be drawn
Florian Hartig
If numSamples is greater than the number of rows in parMatrix, or NULL, or FALSE, or less than 1 all samples in parMatrix will be used.
getPredictiveIntervals getCredibleIntervals
getPredictiveIntervals
getCredibleIntervals