Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Pipeline: Slope of regression

Is there a way to get a slope (coefficient) of the linear regression calculated within pipeline by using built-in linear regression factors (ie. without coding personal custom factor)? The documentation is a bit confusing..

I basically want to take an attribute (for example morningstar.balance_sheet.cash_and_cash_equivalents) and calculate its growth over a period.

Sample code would be extremely helpful...