Skip to contents

Recompute Sobol first- and total-order indices from stored sample matrices using bootstrap resampling. Falls back to deterministic values when no samples are available.

Usage

bootstrap_indices(result, bootstrap)

Arguments

result

A sobol_result object produced by sobol_indices().

bootstrap

Integer indicating how many bootstrap replicates to draw.

Value

A list with matrices first and total containing the bootstrap replications.