Skip to main content

regression_depth_logistic

Function regression_depth_logistic 

Source
pub fn regression_depth_logistic(
    fit: &FunctionalLogisticResult,
    data: &FdMatrix,
    y: &[f64],
    scalar_covariates: Option<&FdMatrix>,
    n_boot: usize,
    depth_type: DepthType,
    seed: u64,
) -> Option<RegressionDepthResult>
Expand description

Regression depth diagnostics for a functional logistic regression.