In the Fit Y by X platform I oftentimes fit a simple linear regression model and choose to visualize the Indiv Confidence Interval around the fitted line. If I'm not mistaken, in essence this interval represents a Prediction Interval which defines where future individual datapoints will be with a given amount of certainty.
I assume the interval is calculated by default for just 1 future individual datapoint. But I'm not sure, also because the help function seems to mention multiple values:
Indiv Confidence Interval
Creates two new columns called Lower 95% Indiv <colname> and Upper 95% Indiv <colname>. These columns contain lower and upper 95% confidence limits for individual response values.
Is there a way to calculate/visualize this interval for an amount of future datapoints that can be specified? Or am I missing something and would it make no sense?
I can also refer to the calculation of a Prediction Interval in the univariate space, which can be accomplished in the Distribution platform by choosing the 'Prediction Interval' option. Here, one can choose the number of future individual datapoints upfront.
Thanks
Guy