The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Regression - Confidence Interval Calculation
michaelgloven
RapidMiner Certified Analyst, Member Posts: 46 Guru
There is a new chart in RapidMiner Go showing actuals vs. predictions and a confidence interval. How is CI & margin of error calculated? Is it based on standard error of all the coefficients at 95% confidence level? Just looking for the underlying math. thanks!
Tagged:
0
Best Answer
-
itenger Employee-RapidMiner, Member Posts: 8 RM EngineeringHi Michael,
RapidMiner Go draws the 95% confidence interval based on the absolute error variance returned by the Performance(Regression) operator in Studio Core. The operator is documented here: https://docs.rapidminer.com/latest/studio/operators/validation/performance/predictive/performance_regression.html
If you want to know exactly how that variance is calculated we need to loop in a data scientist like @mschmitz
6
Answers