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.