Skip to main content

stoch_batch_with_kernel

Function stoch_batch_with_kernel 

Source
pub fn stoch_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &StochBatchRange,
    k: Kernel,
) -> Result<StochBatchOutput, StochError>