67 /// Initializes a new instance of the <see cref="RegressionChannel"/> class.
68 /// </summary>
69 /// <param name="name">The name of this indicator</param>
70 /// <param name="period">The number of data points to hold in the window</param>
71 /// <param name="k">The number of standard deviations specifying the distance between the linear regression and upper or lower channel lines</param>
83 /// Initializes a new instance of the <see cref="LeastSquaresMovingAverage"/> class.
84 /// </summary>
85 /// <param name="period">The number of data points to hold in the window.</param>
86 /// <param name="k">The number of standard deviations specifying the distance between the linear regression and upper or lower channel lines</param>