Function cwt_phase_coherence_signal
pub fn cwt_phase_coherence_signal(
primary_returns: &[f64],
reference_returns: &[f64],
profile: &FinanceProfile,
config: CwtPhaseCoherenceConfig,
) -> Result<FinanceSignal<CwtPhaseCoherenceResult>>