hibou.stats.sensibility_test#
- hibou.stats.sensibility_test(*args, **kwargs)#
Tests the sensibility of the given
ModelSetinstance to each variables and each flux.Parameters#
- model_set
ModelSet The
ModelSetinstance to test.- inputs
np.array The array that contains the inputs of the evaluating set.
- var_names
Iterable[str] A list-like that contains the names of the variables.
- fluxes_names
Iterable[str] A list-like that contains the names of the fluxes.
- perturbation
float, optionnal By default:
0.05. The perturbation to be applied oninputs. By default, it applies a perturbation of 5%. The value of this variable shouldn’t be bellow 0 or above 1.
- model_set