Skip to contents

Run a one-dimensional sensitivity analysis

Usage

sensitivity(sa_hypothesis, design, problem, solution, num_eval = 20, N = 100)

Arguments

sa_hypothesis

Data frame defining the SA variable and its bounds

design

Design to be tested

problem

BOSSS problem

solution

BOSSS solution

num_eval

Number of points to evaluate

N

Number of MC samples to use in each evaluation

Value

A matrix of estimated means and their variances for each simulation output over the SA variable range.