LinearRegressionValue

StockSharp.Algo.Indicators

LinearRegressionインジケータ値の実装。

継承元: ComplexIndicatorValue<LinearRegression>

実装: ILinearRegressionValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

コンストラクター

LinearRegressionValue
public LinearRegressionValue(LinearRegression indicator, DateTime time)
linearRegressionValue = LinearRegressionValue(indicator, time)

LinearRegressionインジケータ値の実装。

indicator
親LinearRegression@インジケーター。
time
このインジケータ値に関連付けられた時間。

プロパティ

LinearReg
public decimal? LinearReg { get; }
value = linearRegressionValue.LinearReg

値のLinearReg@を@に取得します。

LinearRegSlope
public decimal? LinearRegSlope { get; }
value = linearRegressionValue.LinearRegSlope

値のLinearRegSlope@を@に取得します。

LinearRegSlopeValue
public IIndicatorValue LinearRegSlopeValue { get; }
value = linearRegressionValue.LinearRegSlopeValue

値のLinearRegSlope@を@に取得します。

LinearRegValue
public IIndicatorValue LinearRegValue { get; }
value = linearRegressionValue.LinearRegValue

値のLinearReg@を@に取得します。

RSquared
public decimal? RSquared { get; }
value = linearRegressionValue.RSquared

格付けされた値を取得します。

RSquaredValue
public IIndicatorValue RSquaredValue { get; }
value = linearRegressionValue.RSquaredValue

格付けされた値を取得します。

StandardError
public decimal? StandardError { get; }
value = linearRegressionValue.StandardError

値のStandardError@を@に取得します。

StandardErrorValue
public IIndicatorValue StandardErrorValue { get; }
value = linearRegressionValue.StandardErrorValue

値のStandardError@を@に取得します。

メソッド

ToString
public override string ToString()
result = linearRegressionValue.ToString()

ライン表現に換算します。

戻り値: 弦のパフォーマンス。