Skip to main content

stochf_batch_with_kernel

Function stochf_batch_with_kernel 

Source
pub fn stochf_batch_with_kernel(
    high: &[f64],
    low: &[f64],
    close: &[f64],
    sweep: &StochfBatchRange,
    k: Kernel,
) -> Result<StochfBatchOutput, StochfError>