ILinearRegressionValue
StockSharp.Algo.Indicators
LinearRegression指标值.
实现: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
属性
LinearReg
public decimal? LinearReg { get; }
value = iLinearRegressionValue.LinearReg
Gets the LinearReg value.
LinearRegSlope
public decimal? LinearRegSlope { get; }
value = iLinearRegressionValue.LinearRegSlope
Gets the LinearRegSlope value.
LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = iLinearRegressionValue.LinearRegSlopeValue
Gets the LinearRegSlope value.
LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = iLinearRegressionValue.LinearRegValue
Gets the LinearReg value.
RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = iLinearRegressionValue.RSquaredValue
获得 RSquared 值 。
StandardError
public decimal? StandardError { get; }
value = iLinearRegressionValue.StandardError
Gets the StandardError value.
StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = iLinearRegressionValue.StandardErrorValue
Gets the StandardError value.