RankCorrelationIndex

StockSharp.Algo.Indicators

Rank Correlation Index (Spearman's Rank Correlation Coefficient). Compares price movement ranking vs time ranking inside the window.

継承元: DecimalLengthIndicator

コンストラクター

RankCorrelationIndex()

Initializes a new instance of the RankCorrelationIndex.

プロパティ

Measure : IndicatorMeasures

IndicatorMeasures.

メソッド

CalculateSpearmanCorrelation(decimal[], decimal[]) : decimal

Pearson correlation between two rank arrays (works with ties).

GetRanks(IList<decimal>) : decimal[]

Produce rank array with average rank for ties.

OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

戻り値: The resulting value.