powered by
MADproject
reduceData returns a modifed MADproject object where the observations and realizations slots are replaced by a lower-dimensional representation
reduceData
observations
realizations
reduceData(proj, method, params, ...)# S4 method for MADproject,`function`,ANY reduceData(proj, method)# S4 method for MADproject,`function`,`function` reduceData(proj, method, params, ...)
# S4 method for MADproject,`function`,ANY reduceData(proj, method)
# S4 method for MADproject,`function`,`function` reduceData(proj, method, params, ...)
MADproject object that has been filled by MAD# databases
function to apply to data
function for estimating the initial values of the parameters of method based on the data, if method has parameters
method
addtional arguments as needed for nls to fit method to the data
nls
proj MADproject object with reduced dimensions for inversion
proj = MADproject,method = function,params = ANY: Fit method without any parameters (e.g, min)
proj = MADproject,method = function,params = ANY
min
proj = MADproject,method = function,params = function: Fit method with parameters and inital guesses for the parameter values
proj = MADproject,method = function,params = function
data(pumping) pumping.min <- reduceData(pumping, min) plotMAD(pumping.min, "realizations")
Run the code above in your browser using DataLab