centaur-technical-indicators
    Preparing search index...

    Interface CorrelationIndicatorsSingle

    Correlation indicators.

    interface CorrelationIndicatorsSingle {
        correlateAssetPrices(
            pricesAssetA: number[],
            pricesAssetB: number[],
            constantModelType: ConstantModelType,
            deviationModel: DeviationModel,
        ): number;
    }
    Index

    Methods