public RSquared RSquared(DataSeries input, int period) { return(Indicator.RSquared(input, period)); }