Description Class Hierarchy Constructor Slots Methods References See Also Examples
The mtkSobolAnalyser class is a sub-class of the class mtkAnalyser. It implements the sensitivity analysis method Sobol and provides all the slots and methods defined in the class mtkAnalyser.
mtkAnalyser
mtkSobolAnalysersignature(mtkParameters = NULL, listParameters = NULL)
name:(character) always takes the string "analyze".
protocol:(character) always takes the string "R".
site:(character) always takes the string "mtk".
service:(character) always takes the string "Sobol".
parameters:(vector) a vector of [mtkParameter] containing the parameters to pass while calling the service.
ready:(logical) a logical to tell if the process is ready to run.
state:(logical) a logical to tell if the results produced by the process are available and ready to be consumed.
result:(ANY) a data holder to hold the results produced by the process
setNamesignature(this = "mtkSobolAnalyser", name = "character"): Not used, method inherited from the parent class.
setParameterssignature(this = "mtkSobolAnalyser", f = "vector"): Assigns new parameters to the process.
getParameterssignature(this = "mtkSobolAnalyser"): Returns the parameters as a named list.
is.readysignature( = "mtkSobolAnalyser"): Tests if the process is ready to run.
setReadysignature(this = "mtkSobolAnalyser", switch = "logical"): Makes the process ready to run.
is.readysignature( = "mtkSobolAnalyser"): Tests if the results produced by the process are available.
setReadysignature(this = "mtkSobolAnalyser", switch = "logical"): Marks the process as already executed.
getResultsignature(this = "mtkSobolAnalyser"): Returns the results produced by the process as a [mtkSobolAnalyserResult].
getDatasignature(this = "mtkSobolAnalyser"): Returns the results produced by the process as a data.frame.
serializeOnsignature(this = "mtkSobolAnalyser"): Returns all data managed by the process as a named list.
runsignature(this = "mtkSobolAnalyser", context= "mtkExpWorkflow"): Generates the experimental design by sampling the factors.
summarysignature(object = "mtkSobolAnalyser"): Provides a summary of the results produced by the process.
printsignature(x = "mtkSobolAnalyser"): Prints a report of the results produced by the process.
plotsignature(x = "mtkSobolAnalyser"): Plots the results produced by the process.
reportsignature(this = "mtkSobolAnalyser"): Reports the results produced by the process.
Campolongo, F., J. Cariboni, and A. Saltelli (2007). An effective screening design for sensitivity analysis of large models. Environmental Modelling and Software, 22, 1509–1518.
A. Saltelli, K. Chan and E. M. Scott (2000). Sensitivity Analysis. Wiley, New York
help(sobol, sensitivity) and help(Sobol)
1 | ## Sensitivity analysis of the "Ishigami" model with the "Sobol" method
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.