TransformationDist.quantile_spline()# TransformationDist.quantile_spline(value)[source]# Quantile function using only the spline transformation. Parameters: value (Any) – Quantile levels in (0, 1). Return type: Any Returns: Values under the spline-only model at the requested quantiles.