PTMLocScalePredictions.predict_quantile()#
- PTMLocScalePredictions.predict_quantile(p)[source]#
Predicts the conditional response quantiles at probability level
p
.Currently, samples must be of shape (chains, iterations, param_dimension). The last dimension can be omitted for scalar parameters. Basically, this function assumes that you enter the samples just like you got them from goose.
The returned value will have the following shape:
[chain, iteration, covariates, len(p)]
- Return type: