NISP
NISP
>> NISP
NISP
Overview
—
An overview of the NISP toolbox.
randvar
—
A class to manage a random variable.
setrandvar
—
A class to manage a set of random variables.
polychaos
—
A class to manage a Polynomial Chaos expansion.
Tutorials
Theory
—
Introduction to PC decomposition.
Sampling Tutorial
—
A tutorial for the designs from setrandvar.
Configuration
nisp_destroyall
—
Destroy all current objects.
nisp_getpath
—
Returns the path to the current module.
nisp_initseed
—
Sets the seed of the uniform random number generator.
nisp_printall
—
Prints all current objects.
nisp_shutdown
—
Shuts down the NISP toolbox.
nisp_startup
—
Starts up the NISP toolbox.
nisp_verboselevelget
—
Returns the current verbose level.
nisp_verboselevelset
—
Sets the current verbose level.
Sensitivity Analysis
nisp_bruteforcesa
—
Compute sensitivity indices by brute force.
nisp_sobolsaAll
—
Compute sensitivity indices by Sobol, Ishigami, Homma.
nisp_sobolsaFirst
—
Compute sensitivity indices by Sobol, Ishigami, Homma.
nisp_sobolsaTotal
—
Compute sensitivity indices by Sobol, Ishigami, Homma.
Test Functions
nisp_ishigami
—
Returns the Ishigami function.
nisp_ishigamisa
—
Exact sensitivity analysis for the Ishigami function
nisp_product
—
Returns the value of the product function
nisp_productsa
—
Exact sensitivity analysis for the Product function
nisp_sum
—
Returns the value of the sum function
nisp_sumsa
—
Returns the sensitivity indices of the Sum function
Report an issue
NISP