Reader Polish (#2465)
Co-authored-by: Andre Smith <Hobogrammer@users.noreply.github.com>
This commit is contained in:
parent
9fdaf5f99f
commit
e489d2404a
24 changed files with 156 additions and 120 deletions
|
@ -813,7 +813,7 @@ public class SeriesService : ISeriesService
|
|||
|
||||
private static double ExponentialSmoothing(IList<double> data, double alpha)
|
||||
{
|
||||
var forecast = data.First();
|
||||
var forecast = data[0];
|
||||
|
||||
foreach (var value in data)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue