mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 05:48:06 +00:00
Afirma + documentation +semver: patch
This commit is contained in:
@@ -6,9 +6,9 @@ using System.Linq;
|
||||
public class Zscore : AbstractBase
|
||||
{
|
||||
public readonly int Period;
|
||||
private readonly CircularBuffer _buffer;
|
||||
private CircularBuffer _buffer;
|
||||
|
||||
public Zscore(int period)
|
||||
public Zscore(int period) : base()
|
||||
{
|
||||
if (period < 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user