Пример #1
0
 _fullSto = new FullByTuple(inputs.Select(inputMapper), periodCount, SmaPeriodCountK, smaPeriodCountD);
Пример #2
0
 _fastSto = new FastByTuple(inputs.Select(inputMapper), periodCount, smaPeriodCountK);
Пример #3
0
 _rsv = new RawStochasticsValueByTuple(inputs.Select(inputMapper), periodCount);