예제 #1
0
 public RSquared RSquared(DataSeries input, int period)
 {
     return(Indicator.RSquared(input, period));
 }